Skip to content

Commit

Permalink
Fix pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sinattieng committed Oct 10, 2023
1 parent 3389c24 commit 68fa9f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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>sacerws</artifactId>
<version>4.11.1</version>
<version>4.11.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>sacerws</name>
<description>Progetto SACERWS</description>
Expand Down
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>4.11.1</version>
<version>4.11.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>4.11.1</version>
<version>4.11.1-SNAPSHOT</version>
</parent>

<artifactId>sacerws-ejb</artifactId>
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>4.11.1</version>
<version>4.11.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 68fa9f0

Please sign in to comment.