Skip to content

Commit fc0ffae

Browse files
committedJun 15, 2021
Continue in 0.14-SNAPSHOT
1 parent f47121e commit fc0ffae

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed
 

‎jcstress-benchmarks/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ questions.
2929
<parent>
3030
<artifactId>jcstress-parent</artifactId>
3131
<groupId>org.openjdk.jcstress</groupId>
32-
<version>0.13</version>
32+
<version>0.14-SNAPSHOT</version>
3333
</parent>
3434

3535
<artifactId>jcstress-benchmarks</artifactId>

‎jcstress-contended-autoinjector/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-contended-autoinjector</artifactId>

‎jcstress-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-core</artifactId>

‎jcstress-java-test-archetype/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-java-test-archetype</artifactId>

‎jcstress-result-gen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-result-gen</artifactId>

‎jcstress-samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎jcstress-test-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-test-base</artifactId>

‎jcstress-test-gen/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-test-gen</artifactId>

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ questions.
2929

3030
<groupId>org.openjdk.jcstress</groupId>
3131
<artifactId>jcstress-parent</artifactId>
32-
<version>0.13</version>
32+
<version>0.14-SNAPSHOT</version>
3333
<packaging>pom</packaging>
3434

3535
<name>JCStress Parent</name>

‎tests-all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-parent</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
</parent>
3535

3636
<artifactId>jcstress-tests-all</artifactId>

‎tests-chapter-0a/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-0b/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-0c/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-0d/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-0e/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-1a/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-1b/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-1c/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-1d/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-2a/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-chapter-2b/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

‎tests-custom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jcstress</groupId>
3232
<artifactId>jcstress-test-base</artifactId>
33-
<version>0.13</version>
33+
<version>0.14-SNAPSHOT</version>
3434
<relativePath>../jcstress-test-base</relativePath>
3535
</parent>
3636

0 commit comments

Comments
 (0)
Please sign in to comment.