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
missedone committed Sep 19, 2016
1 parent de59fd3 commit efd6691
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote-dist</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
<name>Remote TestNG</name>

<scm>
<connection>scm:git:https://github.com/testng-team/testng-remote.git</connection>
<developerConnection>scm:git:[email protected]:testng-team/testng-remote.git</developerConnection>
<url>https://github.com/testng-team/testng-remote</url>
<tag>testng-remote-parent-1.1.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion remote-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_10/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_10</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion remote6_9_7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.testng.testng-remote</groupId>
<artifactId>testng-remote-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0-SNAPSHOT</version>
</parent>

<artifactId>testng-remote6_9_7</artifactId>
Expand Down

0 comments on commit efd6691

Please sign in to comment.