Skip to content

Commit f88aa21

Browse files
committedOct 8, 2020
JCStress 0.6
1 parent b5d77e1 commit f88aa21

File tree

20 files changed

+20
-20
lines changed

20 files changed

+20
-20
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.6-SNAPSHOT</version>
32+
<version>0.6</version>
3333
</parent>
3434

3535
<artifactId>jcstress-benchmarks</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.6-SNAPSHOT</version>
33+
<version>0.6</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.6-SNAPSHOT</version>
33+
<version>0.6</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.6-SNAPSHOT</version>
33+
<version>0.6</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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535

3636
<artifactId>jcstress-samples</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.6-SNAPSHOT</version>
33+
<version>0.6</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.6-SNAPSHOT</version>
32+
<version>0.6</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.6-SNAPSHOT</version>
33+
<version>0.6</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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-0a</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-0b</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-0c</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-0d</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-0e</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-1a</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-1b</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-1c</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-1d</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-2a</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535
<artifactId>jcstress-tests-chapter-2b</artifactId>
3636
<packaging>jar</packaging>

‎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-parent</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
</parent>
3535

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

0 commit comments

Comments
 (0)
Please sign in to comment.