Skip to content

Commit de24ec5

Browse files
committed
[maven-release-plugin] prepare release convertapi-1.6
1 parent ef9f4fb commit de24ec5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>com.convertapi.client</groupId>
54
<artifactId>convertapi</artifactId>
65
<packaging>jar</packaging>
76

8-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
98
<name>ConvertAPI Java Client</name>
109
<description>
1110
The ConvertAPI helps converting various file formats.
@@ -30,7 +29,7 @@
3029
<connection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</connection>
3130
<developerConnection>scm:git:git://github.com/ConvertAPI/convertapi-java.git</developerConnection>
3231
<url>https://github.com/ConvertAPI/convertapi-java</url>
33-
<tag>HEAD</tag>
32+
<tag>convertapi-1.6</tag>
3433
</scm>
3534

3635
<distributionManagement>

0 commit comments

Comments
 (0)