Skip to content

Commit c6212eb

Browse files
authored
5.17.6 for release (#53)
1 parent 2c97f4d commit c6212eb

File tree

6 files changed

+92
-25
lines changed

6 files changed

+92
-25
lines changed

pom.xml

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@
66
<groupId>com.aliyun.openservices</groupId>
77
<artifactId>tablestore-parent</artifactId>
88
<version>1.0</version>
9+
<name>AliCloud TableStore</name>
10+
<url>http://www.aliyun.com</url>
11+
<description>AliCloud TableStore</description>
12+
<licenses>
13+
<license>
14+
<name>The Apache Software License, Version 2.0</name>
15+
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
16+
</license>
17+
</licenses>
18+
<scm>
19+
<url></url>
20+
<connection></connection>
21+
</scm>
22+
<developers>
23+
<developer>
24+
<id>aliyunproducts</id>
25+
<name>Aliyun SDK</name>
26+
<email>aliyunsdk@aliyun.com</email>
27+
</developer>
28+
</developers>
929
<packaging>pom</packaging>
1030
<modules>
1131
<module>tablestore-shaded-protobuf</module>
@@ -23,7 +43,6 @@
2343
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
2444
</repository>
2545
</distributionManagement>
26-
2746
<build>
2847
<plugins>
2948
<plugin>
@@ -53,5 +72,4 @@
5372
</plugin>
5473
</plugins>
5574
</build>
56-
5775
</project>

tablestore-shaded-httpasyncclient/pom.xml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010
<artifactId>tablestore-shaded-httpasyncclient</artifactId>
1111
<version>4.0.2</version>
12+
<name>AliCloud TableStore Shaded HttpAsyncClient</name>
13+
<description>AliCloud TableStore Shaded HttpAsyncClient</description>
1214
<packaging>jar</packaging>
1315
<dependencies>
1416
<dependency>
@@ -18,7 +20,37 @@
1820
</dependency>
1921
</dependencies>
2022
<build>
21-
<plugins>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-source-plugin</artifactId>
27+
<version>2.3</version>
28+
<executions>
29+
<execution>
30+
<id>attach-sources</id>
31+
<goals>
32+
<goal>jar-no-fork</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-jar-plugin</artifactId>
40+
<executions>
41+
<execution>
42+
<id>empty-javadoc-jar</id>
43+
<phase>package</phase>
44+
<goals>
45+
<goal>jar</goal>
46+
</goals>
47+
<configuration>
48+
<classifier>javadoc</classifier>
49+
<classesDirectory>${basedir}/javadoc</classesDirectory>
50+
</configuration>
51+
</execution>
52+
</executions>
53+
</plugin>
2254
<plugin>
2355
<groupId>org.apache.maven.plugins</groupId>
2456
<artifactId>maven-shade-plugin</artifactId>
@@ -46,7 +78,7 @@
4678
</configuration>
4779
</execution>
4880
</executions>
49-
</plugin>
81+
</plugin>
5082
</plugins>
5183
</build>
5284
</project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This artifact is a shaded version of the original httpasyncclient library.
2+
It contains only dependencies and no source code from the project itself.

tablestore-shaded-protobuf/pom.xml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
</parent>
1010
<artifactId>tablestore-shaded-protobuf</artifactId>
1111
<version>4.28.2</version>
12+
<name>AliCloud TableStore Shaded Protobuf</name>
13+
<description>AliCloud TableStore Shaded Protobuf</description>
1214
<packaging>jar</packaging>
1315
<dependencies>
1416
<dependency>
@@ -18,7 +20,37 @@
1820
</dependency>
1921
</dependencies>
2022
<build>
21-
<plugins>
23+
<plugins>
24+
<plugin>
25+
<groupId>org.apache.maven.plugins</groupId>
26+
<artifactId>maven-source-plugin</artifactId>
27+
<version>2.3</version>
28+
<executions>
29+
<execution>
30+
<id>attach-sources</id>
31+
<goals>
32+
<goal>jar-no-fork</goal>
33+
</goals>
34+
</execution>
35+
</executions>
36+
</plugin>
37+
<plugin>
38+
<groupId>org.apache.maven.plugins</groupId>
39+
<artifactId>maven-jar-plugin</artifactId>
40+
<executions>
41+
<execution>
42+
<id>empty-javadoc-jar</id>
43+
<phase>package</phase>
44+
<goals>
45+
<goal>jar</goal>
46+
</goals>
47+
<configuration>
48+
<classifier>javadoc</classifier>
49+
<classesDirectory>${basedir}/javadoc</classesDirectory>
50+
</configuration>
51+
</execution>
52+
</executions>
53+
</plugin>
2254
<plugin>
2355
<groupId>org.apache.maven.plugins</groupId>
2456
<artifactId>maven-shade-plugin</artifactId>
@@ -44,7 +76,7 @@
4476
</configuration>
4577
</execution>
4678
</executions>
47-
</plugin>
79+
</plugin>
4880
</plugins>
4981
</build>
5082
</project>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
This artifact is a shaded version of the original protobuf library.
2+
It contains only dependencies and no source code from the project itself.

tablestore/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,12 @@
66
<version>5.17.6</version>
77
<packaging>jar</packaging>
88
<name>AliCloud TableStore SDK for Java</name>
9-
<url>http://www.aliyun.com</url>
109
<parent>
1110
<groupId>com.aliyun.openservices</groupId>
1211
<artifactId>tablestore-parent</artifactId>
1312
<version>1.0</version>
1413
</parent>
1514
<description>Aliyun Open Services SDK for Java Copyright (C) Alibaba Cloud Computing All rights reserved. 版权所有 (C)阿里云计算有限公司 http://www.aliyun.com</description>
16-
<licenses>
17-
<license>
18-
<name>The Apache Software License, Version 2.0</name>
19-
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
20-
</license>
21-
</licenses>
22-
<scm>
23-
<url></url>
24-
<connection></connection>
25-
</scm>
26-
<developers>
27-
<developer>
28-
<id>aliyunproducts</id>
29-
<name>Aliyun SDK</name>
30-
<email>aliyunsdk@aliyun.com</email>
31-
</developer>
32-
</developers>
33-
3415
<profiles>
3516
<profile>
3617
<id>java8-doclint-disabled</id>

0 commit comments

Comments
 (0)