File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed
redis-multi-source-spring-boot-starter Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 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 >
2323 <id >ChildrenGreens</id >
2424 <name >ChildrenGreens</name >
252526- <roles >
27- <role >Developer</role >
28- </roles >
29- <timezone >+8</timezone >
3026 </developer >
3127 </developers >
3228
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
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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments