Skip to content

Commit c51dd63

Browse files
committed
Update all deployment manifests
1 parent 1c19d76 commit c51dd63

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.whitfin</groupId>
88
<artifactId>siphash</artifactId>
9-
<version>2.0-SNAPSHOT</version>
9+
<version>3.0-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>SipHash</name>
@@ -28,26 +28,26 @@
2828
</developers>
2929

3030
<scm>
31+
<url>git@github.com:whitfin/siphash-java.git</url>
3132
<connection>scm:git:git@github.com:whitfin/siphash-java.git</connection>
3233
<developerConnection>scm:git:git@github.com:whitfin/siphash-java.git</developerConnection>
33-
<url>git@github.com:whitfin/siphash-java.git</url>
3434
</scm>
3535

3636
<licenses>
3737
<license>
3838
<name>MIT License</name>
39-
<url>http://www.opensource.org/licenses/mit-license.php</url>
39+
<url>https://www.opensource.org/licenses/mit-license.php</url>
4040
</license>
4141
</licenses>
4242

4343
<distributionManagement>
4444
<snapshotRepository>
4545
<id>ossrh</id>
46-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
46+
<url>https://central.sonatype.com/api/v1/publisher/deployments/upload</url>
4747
</snapshotRepository>
4848
<repository>
4949
<id>ossrh</id>
50-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
50+
<url>https://central.sonatype.com/api/v1/publisher/deployments/upload</url>
5151
</repository>
5252
</distributionManagement>
5353

@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-source-plugin</artifactId>
71-
<version>3.0.1</version>
71+
<version>3.4.0</version>
7272
<executions>
7373
<execution>
7474
<id>attach-sources</id>
@@ -81,7 +81,7 @@
8181
<plugin>
8282
<groupId>org.apache.maven.plugins</groupId>
8383
<artifactId>maven-javadoc-plugin</artifactId>
84-
<version>3.0.0</version>
84+
<version>3.12.0</version>
8585
<executions>
8686
<execution>
8787
<id>attach-javadocs</id>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-gpg-plugin</artifactId>
97-
<version>1.6</version>
97+
<version>3.2.8</version>
9898
<executions>
9999
<execution>
100100
<id>sign-artifacts</id>
@@ -106,14 +106,14 @@
106106
</executions>
107107
</plugin>
108108
<plugin>
109-
<groupId>org.sonatype.plugins</groupId>
110-
<artifactId>nexus-staging-maven-plugin</artifactId>
111-
<version>1.6.8</version>
109+
<groupId>org.sonatype.central</groupId>
110+
<artifactId>central-publishing-maven-plugin</artifactId>
111+
<version>0.9.0</version>
112112
<extensions>true</extensions>
113113
<configuration>
114-
<serverId>ossrh</serverId>
115-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
116-
<autoReleaseAfterClose>false</autoReleaseAfterClose>
114+
<tokenAuth>true</tokenAuth>
115+
<autoPublish>true</autoPublish>
116+
<publishingServerId>ossrh</publishingServerId>
117117
</configuration>
118118
</plugin>
119119
</plugins>

0 commit comments

Comments
 (0)