Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of surefire-2.18.1_vote-1
Browse files Browse the repository at this point in the history
[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1

[maven-release-plugin] prepare release surefire-2.18.1_vote-1
  • Loading branch information
Tibor17 committed Dec 23, 2014
1 parent 4858e7c commit 5eccf09
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion maven-failsafe-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion maven-surefire-report-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<packaging>pom</packaging>

<name>Apache Maven Surefire</name>
Expand Down Expand Up @@ -66,7 +66,7 @@
<connection>${maven.surefire.scm.devConnection}</connection>
<developerConnection>${maven.surefire.scm.devConnection}</developerConnection>
<url>https://github.com/apache/maven-surefire/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>surefire-2.18.1_vote-1</tag>
</scm>
<issueManagement>
<system>jira</system>
Expand Down
2 changes: 1 addition & 1 deletion surefire-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-booter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-grouper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-java5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/common-junit48/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-junit47/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-providers/surefire-testng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-providers</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-report-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-setup-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion surefire-shadefire/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire</artifactId>
<version>2.19-SNAPSHOT</version>
<version>2.18.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 5eccf09

Please sign in to comment.