Skip to content

Commit 9d47cd5

Browse files
author
aliyunmq
committed
update version
1 parent f443a6b commit 9d47cd5

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

java/pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<parent>
6+
<groupId>org.sonatype.oss</groupId>
7+
<artifactId>oss-parent</artifactId>
8+
<version>9</version>
9+
</parent>
10+
511
<modelVersion>4.0.0</modelVersion>
612

713
<groupId>com.aliyun.mq</groupId>
@@ -12,8 +18,9 @@
1218
<dependency>
1319
<groupId>com.aliyun.mq</groupId>
1420
<artifactId>mq-http-sdk</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0</version>
22+
<classifier>jar-with-dependencies</classifier>
1623
</dependency>
1724
</dependencies>
1825

19-
</project>
26+
</project>

0 commit comments

Comments
 (0)