We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40baeb commit cb4c427Copy full SHA for cb4c427
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>com.addicticks.oss</groupId>
5
<artifactId>httpsupload</artifactId>
6
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.1</version>
7
<packaging>jar</packaging>
8
<name>HTTPS Upload library</name>
9
<url>https://github.com/Addicticks/httpsupload</url>
@@ -30,7 +30,7 @@
30
<connection>scm:git:https://github.com/Addicticks/httpsupload.git</connection>
31
<developerConnection>scm:git:https://github.com/Addicticks/httpsupload.git</developerConnection>
32
<url>https://github.com/Addicticks/httpsupload.git</url>
33
- <tag>HEAD</tag>
+ <tag>httpsupload-1.0.1</tag>
34
</scm>
35
36
0 commit comments