We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc5e1aa commit 112fb87Copy full SHA for 112fb87
pom.xml
@@ -110,17 +110,6 @@
110
</execution>
111
</executions>
112
</plugin>
113
- <plugin>
114
- <groupId>org.sonatype.plugins</groupId>
115
- <artifactId>nexus-staging-maven-plugin</artifactId>
116
- <version>1.6.2</version>
117
- <extensions>true</extensions>
118
- <configuration>
119
- <serverId>ossrh</serverId>
120
- <nexusUrl>https://oss.sonatype.org/</nexusUrl>
121
- <autoReleaseAfterClose>true</autoReleaseAfterClose>
122
- </configuration>
123
- </plugin>
124
</plugins>
125
</build>
126
<properties>
0 commit comments