Skip to content

Commit c008301

Browse files
authored
Merge pull request #1092 from sofastack/dongnan-dev
Switch to maven central
2 parents 7e0814f + 74e8d27 commit c008301

File tree

25 files changed

+36
-8
lines changed

25 files changed

+36
-8
lines changed

pom.xml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</modules>
1515

1616
<properties>
17-
<sofa.ark.version>2.3.2-SNAPSHOT</sofa.ark.version>
17+
<sofa.ark.version>2.3.2</sofa.ark.version>
1818
<sofa.ark.version.old>2.3.0</sofa.ark.version.old>
1919
<project.encoding>UTF-8</project.encoding>
2020
<java.version>1.8</java.version>
@@ -227,7 +227,7 @@
227227
<extensions>true</extensions>
228228
<configuration>
229229
<serverId>ossrh</serverId>
230-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
230+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
231231
<autoReleaseAfterClose>false</autoReleaseAfterClose>
232232
</configuration>
233233
</plugin>
@@ -256,7 +256,7 @@
256256
<distributionManagement>
257257
<repository>
258258
<id>ossrh</id>
259-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
259+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
260260
</repository>
261261
</distributionManagement>
262262
<pluginRepositories>
@@ -265,7 +265,7 @@
265265
<enabled>true</enabled>
266266
</snapshots>
267267
<id>maven-snapshot</id>
268-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
268+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
269269
</pluginRepository>
270270
</pluginRepositories>
271271
</profile>
@@ -281,7 +281,7 @@
281281
<extensions>true</extensions>
282282
<configuration>
283283
<serverId>ossrh</serverId>
284-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
284+
<nexusUrl>https://ossrh-staging-api.central.sonatype.com/</nexusUrl>
285285
<autoReleaseAfterClose>false</autoReleaseAfterClose>
286286
</configuration>
287287
</plugin>
@@ -310,16 +310,20 @@
310310
<distributionManagement>
311311
<snapshotRepository>
312312
<id>ossrh</id>
313-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
313+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
314314
</snapshotRepository>
315+
<repository>
316+
<id>ossrh</id>
317+
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
318+
</repository>
315319
</distributionManagement>
316320
<repositories>
317321
<repository>
318322
<snapshots>
319323
<enabled>true</enabled>
320324
</snapshots>
321325
<id>maven-snapshot</id>
322-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
326+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
323327
</repository>
324328
</repositories>
325329
<pluginRepositories>
@@ -328,7 +332,7 @@
328332
<enabled>true</enabled>
329333
</snapshots>
330334
<id>maven-snapshot</id>
331-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
335+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
332336
</pluginRepository>
333337
</pluginRepositories>
334338
</profile>

sofa-ark-bom/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
<artifactId>sofa-ark-bom</artifactId>
1313
<packaging>pom</packaging>
14+
<name>${project.groupId}:${project.artifactId}</name>
1415

1516
<properties>
1617
<log4j.version>1.7.32</log4j.version>

sofa-ark-parent/assembly/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-all</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
<properties>
1314
<sofa.ark.name>sofa-ark-all</sofa.ark.name>

sofa-ark-parent/core-impl/archive/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-archive</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
<dependencies>
1314

sofa-ark-parent/core-impl/container/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-container</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
<dependencies>
1314

sofa-ark-parent/core-impl/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-core-impl</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112
<packaging>pom</packaging>
1213

1314
<modules>

sofa-ark-parent/core/api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>sofa-ark-api</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314

1415
<dependencies>
1516
<dependency>

sofa-ark-parent/core/common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-common</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
<dependencies>
1314

sofa-ark-parent/core/exception/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
</parent>
99

1010
<artifactId>sofa-ark-exception</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112

1213
</project>

sofa-ark-parent/core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</parent>
99

1010
<artifactId>sofa-ark-core</artifactId>
11+
<name>${project.groupId}:${project.artifactId}</name>
1112
<packaging>pom</packaging>
1213

1314
<modules>

0 commit comments

Comments
 (0)