Skip to content

Commit 2d5c456

Browse files
Copilotmaybeec
andcommitted
Migrate from nexus-staging-maven-plugin to central-publishing-maven-plugin
Co-authored-by: maybeec <1427255+maybeec@users.noreply.github.com>
1 parent f184694 commit 2d5c456

File tree

20 files changed

+65
-81
lines changed
  • .mvn
  • cobigen-templates
    • crud-angular-client-app/src/test/resources/utils
    • crud-ionic-client-app/src/test/resources/utils
    • crud-java-ea-uml/src/test/resources/utils
    • crud-java-server-app-complex/src/test/resources/utils
    • crud-java-server-app/src/test/resources/utils
    • crud-ngrx-client-app/src/test/resources/utils
    • crud-openapi-angular-client-app/src/test/resources/utils
    • crud-openapi-angular-service-based-app/src/test/resources/utils
    • crud-openapi-ionic-client-app/src/test/resources/utils
    • crud-openapi-java-server-app/src/test/resources/utils
    • crud-openapi-net/src/test/resources/utils
    • crud-typescript-angular-client-app/src/test/resources/utils
    • templates-devon4j-tests/src/test/resources/utils
    • testdata-builder/src/test/resources/utils
  • cobigen
    • cobigen-core/src/test/resources/testdata/unittest/config/upgrade/TemplateSetUpgraderTest
      • valid-2.0/templates/CobiGen_Templates
      • valid-2.1/templates/CobiGen_Templates
    • core-artifact-retriever/src/test/resources/testdata/unittest

20 files changed

+65
-81
lines changed

.mvn/ci-settings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<password>${env.SONATYPE_PASSWORD}</password>
1414
</server>
1515
<server>
16-
<id>ossrh</id>
16+
<id>central</id>
1717
<username>${env.SONATYPE_USERNAME}</username>
1818
<password>${env.SONATYPE_PASSWORD}</password>
1919
</server>

cobigen-templates/crud-angular-client-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
<snapshots>
7979
<enabled>true</enabled>
8080
</snapshots>
81-
<id>ossrh</id>
82-
<name>OSSRH Snapshots</name>
83-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
81+
<id>central</id>
82+
<name>Central Repository Snapshots</name>
83+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8484
</repository>
8585
</repositories>
8686

cobigen-templates/crud-ionic-client-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-java-ea-uml/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-java-server-app-complex/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-java-server-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-ngrx-client-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-openapi-angular-client-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-openapi-angular-service-based-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

cobigen-templates/crud-openapi-ionic-client-app/src/test/resources/utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@
8080
<snapshots>
8181
<enabled>true</enabled>
8282
</snapshots>
83-
<id>ossrh</id>
84-
<name>OSSRH Snapshots</name>
85-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
83+
<id>central</id>
84+
<name>Central Repository Snapshots</name>
85+
<url>https://central.sonatype.com/repository/maven-snapshots</url>
8686
</repository>
8787
</repositories>
8888

0 commit comments

Comments
 (0)