Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.17.19
Browse files Browse the repository at this point in the history
  • Loading branch information
yvespp committed Dec 2, 2020
1 parent 45b61fa commit f60354d
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion AMW_angular/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion AMW_business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion AMW_commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions AMW_db_scripts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -98,7 +98,7 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_business</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
</dependency>
</dependencies>
</plugin>
Expand Down
2 changes: 1 addition & 1 deletion AMW_ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion AMW_rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion AMW_web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<relativePath>..</relativePath>
</parent>

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_parent</artifactId>
<name>AMW_parent</name>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -247,7 +247,7 @@
<!-- URL to Git repository used by maven-release-plugin -->
<scm>
<developerConnection>scm:git:https://github.com/a-gogo/agogo.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.17.19</tag>
</scm>

<distributionManagement>
Expand All @@ -264,37 +264,37 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_business</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<type>ejb</type>
</dependency>

<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_commons</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_web</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<type>war</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_angular</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<type>war</type>
<scope>compile</scope>
</dependency>

<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_rest</artifactId>
<version>1.17.19-SNAPSHOT</version>
<version>1.17.19</version>
<type>war</type>
<scope>compile</scope>
</dependency>
Expand Down

0 comments on commit f60354d

Please sign in to comment.