Skip to content

Commit 9340690

Browse files
updated poms
1 parent fb19f5f commit 9340690

File tree

1 file changed

+23
-29
lines changed

1 file changed

+23
-29
lines changed

ocpp-common/pom.xml

Lines changed: 23 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,34 @@
2020
</licenses>
2121

2222
<developers>
23-
<developer>
24-
<name>Thomas Volden</name>
25-
<email>tv@chargetime.eu</email>
26-
<organization>chargetime.eu</organization>
27-
<organizationUrl>http://www.chargetime.eu</organizationUrl>
28-
</developer>
29-
</developers>
23+
<developer>
24+
<name>Vladyslav Tertyshnyi</name>
25+
<email>vladyslav.tertyshnyi@extrawest.com</email>
26+
<organization>extrawest</organization>
27+
<organizationUrl>https://www.extrawest.com/</organizationUrl>
28+
</developer>
29+
</developers>
3030

31-
<scm>
32-
<connection>scm:git:git://github.com/ChargeTimeEU/Java-OCA-OCPP.git</connection>
33-
<developerConnection>scm:git:ssh://github.com:ChargeTimeEU/Java-OCA-OCPP.git</developerConnection>
34-
<url>https://github.com/ChargeTimeEU/Java-OCA-OCPP.git</url>
35-
</scm>
31+
<scm>
32+
<connection>scm:git:git://github.com/extrawest/Extrawest-OCA-OCPP.git</connection>
33+
<developerConnection>scm:git:ssh://github.com/extrawest/Extrawest-OCA-OCPP.git</developerConnection>
34+
<url>https://github.com/extrawest/Extrawest-OCA-OCPP</url>
35+
</scm>
3636

3737
<distributionManagement>
38-
<snapshotRepository>
39-
<id>ossrh</id>
40-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
41-
</snapshotRepository>
38+
<!-- Sonatype Repository -->
4239
<repository>
43-
<id>ossrh</id>
44-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
40+
<id>sonatype-nexus-releases</id>
41+
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
4542
</repository>
43+
44+
<!-- GitHub Releases -->
45+
<snapshotRepository>
46+
<id>github-releases</id>
47+
<url>https://maven.pkg.github.com/extrawest/Extrawest-OCA-OCPP</url>
48+
<name>GitHub Package Registry</name>
49+
<uniqueVersion>false</uniqueVersion>
50+
</snapshotRepository>
4651
</distributionManagement>
4752

4853
<dependencies>
@@ -128,17 +133,6 @@
128133
</execution>
129134
</executions>
130135
</plugin>
131-
<plugin>
132-
<groupId>org.sonatype.plugins</groupId>
133-
<artifactId>nexus-staging-maven-plugin</artifactId>
134-
<version>1.6.8</version>
135-
<extensions>true</extensions>
136-
<configuration>
137-
<serverId>ossrh</serverId>
138-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
139-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
140-
</configuration>
141-
</plugin>
142136
</plugins>
143137
</build>
144138

0 commit comments

Comments
 (0)