Skip to content

Commit d5ac097

Browse files
committed
[maven-release-plugin] prepare release sacerws-5.2.0
1 parent b4b567b commit d5ac097

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>5.2.1-SNAPSHOT</version>
5+
<version>5.2.0</version>
66
<packaging>pom</packaging>
77
<name>sacerws</name>
88
<description>Progetto SACERWS</description>
@@ -229,6 +229,6 @@
229229
</modules>
230230
<scm>
231231
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
232-
<tag>HEAD</tag>
232+
<tag>sacerws-5.2.0</tag>
233233
</scm>
234234
</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>5.2.1-SNAPSHOT</version>
7+
<version>5.2.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>5.2.1-SNAPSHOT</version>
6+
<version>5.2.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>5.2.1-SNAPSHOT</version>
6+
<version>5.2.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>5.2.1-SNAPSHOT</version>
7+
<version>5.2.0</version>
88
</parent>
99

1010
<artifactId>sacerws-web</artifactId>

0 commit comments

Comments
 (0)