Skip to content

Commit c776b6a

Browse files
committed
[maven-release-plugin] prepare release jiguang-common-0.1.5
1 parent 90bb643 commit c776b6a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jiguang-common</artifactId>
6-
<version>0.1.5-SNAPSHOT</version>
6+
<version>0.1.5</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jiguang-java-client-common</url>
99
<name>Jiguang Client Common Dependencies</name>
@@ -34,10 +34,15 @@
3434
<url>https://github.com/jpush/jiguang-java-client-common</url>
3535
<connection>scm:git:[email protected]:jpush/jiguang-java-client-common.git</connection>
3636
<developerConnection>scm:git:[email protected]:jpush/jiguang-java-client-common.git</developerConnection>
37-
<tag>v0.1.4</tag>
37+
<tag>v0.1.5</tag>
3838
</scm>
3939

4040
<dependencies>
41+
<dependency>
42+
<groupId>com.squareup.okhttp3</groupId>
43+
<artifactId>okhttp</artifactId>
44+
<version>3.3.1</version>
45+
</dependency>
4146
<dependency>
4247
<groupId>org.apache.maven.plugins</groupId>
4348
<artifactId>maven-release-plugin</artifactId>

0 commit comments

Comments
 (0)