Skip to content

Commit

Permalink
[maven-release-plugin] rollback the release of junit-quickcheck-0.8-a…
Browse files Browse the repository at this point in the history
…lpha-5
  • Loading branch information
pholser committed May 1, 2017
1 parent 0e9045c commit 2e602b8
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</parent>

<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>junit-quickcheck-core</name>
<description>Property-based testing, JUnit-style: core functionality</description>
Expand Down
8 changes: 4 additions & 4 deletions generators/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</parent>

<artifactId>junit-quickcheck-generators</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>junit-quickcheck-generators</name>
<description>Property-based testing, JUnit-style: basic generators</description>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
10 changes: 5 additions & 5 deletions guava/pom.xml
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</parent>

<artifactId>junit-quickcheck-guava</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>junit-quickcheck-guava</name>
<description>Property-based testing, JUnit-style: generators for Guava types</description>
Expand All @@ -22,12 +22,12 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.8-alpha-6-SNAPSHOT</version>
<version>0.8-alpha-5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>junit-quickcheck</name>
<description>Property-based testing, JUnit-style</description>
Expand Down

0 comments on commit 2e602b8

Please sign in to comment.