We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d980a1c commit a4d093fCopy full SHA for a4d093f
1 file changed
pom.xml
@@ -5,7 +5,7 @@
5
<artifactId>fesen-httpclient</artifactId>
6
<packaging>jar</packaging>
7
<name>fesen-httpclient</name>
8
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0</version>
9
<description>HTTP client for OpenSearch</description>
10
<url>https://github.com/codelibs/fesen-httpclient</url>
11
<inceptionYear>2012</inceptionYear>
@@ -33,7 +33,7 @@
33
<connection>scm:git:git@github.com:codelibs/fesen-httpclient.git</connection>
34
<url>scm:git:git@github.com:codelibs/fesen-httpclient.git</url>
35
<developerConnection>scm:git:git@github.com:codelibs/fesen-httpclient.git</developerConnection>
36
- <tag>HEAD</tag>
+ <tag>fesen-httpclient-3.6.0</tag>
37
</scm>
38
<properties>
39
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments