diff --git a/pom.xml b/pom.xml index 04bbbc29..ac73be13 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ tech.uom uom-parent - 2.1 + 2.1.1-SNAPSHOT 2.1.2-SNAPSHOT @@ -44,7 +44,7 @@ ${sourceEncoding} 8 - + 8 ${jdkVersion} @@ -53,7 +53,7 @@ -Xdoclint:none 2.22.2 Jean-Marie Dautelle, Werner Keil, Otavio Santana - 2020 + 2021 5.0.0 @@ -61,8 +61,6 @@ 6.0.0 - 1.7.0 - 2.2 **/Local*Test.java @@ -556,42 +554,28 @@ - - - jcenter - JCenter - https://jcenter.bintray.com - - - - false - - bintray-release - libs-release - https://oss.jfrog.org/artifactory/libs-release - - - - true - - bintray-snapshot - libs-snapshot - https://oss.jfrog.org/artifactory/libs-snapshot - - - - - - bintray-release - oss-jfrog-artifactory-release - https://oss.jfrog.org/artifactory/oss-release-local - - - bintray-snapshot - oss-jfrog-artifactory-snapshot - https://oss.jfrog.org/artifactory/oss-snapshot-local - - + + + + true + + ossrh-snapshot + OSSRH Snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + + ossrh + https://oss.sonatype.org/content/repositories/snapshots + + + ossrh + https://oss.sonatype.org/service/local/staging/deploy/maven2/ + + CircleCI https://circleci.com/gh/unitsofmeasurement/indriya @@ -677,7 +661,6 @@ maven-surefire-plugin - ${env.JAVA_HOME}/bin/java @@ -704,7 +687,7 @@ - + org.apache.maven.plugins maven-compiler-plugin diff --git a/settings.xml b/settings.xml index 4b44334e..d834fe18 100644 --- a/settings.xml +++ b/settings.xml @@ -1,12 +1,7 @@ - bintray-snapshot - ${env.CI_DEPLOY_USERNAME} - ${env.CI_DEPLOY_PASSWORD} - - - bintray-release + ossrh ${env.CI_DEPLOY_USERNAME} ${env.CI_DEPLOY_PASSWORD}