Skip to content

Commit 8417d99

Browse files
committed
[maven-release-plugin] prepare release convertapi-1.3
1 parent a46b09c commit 8417d99

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>convertapi</artifactId>
55
<packaging>jar</packaging>
66

7-
<version>1.3-SNAPSHOT</version>
7+
<version>1.3</version>
88
<name>ConvertAPI Java Client</name>
99
<description>
1010
The ConvertAPI helps converting various file formats.
@@ -48,7 +48,7 @@
4848
<connection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</connection>
4949
<developerConnection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</developerConnection>
5050
<url>https://github.com/ConvertAPI/convertapi-java</url>
51-
<tag>HEAD</tag>
51+
<tag>convertapi-1.3</tag>
5252
</scm>
5353

5454
<distributionManagement>
@@ -63,8 +63,8 @@
6363
</distributionManagement>
6464

6565
<properties>
66-
<maven.compiler.source>1.3</maven.compiler.source>
67-
<maven.compiler.target>1.3</maven.compiler.target>
66+
<maven.compiler.source>1.8</maven.compiler.source>
67+
<maven.compiler.target>1.8</maven.compiler.target>
6868
</properties>
6969

7070
<dependencies>

0 commit comments

Comments
 (0)