|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.aliyun.openservices</groupId> |
7 | 7 | <artifactId>tablestore-parent</artifactId> |
8 | | - <version>1.0</version> |
| 8 | + <version>1.0.2</version> |
9 | 9 | <name>AliCloud TableStore</name> |
10 | 10 | <url>http://www.aliyun.com</url> |
11 | 11 | <description>AliCloud TableStore</description> |
|
16 | 16 | </license> |
17 | 17 | </licenses> |
18 | 18 | <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:git@github.com:aliyun/aliyun-tablestore-java-sdk.git</developerConnection> |
| 21 | + <url>https://github.com/aliyun/aliyun-tablestore-java-sdk</url> |
21 | 22 | </scm> |
22 | 23 | <developers> |
23 | 24 | <developer> |
|
36 | 37 | <distributionManagement> |
37 | 38 | <snapshotRepository> |
38 | 39 | <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> |
40 | 41 | </snapshotRepository> |
41 | 42 | <repository> |
42 | 43 | <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> |
44 | 45 | </repository> |
45 | 46 | </distributionManagement> |
46 | 47 | <build> |
47 | 48 | <plugins> |
48 | 49 | <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> |
52 | 53 | <extensions>true</extensions> |
53 | 54 | <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> |
57 | 58 | </configuration> |
58 | 59 | </plugin> |
59 | 60 | <plugin> |
|
0 commit comments