Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcoffre committed May 13, 2014
1 parent aedeb14 commit a8b3658
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-commons</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Grapes commons</name>
<description>Contains client/server datamodel and utility methods of grapes project</description>

<parent>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<name>Grapes</name>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git@github.com:Axway/Grapes.git</connection>
<url>scm:git:git@github.com:Axway/Grapes.git</url>
<developerConnection>scm:git:git@github.com:Axway/Grapes.git</developerConnection>
<tag>HEAD</tag>
<tag>1.2.0</tag>
</scm>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-server</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Grapes server</name>
<description>Http REST server that stores dependencies information </description>

<parent>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<properties>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-commons</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Grapes client utils</name>
<description>Utility library that can be embedded or run in commandline to handle HTTP requests to Grapes.</description>

<parent>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<dependencies>
<!-- Grapes client/server datamodel -->
<dependency>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-commons</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<type>jar</type>
</dependency>
<!-- Command-line Parser -->
Expand Down

0 comments on commit a8b3658

Please sign in to comment.