File tree Expand file tree Collapse file tree 2 files changed +51
-10
lines changed Expand file tree Collapse file tree 2 files changed +51
-10
lines changed Original file line number Diff line number Diff line change 1616 </license >
1717 </licenses >
1818 <scm >
19- <url ></url >
20- <connection ></connection >
19+ <connection >scm:git:git://github.com/aliyun/aliyun-tablestore-java-sdk.git</connection >
20+ <
developerConnection >scm:git:
[email protected] :aliyun/aliyun-tablestore-java-sdk.git</
developerConnection >
21+ <url >https://github.com/aliyun/aliyun-tablestore-java-sdk</url >
2122 </scm >
2223 <developers >
2324 <developer >
3637 <distributionManagement >
3738 <snapshotRepository >
3839 <id >sonatype-nexus-snapshots</id >
39- <url >https://s01.oss. sonatype.org/content/repositories/ snapshots</url >
40+ <url >https://central. sonatype.com/repository/maven- snapshots/ </url >
4041 </snapshotRepository >
4142 <repository >
4243 <id >sonatype-nexus-staging</id >
43- <url >https://s01.oss. sonatype.org/service/local/staging/deploy/maven2/ </url >
44+ <url >https://central. sonatype.com </url >
4445 </repository >
4546 </distributionManagement >
4647 <build >
4748 <plugins >
4849 <plugin >
49- <groupId >org.sonatype.plugins </groupId >
50- <artifactId >nexus-staging -maven-plugin</artifactId >
51- <version >1.6.3 </version >
50+ <groupId >org.sonatype.central </groupId >
51+ <artifactId >central-publishing -maven-plugin</artifactId >
52+ <version >0.8.0 </version >
5253 <extensions >true</extensions >
5354 <configuration >
54- <serverId >sonatype-nexus-staging</ serverId >
55- <nexusUrl >https://s01.oss.sonatype.org/</ nexusUrl >
56- <autoReleaseAfterClose >true</ autoReleaseAfterClose >
55+ <publishingServerId >central</ publishingServerId >
56+ <autoPublish >true</ autoPublish >
57+ <waitUntil >published</ waitUntil >
5758 </configuration >
5859 </plugin >
5960 <plugin >
Original file line number Diff line number Diff line change 2323 </properties >
2424 </profile >
2525 </profiles >
26+ <scm >
27+ <connection >scm:git:git://github.com/aliyun/aliyun-tablestore-java-sdk.git</connection >
28+ <
developerConnection >scm:git:
[email protected] :aliyun/aliyun-tablestore-java-sdk.git</
developerConnection >
29+ <url >https://github.com/aliyun/aliyun-tablestore-java-sdk</url >
30+ </scm >
31+ <distributionManagement >
32+ <snapshotRepository >
33+ <id >sonatype-nexus-snapshots</id >
34+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
35+ </snapshotRepository >
36+ <repository >
37+ <id >sonatype-nexus-staging</id >
38+ <url >https://central.sonatype.com</url >
39+ </repository >
40+ </distributionManagement >
2641 <dependencies >
2742 <dependency >
2843 <groupId >junit</groupId >
105120 </dependencies >
106121 <build >
107122 <plugins >
123+ <plugin >
124+ <groupId >org.sonatype.central</groupId >
125+ <artifactId >central-publishing-maven-plugin</artifactId >
126+ <version >0.8.0</version >
127+ <extensions >true</extensions >
128+ <configuration >
129+ <publishingServerId >central</publishingServerId >
130+ <autoPublish >true</autoPublish >
131+ <waitUntil >published</waitUntil >
132+ </configuration >
133+ </plugin >
108134 <plugin >
109135 <artifactId >maven-compiler-plugin</artifactId >
110136 <version >2.3.2</version >
133159 </execution >
134160 </executions >
135161 </plugin >
162+ <plugin >
163+ <groupId >org.apache.maven.plugins</groupId >
164+ <artifactId >maven-gpg-plugin</artifactId >
165+ <version >3.2.1</version >
166+ <executions >
167+ <execution >
168+ <id >sign-artifacts</id >
169+ <phase >verify</phase >
170+ <goals >
171+ <goal >sign</goal >
172+ </goals >
173+ </execution >
174+ </executions >
175+ </plugin >
136176 <plugin >
137177 <groupId >org.apache.maven.plugins</groupId >
138178 <artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments