We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c4a7d commit e32e9ddCopy full SHA for e32e9dd
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>convertapi</artifactId>
5
<packaging>jar</packaging>
6
7
- <version>1.7</version>
+ <version>1.8-SNAPSHOT</version>
8
<name>ConvertAPI Java Client</name>
9
<description>
10
The ConvertAPI helps converting various file formats.
@@ -29,7 +29,7 @@
29
<connection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</connection>
30
<developerConnection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</developerConnection>
31
<url>https://github.com/ConvertAPI/convertapi-java</url>
32
- <tag>convertapi-1.7</tag>
+ <tag>HEAD</tag>
33
</scm>
34
35
<distributionManagement>
0 commit comments