Skip to content

Commit 66012a2

Browse files
committed
Bump version + cleanup
1 parent c72a54f commit 66012a2

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@
7676
<id>ossrh</id>
7777
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
7878
</snapshotRepository>
79-
<repository>
79+
<!--<repository>
8080
<id>ossrh</id>
8181
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
82-
</repository>
82+
</repository> -->
8383
</distributionManagement>
8484

8585

@@ -186,15 +186,15 @@
186186
<plugin>
187187
<groupId>org.sonatype.plugins</groupId>
188188
<artifactId>nexus-staging-maven-plugin</artifactId>
189-
<version>1.6.7</version>
189+
<version>1.6.13</version>
190190
<extensions>true</extensions>
191191
<configuration>
192192
<serverId>ossrh</serverId>
193193
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
194-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
194+
<autoReleaseAfterClose>false</autoReleaseAfterClose>
195195
</configuration>
196196
</plugin>
197-
<plugin>
197+
<!--<plugin>
198198
<groupId>org.apache.maven.plugins</groupId>
199199
<artifactId>maven-release-plugin</artifactId>
200200
<version>2.5.3</version>
@@ -204,7 +204,7 @@
204204
<releaseProfiles>release</releaseProfiles>
205205
<goals>deploy</goals>
206206
</configuration>
207-
</plugin>
207+
</plugin> -->
208208
</plugins>
209209
</build>
210210
</project>

0 commit comments

Comments
 (0)