Skip to content

Commit 06eb5e2

Browse files
committed
[maven-release-plugin] prepare release sacerws-6.1.0
1 parent 7173b5f commit 06eb5e2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44
<artifactId>sacerws</artifactId>
5-
<version>6.1.0-SNAPSHOT</version>
5+
<version>6.1.0</version>
66
<packaging>pom</packaging>
77
<name>sacerws</name>
88
<description>Progetto SACERWS</description>
@@ -264,6 +264,6 @@
264264
</modules>
265265
<scm>
266266
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
267-
<tag>HEAD</tag>
267+
<tag>sacerws-6.1.0</tag>
268268
</scm>
269269
</project>

sacerws-ear/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sacerws</artifactId>
66
<groupId>it.eng.parer</groupId>
7-
<version>6.1.0-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
</parent>
99

1010
<artifactId>sacerws-ear</artifactId>

sacerws-ejb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>sacerws</artifactId>
55
<groupId>it.eng.parer</groupId>
6-
<version>6.1.0-SNAPSHOT</version>
6+
<version>6.1.0</version>
77
</parent>
88

99
<artifactId>sacerws-ejb</artifactId>

sacerws-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>it.eng.parer</groupId>
55
<artifactId>sacerws</artifactId>
6-
<version>6.1.0-SNAPSHOT</version>
6+
<version>6.1.0</version>
77
</parent>
88
<artifactId>sacerws-jpa</artifactId>
99
<name>sacerws-jpa</name>

sacerws-web/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>sacerws</artifactId>
66
<groupId>it.eng.parer</groupId>
7-
<version>6.1.0-SNAPSHOT</version>
7+
<version>6.1.0</version>
88
</parent>
99

1010
<artifactId>sacerws-web</artifactId>

0 commit comments

Comments
 (0)