|
20 | 20 | </licenses>
|
21 | 21 |
|
22 | 22 | <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> |
30 | 30 |
|
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> |
36 | 36 |
|
37 | 37 | <distributionManagement>
|
38 |
| - <snapshotRepository> |
39 |
| - <id>ossrh</id> |
40 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
41 |
| - </snapshotRepository> |
| 38 | + <!-- Sonatype Repository --> |
42 | 39 | <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> |
45 | 42 | </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> |
46 | 51 | </distributionManagement>
|
47 | 52 |
|
48 | 53 | <dependencies>
|
|
128 | 133 | </execution>
|
129 | 134 | </executions>
|
130 | 135 | </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> |
142 | 136 | </plugins>
|
143 | 137 | </build>
|
144 | 138 |
|
|
0 commit comments