Skip to content

Commit 8d9f5ab

Browse files
committed
version
1 parent acdf57a commit 8d9f5ab

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

pom.xml

-20
Original file line numberDiff line numberDiff line change
@@ -403,26 +403,6 @@
403403
<goals>deploy</goals>
404404
</configuration>
405405
</plugin>
406-
<plugin>
407-
<groupId>org.sonatype.plugins</groupId>
408-
<artifactId>nexus-staging-maven-plugin</artifactId>
409-
<version>1.6.8</version>
410-
<executions>
411-
<execution>
412-
<id>default-deploy</id>
413-
<phase>deploy</phase>
414-
<!-- By default, this is the phase deploy goal will bind to -->
415-
<goals>
416-
<goal>deploy</goal>
417-
</goals>
418-
</execution>
419-
</executions>
420-
<configuration>
421-
<serverId>ossrh</serverId>
422-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
423-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
424-
</configuration>
425-
</plugin>
426406
</plugins>
427407
</build>
428408

0 commit comments

Comments
 (0)