Skip to content

Commit

Permalink
[maven-release-plugin] prepare release junit-quickcheck-1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pholser committed Nov 22, 2020
1 parent 4835c37 commit a238b13
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>junit-quickcheck-core</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</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 examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>junit-quickcheck-examples</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<name>junit-quickcheck-examples</name>
<description>Property-based testing, JUnit-style: examples</description>
Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions generators/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>junit-quickcheck-generators</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</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.10-SNAPSHOT</version>
<version>1.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
8 changes: 4 additions & 4 deletions guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</parent>

<artifactId>junit-quickcheck-guava</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<packaging>jar</packaging>
<name>junit-quickcheck-guava</name>
<description>Property-based testing, JUnit-style: generators for Guava types</description>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-generators</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck-core</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<scope>test</scope>
<type>test-jar</type>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pholser</groupId>
<artifactId>junit-quickcheck</artifactId>
<version>0.10-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<name>junit-quickcheck</name>
<description>Property-based testing, JUnit-style</description>
Expand All @@ -25,7 +25,8 @@
<connection>scm:git:git://github.com/pholser/junit-quickcheck.git</connection>
<developerConnection>scm:git:ssh://git@github.com/pholser/junit-quickcheck.git</developerConnection>
<url>http://github.com/pholser/junit-quickcheck</url>
</scm>
<tag>junit-quickcheck-1.0</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/pholser/junit-quickcheck/issues</url>
Expand Down

0 comments on commit a238b13

Please sign in to comment.