Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Mar 13, 2017
1 parent 5a569ea commit 9393862
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion agate-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion agate-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion agate-python-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion agate-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion agate-web-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion agate-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<relativePath>../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.obiba.agate</groupId>
<artifactId>agate</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>

<parent>
Expand Down Expand Up @@ -195,7 +195,7 @@
<connection>scm:git:git://github.com/obiba/agate.git</connection>
<developerConnection>scm:git:https://github.com/obiba/agate.git</developerConnection>
<url>https://github.com/obiba/agate</url>
<tag>agate-1.3.x</tag>
<tag>1.3.0</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit 9393862

Please sign in to comment.