File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 6262 <url >https://issues.cask.co/browse/CDAP</url >
6363 </issueManagement >
6464
65+ <<<<<<< HEAD
6566 <distributionManagement >
6667 <repository >
6768 <id >sonatype.release</id >
8384 <url >https://oss.sonatype.org/service/local/staging/deploy/maven2</url >
8485 </repository >
8586 <repository >
87+ =======
88+ <repositories >
89+ <repository >
90+ >>>>>>> 2ec8cc5 (cdap oss migration for azure)
8691 <id >sonatype-snapshots</id >
8792 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
8893 </repository >
285290 <build >
286291 <plugins >
287292 <plugin >
288- <groupId >org.sonatype.plugins </groupId >
289- <artifactId >nexus-staging -maven-plugin</artifactId >
290- <version >1.6.2 </version >
293+ <groupId >org.sonatype.central </groupId >
294+ <artifactId >central-publishing -maven-plugin</artifactId >
295+ <version >0.8.0 </version >
291296 <extensions >true</extensions >
292297 <configuration >
293- <nexusUrl >https://oss.sonatype.org</nexusUrl >
294- <serverId >sonatype.release</serverId >
298+ <publishingServerId >sonatype.release</publishingServerId >
299+ <autoPublish >false</autoPublish >
300+ <ignorePublishedComponents >true</ignorePublishedComponents >
295301 </configuration >
296302 </plugin >
297303 <!-- Source JAR -->
You can’t perform that action at this time.
0 commit comments