Skip to content

Commit

Permalink
updated poms
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-tertyshnyi-ew committed May 1, 2023
1 parent fb19f5f commit 9340690
Showing 1 changed file with 23 additions and 29 deletions.
52 changes: 23 additions & 29 deletions ocpp-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,34 @@
</licenses>

<developers>
<developer>
<name>Thomas Volden</name>
<email>[email protected]</email>
<organization>chargetime.eu</organization>
<organizationUrl>http://www.chargetime.eu</organizationUrl>
</developer>
</developers>
<developer>
<name>Vladyslav Tertyshnyi</name>
<email>[email protected]</email>
<organization>extrawest</organization>
<organizationUrl>https://www.extrawest.com/</organizationUrl>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/ChargeTimeEU/Java-OCA-OCPP.git</connection>
<developerConnection>scm:git:ssh://github.com:ChargeTimeEU/Java-OCA-OCPP.git</developerConnection>
<url>https://github.com/ChargeTimeEU/Java-OCA-OCPP.git</url>
</scm>
<scm>
<connection>scm:git:git://github.com/extrawest/Extrawest-OCA-OCPP.git</connection>
<developerConnection>scm:git:ssh://github.com/extrawest/Extrawest-OCA-OCPP.git</developerConnection>
<url>https://github.com/extrawest/Extrawest-OCA-OCPP</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<!-- Sonatype Repository -->
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
<id>sonatype-nexus-releases</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>

<!-- GitHub Releases -->
<snapshotRepository>
<id>github-releases</id>
<url>https://maven.pkg.github.com/extrawest/Extrawest-OCA-OCPP</url>
<name>GitHub Package Registry</name>
<uniqueVersion>false</uniqueVersion>
</snapshotRepository>
</distributionManagement>

<dependencies>
Expand Down Expand Up @@ -128,17 +133,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 9340690

Please sign in to comment.