Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 13, 2024
1 parent 91cebb9 commit 9eb66b2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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">
<modelVersion>4.0.0</modelVersion>
<artifactId>sacerws</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sacerws</name>
<description>Progetto SACERWS</description>
Expand Down Expand Up @@ -229,6 +229,6 @@
</modules>
<scm>
<developerConnection>scm:git:https://github.com/RegioneER/parer.sacer.sacerws.git</developerConnection>
<tag>sacerws-6.0.0</tag>
<tag>HEAD</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion sacerws-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacerws-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sacerws-ejb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacerws-ejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sacerws-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>sacerws</artifactId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>
<artifactId>sacerws-jpa</artifactId>
<name>sacerws-jpa</name>
Expand Down
2 changes: 1 addition & 1 deletion sacerws-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerws</artifactId>
<groupId>it.eng.parer</groupId>
<version>6.0.0</version>
<version>6.0.1-SNAPSHOT</version>
</parent>

<artifactId>sacerws-web</artifactId>
Expand Down

0 comments on commit 9eb66b2

Please sign in to comment.