Skip to content

Commit

Permalink
Bump version to 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Nov 20, 2018
1 parent d77e70f commit 4dce053
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/ant/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/maven/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/security-manager/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion junit4-ant/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion junit4-maven-plugin-tests/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion junit4-maven-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<packaging>pom</packaging>

<name>RandomizedTesting Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion randomized-runner/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.carrotsearch.randomizedtesting</groupId>
<artifactId>randomizedtesting-parent</artifactId>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 4dce053

Please sign in to comment.