File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 139139 </plugin >
140140
141141 <!-- Deploy to Sonatype OSS Nexus -->
142-
143142 <plugin >
144143 <groupId >org.sonatype.plugins</groupId >
145144 <artifactId >nexus-staging-maven-plugin</artifactId >
146- <version >1.6.13 </version >
145+ <version >1.6.8 </version >
147146 <extensions >true</extensions >
148147 <configuration >
149148 <serverId >sonatype</serverId >
150149 <nexusUrl >https://oss.sonatype.org/</nexusUrl >
151- <autoReleaseAfterClose >true </autoReleaseAfterClose >
150+ <autoReleaseAfterClose >false </autoReleaseAfterClose >
152151 <keepStagingRepositoryOnFailure >true</keepStagingRepositoryOnFailure >
153152 </configuration >
153+ <dependencies >
154+ <dependency >
155+ <groupId >com.thoughtworks.xstream</groupId >
156+ <artifactId >xstream</artifactId >
157+ <version >1.4.15</version >
158+ </dependency >
159+ </dependencies >
154160 </plugin >
155161 </plugins >
156162
You can’t perform that action at this time.
0 commit comments