Skip to content

Commit 1828ac4

Browse files
committed
release 0.0.2-beta source code for java
1 parent 9502432 commit 1828ac4

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

pom.xml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,17 @@
138138
<id>release</id>
139139
<build>
140140
<plugins>
141+
<plugin>
142+
<groupId>org.sonatype.plugins</groupId>
143+
<artifactId>nexus-staging-maven-plugin</artifactId>
144+
<version>1.6.7</version>
145+
<extensions>true</extensions>
146+
<configuration>
147+
<serverId>ossrh</serverId>
148+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
149+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
150+
</configuration>
151+
</plugin>
141152
<plugin>
142153
<groupId>org.apache.maven.plugins</groupId>
143154
<artifactId>maven-deploy-plugin</artifactId>
@@ -146,10 +157,10 @@
146157
<plugin>
147158
<groupId>org.apache.maven.plugins</groupId>
148159
<artifactId>maven-gpg-plugin</artifactId>
149-
<version>1.4</version>
160+
<version>1.5</version>
150161
<executions>
151162
<execution>
152-
<id>sign-artifacts-for-release</id>
163+
<id>sign-artifacts</id>
153164
<phase>verify</phase>
154165
<goals>
155166
<goal>sign</goal>
@@ -191,14 +202,15 @@
191202
</build>
192203
</profile>
193204
</profiles>
205+
194206
<distributionManagement>
195207
<snapshotRepository>
196208
<id>ossrh</id>
197-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
209+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
198210
</snapshotRepository>
199211
<repository>
200212
<id>ossrh</id>
201-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
213+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
202214
</repository>
203215
</distributionManagement>
204216

0 commit comments

Comments
 (0)