File tree Expand file tree Collapse file tree 2 files changed +17
-30
lines changed Expand file tree Collapse file tree 2 files changed +17
-30
lines changed Original file line number Diff line number Diff line change 214214 <url >https://github.com/JavaMoney/jsr354-api</url >
215215 </scm >
216216
217- <distributionManagement >
218- <repository >
219- <id >bintray-release</id >
220- <name >oss-jfrog-artifactory-releases</name >
221- <url >https://oss.jfrog.org/artifactory/oss-release-local</url >
222- </repository >
223- <snapshotRepository >
224- <id >bintray-snapshot</id >
225- <name >oss-jfrog-artifactory-snapshots</name >
226- <url >https://oss.jfrog.org/artifactory/oss-snapshot-local</url >
227- </snapshotRepository >
228- </distributionManagement >
229-
217+ <!-- Additional repositories -->
230218 <repositories >
231- <repository >
232- <snapshots >
233- <enabled >false</enabled >
234- </snapshots >
235- <id >bintray-release</id >
236- <name >libs-release</name >
237- <url >https://oss.jfrog.org/artifactory/libs-release</url >
238- </repository >
239219 <repository >
240220 <snapshots >
241221 <enabled >true</enabled >
242222 </snapshots >
243- <id >bintray -snapshot</id >
244- <name >libs-snapshot </name >
245- <url >https://oss.jfrog .org/artifactory/libs-snapshot </url >
223+ <id >ossrh -snapshot</id >
224+ <name >OSSRH Snapshots </name >
225+ <url >https://oss.sonatype .org/content/repositories/snapshots/ </url >
246226 </repository >
247227 </repositories >
248228
229+ <!-- Deployment to public servers -->
230+ <distributionManagement >
231+ <snapshotRepository >
232+ <id >ossrh</id >
233+ <url >https://oss.sonatype.org/content/repositories/snapshots</url >
234+ </snapshotRepository >
235+ <repository >
236+ <id >ossrh</id >
237+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
238+ </repository >
239+ </distributionManagement >
240+
249241 <profiles >
250242 <profile >
251243 <id >travis</id >
Original file line number Diff line number Diff line change 11<settings xmlns =" http://maven.apache.org/SETTINGS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/SETTINGS/1.0.0 http://maven.apache.org/xsd/settings-1.0.0.xsd" >
22 <servers >
33 <server >
4- <id >bintray-release</id >
5- <username >${env.CI_DEPLOY_USERNAME}</username >
6- <password >${env.CI_DEPLOY_PASSWORD}</password >
7- </server >
8- <server >
9- <id >bintray-snapshot</id >
4+ <id >ossrh</id >
105 <username >${env.CI_DEPLOY_USERNAME}</username >
116 <password >${env.CI_DEPLOY_PASSWORD}</password >
127 </server >
You can’t perform that action at this time.
0 commit comments