Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Landelle committed Oct 3, 2012
1 parent ba8d8f2 commit 08f3cf5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion gatling-app/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-app</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-bundle/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.excilys.ebi.gatling</groupId>
<artifactId>gatling-parent</artifactId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>

<artifactId>gatling-bundle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gatling-charts/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-charts</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-core/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-http/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-http</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-jdbc/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-jdbc</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-maven-plugin/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.excilys.ebi.gatling</groupId>
<artifactId>gatling-parent</artifactId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-maven-plugin</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-metrics/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.excilys.ebi.gatling</groupId>
<artifactId>gatling-parent</artifactId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>

<artifactId>gatling-metrics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gatling-recorder/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-recorder</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion gatling-redis/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gatling-parent</artifactId>
<groupId>com.excilys.ebi.gatling</groupId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
</parent>
<artifactId>gatling-redis</artifactId>
<name>${project.artifactId}</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.excilys.ebi.gatling</groupId>
<artifactId>gatling-parent</artifactId>
<version>1.3.2</version>
<version>1.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<inceptionYear>2011</inceptionYear>
<modules>
Expand Down Expand Up @@ -31,7 +31,7 @@
<connection>scm:git:git@github.com:excilys/gatling.git</connection>
<developerConnection>scm:git:git@github.com:excilys/gatling.git</developerConnection>
<url>https://github.com/excilys/gatling</url>
<tag>1.3.2</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 08f3cf5

Please sign in to comment.