Skip to content

Commit 261a553

Browse files
authored
Merge pull request #36 from aliyun/v5.13.12-update-pom
update version to 5.13.12
2 parents 3dffe84 + bb1c55d commit 261a553

File tree

2 files changed

+54
-7
lines changed

2 files changed

+54
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- 阿里云表格存储是阿里云自主研发的NoSQL数据存储服务,提供海量结构化数据的存储和实时访问。
1010

1111
## 版本
12-
- 当前版本:5.13.6
12+
- 当前版本:5.13.12
1313

1414
## 运行环境
1515
- JDK 6及其以上
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.aliyun.openservices</groupId>
2323
<artifactId>tablestore</artifactId>
24-
<version>5.13.6</version>
24+
<version>5.13.12</version>
2525
</dependency>
2626
```
2727

pom.xml

Lines changed: 52 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,34 @@
77
<packaging>jar</packaging>
88
<name>AliCloud TableStore SDK for Java</name>
99
<url>http://www.aliyun.com</url>
10-
<parent>
11-
<groupId>com.taobao</groupId>
12-
<artifactId>parent</artifactId>
13-
<version>1.0.2</version>
14-
</parent>
1510
<description>Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com</description>
11+
<licenses>
12+
<license>
13+
<name>The Apache Software License, Version 2.0</name>
14+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
15+
</license>
16+
</licenses>
17+
<scm>
18+
<url></url>
19+
<connection></connection>
20+
</scm>
21+
<developers>
22+
<developer>
23+
<id>aliyunproducts</id>
24+
<name>Aliyun SDK</name>
25+
<email>aliyunsdk@aliyun.com</email>
26+
</developer>
27+
</developers>
28+
<distributionManagement>
29+
<snapshotRepository>
30+
<id>sonatype-nexus-snapshots</id>
31+
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
32+
</snapshotRepository>
33+
<repository>
34+
<id>sonatype-nexus-staging</id>
35+
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
36+
</repository>
37+
</distributionManagement>
1638
<profiles>
1739
<profile>
1840
<id>java8-doclint-disabled</id>
@@ -249,6 +271,31 @@
249271
</execution>
250272
</executions>
251273
</plugin>
274+
<plugin>
275+
<groupId>org.apache.maven.plugins</groupId>
276+
<artifactId>maven-gpg-plugin</artifactId>
277+
<version>1.5</version>
278+
<executions>
279+
<execution>
280+
<id>sign-artifacts</id>
281+
<phase>verify</phase>
282+
<goals>
283+
<goal>sign</goal>
284+
</goals>
285+
</execution>
286+
</executions>
287+
</plugin>
288+
<plugin>
289+
<groupId>org.sonatype.plugins</groupId>
290+
<artifactId>nexus-staging-maven-plugin</artifactId>
291+
<version>1.6.3</version>
292+
<extensions>true</extensions>
293+
<configuration>
294+
<serverId>sonatype-nexus-staging</serverId>
295+
<nexusUrl>https://s01.oss.sonatype.org/</nexusUrl>
296+
<autoReleaseAfterClose>true</autoReleaseAfterClose>
297+
</configuration>
298+
</plugin>
252299
</plugins>
253300
</build>
254301
</project>

0 commit comments

Comments
 (0)