Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yvespp committed Nov 16, 2017
1 parent dba835c commit 605d1d9
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_business</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions AMW_maia_federation/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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<relativePath>..</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_business</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
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.15.1-SNAPSHOT</version>
<version>1.15.1</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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<relativePath>..</relativePath>
</parent>

Expand Down
16 changes: 8 additions & 8 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.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -253,7 +253,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.15.1</tag>
</scm>

<distributionManagement>
Expand All @@ -270,30 +270,30 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_business</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<type>ejb</type>
</dependency>

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

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

<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_angular</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<type>war</type>
<scope>compile</scope>
</dependency>
Expand All @@ -302,15 +302,15 @@
<dependency>
<groupId>ch.puzzle.itc.mobiliar</groupId>
<artifactId>AMW_rest</artifactId>
<version>1.15.1-SNAPSHOT</version>
<version>1.15.1</version>
<type>war</type>
<scope>compile</scope>
</dependency>

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

0 comments on commit 605d1d9

Please sign in to comment.