File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 8787
8888 <distributionManagement >
8989
90- <!-- Maven Snapshot Repository -->
90+ <!-- Maven Snapshot Repository -->
9191 <snapshotRepository >
9292 <id >ossrh</id >
9393 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
9494 </snapshotRepository >
9595
9696 <!-- GitHub Packages-->
97- <!-- <repository >-->
98- <!-- <id>github</id>-->
99- <!-- <url>https://maven.pkg.github.com/contentstack/contentstack-java</url>-->
100- <!-- </repository >-->
97+ <!-- <snapshotRepository >-->
98+ <!-- <id>github</id>-->
99+ <!-- <url>https://maven.pkg.github.com/contentstack/contentstack-java</url>-->
100+ <!-- </snapshotRepository >-->
101101 <!-- Maven Release Repository-->
102102 <repository >
103103 <id >ossrh</id >
292292 <artifactId >nexus-staging-maven-plugin</artifactId >
293293 <version >${nexus-staging-maven-plugin.version} </version >
294294 <extensions >true</extensions >
295+ <!-- <configuration>-->
296+ <!-- <serverId>github</serverId>-->
297+ <!-- <nexusUrl>https://maven.pkg.github.com/contentstack/contentstack-java</nexusUrl>-->
298+ <!-- <autoReleaseAfterClose>true</autoReleaseAfterClose>-->
299+ <!-- </configuration>-->
295300 <configuration >
296- <serverId >github </serverId >
297- <nexusUrl >https://maven.pkg.github.com/contentstack/contentstack-java </nexusUrl >
301+ <serverId >ossrh </serverId >
302+ <nexusUrl >https://oss.sonatype.org/ </nexusUrl >
298303 <autoReleaseAfterClose >true</autoReleaseAfterClose >
299304 </configuration >
300305 </plugin >
You can’t perform that action at this time.
0 commit comments