Skip to content

Commit 0822784

Browse files
committed
[maven-release-plugin] prepare release iris-1.7
1 parent 348b69b commit 0822784

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<groupId>net.contargo</groupId>
65
<artifactId>iris</artifactId>
7-
<version>1.7-SNAPSHOT</version>
6+
<version>1.7</version>
87
<packaging>war</packaging>
98

109
<name>${project.groupId}:${project.artifactId}</name>
@@ -60,7 +59,8 @@
6059
<url>https://github.com/Contargo/iris</url>
6160
<connection>scm:git:https://github.com/Contargo/iris.git</connection>
6261
<developerConnection>scm:git:https://github.com/Contargo/iris.git</developerConnection>
63-
</scm>
62+
<tag>iris-1.7</tag>
63+
</scm>
6464

6565
<distributionManagement>
6666
<snapshotRepository>

0 commit comments

Comments
 (0)