Skip to content

Commit

Permalink
JMH v1.35.
Browse files Browse the repository at this point in the history
  • Loading branch information
shipilev committed Mar 28, 2022
1 parent 39519ed commit f820a11
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion jmh-archetypes/jmh-groovy-benchmark-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-archetypes</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<artifactId>jmh-groovy-benchmark-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmh-archetypes/jmh-java-benchmark-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-archetypes</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<artifactId>jmh-java-benchmark-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmh-archetypes/jmh-kotlin-benchmark-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-archetypes</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<artifactId>jmh-kotlin-benchmark-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmh-archetypes/jmh-scala-benchmark-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-archetypes</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<artifactId>jmh-scala-benchmark-archetype</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jmh-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Archetypes</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-core-benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Core Benchmarks</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-core-ct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Core Compilation Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-core-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Core Integration Tests</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Core</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-generator-annprocess/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Generators: Annotation Processors</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-generator-asm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Generators: ASM</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-generator-bytecode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Generators: Bytecode</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-generator-reflection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Generators: Reflection</name>
Expand Down
2 changes: 1 addition & 1 deletion jmh-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<parent>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
</parent>

<name>JMH Samples</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ questions.
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-parent</artifactId>
<packaging>pom</packaging>
<version>1.35-SNAPSHOT</version>
<version>1.35</version>
<name>Java Microbenchmark Harness Parent</name>

<description>
Expand Down

0 comments on commit f820a11

Please sign in to comment.