Skip to content

Commit 8a4f230

Browse files
committed
Switch from Sonatype OSSRH to Sonatype Central
1 parent 2073275 commit 8a4f230

4 files changed

Lines changed: 13 additions & 10 deletions

File tree

.maven-settings.xml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,14 @@
3737
<enabled>true</enabled>
3838
<updatePolicy>never</updatePolicy>
3939
</releases>
40-
<!-- workaround for https://github.com/mojohaus/build-helper-maven-plugin/issues/108
4140
<snapshots>
4241
<enabled>false</enabled>
4342
</snapshots>
44-
-->
4543
</repository>
4644

4745
<repository>
48-
<id>oss-snapshots</id>
49-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
46+
<id>sonatype-central-snapshots</id>
47+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
5048
<layout>default</layout>
5149
<releases>
5250
<enabled>false</enabled>
@@ -88,8 +86,8 @@
8886
</pluginRepository>
8987

9088
<pluginRepository>
91-
<id>oss-snapshots</id>
92-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
89+
<id>sonatype-central-snapshots</id>
90+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
9391
<layout>default</layout>
9492
<releases>
9593
<enabled>false</enabled>
@@ -125,7 +123,12 @@
125123

126124
<servers>
127125
<server>
128-
<id>ossrh</id>
126+
<id>sonatype-central</id>
127+
<username>${env.SONATYPE_USERNAME}</username>
128+
<password>${env.SONATYPE_PASSWORD}</password>
129+
</server>
130+
<server>
131+
<id>sonatype-central-snapshots</id>
129132
<username>${env.SONATYPE_USERNAME}</username>
130133
<password>${env.SONATYPE_PASSWORD}</password>
131134
</server>

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.devops</groupId>
2727
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
28-
<version>2.0.0</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

tooling/conga-aem-maven-plugin/src/it/example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.maven</groupId>
2828
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>62</version>
29+
<version>63</version>
3030
<relativePath/>
3131
</parent>
3232

tooling/conga-aem-maven-plugin/src/it/mixed-no-package-type/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.maven</groupId>
2828
<artifactId>io.wcm.maven.global-parent</artifactId>
29-
<version>62</version>
29+
<version>63</version>
3030
<relativePath/>
3131
</parent>
3232

0 commit comments

Comments
 (0)