Skip to content

Commit 1742e7c

Browse files
committed
226: Upgrade JDK to Java 11 or higher
Task-Url: #226
1 parent b5985e3 commit 1742e7c

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

pom.xml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -794,17 +794,15 @@
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>

settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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>

0 commit comments

Comments
 (0)