Skip to content

Commit c436298

Browse files
committed
Updated on 2025-02-26 20:48:22. Version: 2.0.0
1 parent 38aa682 commit c436298

File tree

1 file changed

+32
-3
lines changed

1 file changed

+32
-3
lines changed

pom.xml

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,17 @@
223223
</java>
224224
</configuration>
225225
</plugin>
226-
</plugins>
226+
<plugin>
227+
<groupId>org.sonatype.plugins</groupId>
228+
<artifactId>nexus-staging-maven-plugin</artifactId>
229+
<version>1.6.13</version>
230+
<extensions>true</extensions>
231+
<configuration>
232+
<serverId>ossrh</serverId>
233+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
234+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
235+
</configuration>
236+
</plugin> </plugins>
227237
</build>
228238

229239
<profiles>
@@ -245,7 +255,17 @@
245255
</execution>
246256
</executions>
247257
</plugin>
248-
</plugins>
258+
<plugin>
259+
<groupId>org.sonatype.plugins</groupId>
260+
<artifactId>nexus-staging-maven-plugin</artifactId>
261+
<version>1.6.13</version>
262+
<extensions>true</extensions>
263+
<configuration>
264+
<serverId>ossrh</serverId>
265+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
266+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
267+
</configuration>
268+
</plugin> </plugins>
249269
</build>
250270
</profile>
251271
</profiles>
@@ -338,4 +358,13 @@
338358
<junit-version>5.10.0</junit-version>
339359
<spotless.version>2.21.0</spotless.version>
340360
</properties>
341-
</project>
361+
<distributionManagement>
362+
<snapshotRepository>
363+
<id>ossrh</id>
364+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
365+
</snapshotRepository>
366+
<repository>
367+
<id>ossrh</id>
368+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
369+
</repository>
370+
</distributionManagement></project>

0 commit comments

Comments
 (0)