Skip to content

Commit bf7fbe0

Browse files
Release v2.0
1 parent 1859160 commit bf7fbe0

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

pom.xml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.childrengreens</groupId>
88
<artifactId>multi-source-spring-boot-starter</artifactId>
9-
<version>1.0-SNAPSHOT</version>
9+
<version>2.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>Spring Boot Starter for Multi Source</name>
@@ -23,10 +23,6 @@
2323
<id>ChildrenGreens</id>
2424
<name>ChildrenGreens</name>
2525
<email>[email protected]</email>
26-
<roles>
27-
<role>Developer</role>
28-
</roles>
29-
<timezone>+8</timezone>
3026
</developer>
3127
</developers>
3228

@@ -52,11 +48,11 @@
5248
<distributionManagement>
5349
<snapshotRepository>
5450
<id>ossrh</id>
55-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
51+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
5652
</snapshotRepository>
5753
<repository>
5854
<id>ossrh</id>
59-
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
55+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
6056
</repository>
6157
</distributionManagement>
6258

@@ -86,14 +82,12 @@
8682
<build>
8783
<plugins>
8884
<plugin>
89-
<groupId>org.sonatype.plugins</groupId>
90-
<artifactId>nexus-staging-maven-plugin</artifactId>
91-
<version>1.7.0</version>
85+
<groupId>org.sonatype.central</groupId>
86+
<artifactId>central-publishing-maven-plugin</artifactId>
87+
<version>0.6.0</version>
9288
<extensions>true</extensions>
9389
<configuration>
94-
<serverId>ossrh</serverId>
95-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
96-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
90+
<publishingServerId>ossrh</publishingServerId>
9791
</configuration>
9892
</plugin>
9993
<plugin>

redis-multi-source-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.childrengreens</groupId>
99
<artifactId>multi-source-spring-boot-starter</artifactId>
10-
<version>1.0-SNAPSHOT</version>
10+
<version>2.0</version>
1111
</parent>
1212

1313
<artifactId>redis-multi-source-spring-boot-starter</artifactId>

0 commit comments

Comments
 (0)