OpenJDK / code-tools / jcstress
changeset 387:edcb47cdb99b 0.2
JCStress v0.2.
author | shade |
---|---|
date | Mon, 06 Mar 2017 20:04:37 +0100 |
parents | 825888394706 |
children | a077d3234377 |
files | jcstress-benchmarks/pom.xml jcstress-core/pom.xml jcstress-java-test-archetype/pom.xml jcstress-samples/pom.xml jcstress-test-gen/pom.xml pom.xml tests-all/pom.xml tests-chapter-0a/pom.xml tests-chapter-0b/pom.xml tests-chapter-0c/pom.xml tests-chapter-0d/pom.xml tests-chapter-0e/pom.xml tests-chapter-1a/pom.xml tests-chapter-1b/pom.xml tests-chapter-1c/pom.xml tests-chapter-1d/pom.xml tests-chapter-2b/pom.xml tests-custom/pom.xml |
diffstat | 18 files changed, 18 insertions(+), 18 deletions(-) [+] |
line wrap: on
line diff
--- a/jcstress-benchmarks/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/jcstress-benchmarks/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -29,7 +29,7 @@ <parent> <artifactId>jcstress-parent</artifactId> <groupId>org.openjdk.jcstress</groupId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-benchmarks</artifactId>
--- a/jcstress-core/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/jcstress-core/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-core</artifactId>
--- a/jcstress-java-test-archetype/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/jcstress-java-test-archetype/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-java-test-archetype</artifactId>
--- a/jcstress-samples/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/jcstress-samples/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-samples</artifactId>
--- a/jcstress-test-gen/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/jcstress-test-gen/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-test-gen</artifactId>
--- a/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -29,7 +29,7 @@ <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <packaging>pom</packaging> <name>JCStress Parent</name>
--- a/tests-all/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-all/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-all</artifactId>
--- a/tests-chapter-0a/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-0a/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-0a</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-0b/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-0b/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-0b</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-0c/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-0c/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-0c</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-0d/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-0d/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-0d</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-0e/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-0e/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-0e</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-1a/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-1a/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-1a</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-1b/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-1b/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-1b</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-1c/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-1c/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-1c</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-1d/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-1d/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-1d</artifactId> <packaging>jar</packaging>
--- a/tests-chapter-2b/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-chapter-2b/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-chapter-2b</artifactId> <packaging>jar</packaging>
--- a/tests-custom/pom.xml Mon Mar 06 19:13:00 2017 +0100 +++ b/tests-custom/pom.xml Mon Mar 06 20:04:37 2017 +0100 @@ -30,7 +30,7 @@ <parent> <groupId>org.openjdk.jcstress</groupId> <artifactId>jcstress-parent</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> </parent> <artifactId>jcstress-tests-custom</artifactId>