File tree Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Expand file tree Collapse file tree 2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 794794 </reporting >
795795
796796 <!-- Deployment to public servers -->
797- <distributionManagement >
798- <repository >
799- <id >bintray-release</id >
800- <name >oss-jfrog-artifactory-release</name >
801- <url >https://oss.jfrog.org/artifactory/oss-release-local</url >
802- </repository >
797+ <distributionManagement >
798+ <repository >
799+ <id >ossrh</id >
800+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
801+ </repository >
803802 <snapshotRepository >
804- <id >bintray-snapshot</id >
805- <name >oss-jfrog-artifactory-snapshot</name >
806- <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
807- </snapshotRepository >
803+ <id >ossrh</id >
804+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
805+ </snapshotRepository >
808806 <site >
809807 <id >JSR-385</id >
810808 <name >JSR-385 Maven reports</name >
Original file line number Diff line number Diff line change 88 <password >${env.CI_DEPLOY_PASSWORD}</password >
99 </server >
1010 <server >
11- <id >bintray-release </id >
11+ <id >ossrh </id >
1212 <username >${env.CI_DEPLOY_USERNAME}</username >
1313 <password >${env.CI_DEPLOY_PASSWORD}</password >
1414 </server >
You can’t perform that action at this time.
0 commit comments