We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e011881 commit ce8079aCopy full SHA for ce8079a
pom.xml
@@ -26,7 +26,7 @@
26
27
<groupId>org.commonjava.util</groupId>
28
<artifactId>jhttpc</artifactId>
29
- <version>1.13</version>
+ <version>1.14-SNAPSHOT</version>
30
31
<name>Java HTTP Client</name>
32
<inceptionYear>2015</inceptionYear>
@@ -35,7 +35,7 @@
35
<connection>scm:git:http://github.com/commonjava/jhttpc.git</connection>
36
<developerConnection>scm:git:https://github.com/commonjava/jhttpc</developerConnection>
37
<url>http://github.com/commonjava/jhttpc</url>
38
- <tag>jhttpc-1.13</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<properties>
0 commit comments