File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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>
204204 <releaseProfiles>release</releaseProfiles>
205205 <goals>deploy</goals>
206206 </configuration>
207- </plugin >
207+ </plugin> -->
208208 </plugins >
209209 </build >
210210</project >
You can’t perform that action at this time.
0 commit comments