We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b28df4a commit 727eb53Copy full SHA for 727eb53
pom.xml
@@ -4,7 +4,7 @@
4
<artifactId>convertapi</artifactId>
5
<packaging>jar</packaging>
6
7
- <version>1.2-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
8
<name>ConvertAPI Java Client</name>
9
<description>
10
The ConvertAPI helps converting various file formats.
@@ -63,8 +63,8 @@
63
</distributionManagement>
64
65
<properties>
66
- <maven.compiler.source>1.8</maven.compiler.source>
67
- <maven.compiler.target>1.8</maven.compiler.target>
+ <maven.compiler.source>1.3</maven.compiler.source>
+ <maven.compiler.target>1.3</maven.compiler.target>
68
</properties>
69
70
<dependencies>
0 commit comments