Skip to content

Commit

Permalink
Update SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 16, 2024
1 parent 7bd5a78 commit cd89e86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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>sacerping-jboss</artifactId>
<version>6.1.0</version>
<version>6.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>preingest</name>
<description>Progetto PING</description>
Expand Down
2 changes: 1 addition & 1 deletion preingest-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerping-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>6.1.0</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

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

<artifactId>sacerping-jboss-ejb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion preingest-jpa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>sacerping-jboss</artifactId>
<version>6.1.0</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>sacerping-jboss-jpa</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion preingest-slg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>it.eng.parer</groupId>
<artifactId>sacerping-jboss</artifactId>
<version>6.1.0</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>sacerping-jboss-slg</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion preingest-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>sacerping-jboss</artifactId>
<groupId>it.eng.parer</groupId>
<version>6.1.0</version>
<version>6.1.0-SNAPSHOT</version>
</parent>

<artifactId>sacerping-jboss-web</artifactId>
Expand Down

0 comments on commit cd89e86

Please sign in to comment.