Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.2.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcoffre committed Apr 23, 2014
1 parent 8d45c24 commit a9207b5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 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-rc1</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-rc1</version>
</parent>

<dependencies>
Expand Down
6 changes: 5 additions & 1 deletion jenkins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-jenkins-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-rc1</version>
<packaging>hpi</packaging>
<name>Grapes Jenkins plugin</name>

Expand Down Expand Up @@ -99,4 +99,8 @@
</build>



<scm>
<tag>1.2.0-rc1</tag>
</scm>
</project>
8 changes: 4 additions & 4 deletions maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.axway.grapes</groupId>
<artifactId>grapes-maven-plugin</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-rc1</version>
<packaging>maven-plugin</packaging>

<name>Grapes Maven Mojo</name>
Expand All @@ -12,7 +12,7 @@
<parent>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-rc1</version>
</parent>

<properties>
Expand All @@ -23,13 +23,13 @@
<dependency>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-commons</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-rc1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-utils</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0-rc1</version>
<type>jar</type>
</dependency>
<dependency>
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-rc1</version>
<packaging>pom</packaging>

<name>Grapes</name>
Expand All @@ -14,7 +14,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-rc1</tag>
</scm>

<distributionManagement>
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-rc1</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-rc1</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-rc1</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-rc1</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-rc1</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-rc1</version>
<type>jar</type>
</dependency>
<!-- Command-line Parser -->
Expand Down

0 comments on commit a9207b5

Please sign in to comment.