Skip to content

Commit 1c9243c

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 2fd9c8d commit 1c9243c

13 files changed

Lines changed: 24 additions & 24 deletions

File tree

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>edu.berkeley.cs.jqf</groupId>
55
<artifactId>jqf</artifactId>
6-
<version>3.0</version>
6+
<version>3.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

fuzz/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-fuzz</artifactId>

instrument/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-instrument</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>jqf</artifactId>
55
<groupId>edu.berkeley.cs.jqf</groupId>
6-
<version>3.0</version>
6+
<version>3.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

jqf-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-core</artifactId>

jqf-generator-instancio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-generator-instancio</artifactId>

jqf-generator-jetcheck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-generator-jetcheck</artifactId>

jqf-generator-quickcheck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-generator-quickcheck</artifactId>

jqf-junit4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-junit4</artifactId>

jqf-junit5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>edu.berkeley.cs.jqf</groupId>
77
<artifactId>jqf</artifactId>
8-
<version>3.0</version>
8+
<version>3.1-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>jqf-junit5</artifactId>

0 commit comments

Comments
 (0)