We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f02872 commit 72cd967Copy full SHA for 72cd967
plugin-code/pom.xml
@@ -121,12 +121,13 @@
121
<serverId>ossrh</serverId>
122
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
123
<autoReleaseAfterClose>true</autoReleaseAfterClose>
124
+ <skipLocalStaging>true</skipLocalStaging>
125
</configuration>
126
<dependencies>
127
<dependency>
128
<groupId>com.thoughtworks.xstream</groupId>
129
<artifactId>xstream</artifactId>
- <version>1.4.15</version>
130
+ <version>1.4.18</version>
131
</dependency>
132
<!--
133
Remove after OSSRH-66257, NEXUS-26993 are fixed,
0 commit comments