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 2da41c0 commit 7a401a4Copy full SHA for 7a401a4
pom-base.xml
@@ -180,18 +180,10 @@
180
<configuration>
181
<serverId>sonatype-nexus</serverId>
182
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
183
- <autoReleaseAfterClose>false</autoReleaseAfterClose>
184
- </configuration>
185
- </plugin>
186
- <plugin>
187
- <groupId>org.apache.maven.plugins</groupId>
188
- <artifactId>maven-release-plugin</artifactId>
189
- <version>2.5.3</version>
190
- <configuration>
191
- <pushChanges>false</pushChanges>
192
- <localCheckout>true</localCheckout>
+ <autoReleaseAfterClose>true</autoReleaseAfterClose>
193
</configuration>
194
</plugin>
+
195
<plugin>
196
<groupId>org.apache.maven.plugins</groupId>
197
<artifactId>maven-assembly-plugin</artifactId>
0 commit comments