Skip to content

Commit 8ef713c

Browse files
pom.xml updated
1 parent 21e8e9a commit 8ef713c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

pom.xml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
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>
@@ -292,9 +292,14 @@
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>

0 commit comments

Comments
 (0)