Skip to content

Commit 5086308

Browse files
committed
JMH v1.23
1 parent 28d15e9 commit 5086308

File tree

16 files changed

+16
-15
lines changed

16 files changed

+16
-15
lines changed

jmh-archetypes/jmh-groovy-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openjdk.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>1.23-SNAPSHOT</version>
8+
<version>1.23</version>
99
</parent>
1010

1111
<artifactId>jmh-groovy-benchmark-archetype</artifactId>

jmh-archetypes/jmh-java-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jmh</groupId>
3232
<artifactId>jmh-archetypes</artifactId>
33-
<version>1.23-SNAPSHOT</version>
33+
<version>1.23</version>
3434
</parent>
3535

3636
<artifactId>jmh-java-benchmark-archetype</artifactId>

jmh-archetypes/jmh-kotlin-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openjdk.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>1.23-SNAPSHOT</version>
8+
<version>1.23</version>
99
</parent>
1010

1111
<artifactId>jmh-kotlin-benchmark-archetype</artifactId>

jmh-archetypes/jmh-scala-benchmark-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.openjdk.jmh</groupId>
77
<artifactId>jmh-archetypes</artifactId>
8-
<version>1.23-SNAPSHOT</version>
8+
<version>1.23</version>
99
</parent>
1010

1111
<artifactId>jmh-scala-benchmark-archetype</artifactId>

jmh-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>1.23-SNAPSHOT</version>
33+
<version>1.23</version>
3434
</parent>
3535

3636
<name>JMH Archetypes</name>

jmh-core-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>1.23-SNAPSHOT</version>
33+
<version>1.23</version>
3434
</parent>
3535

3636
<name>JMH Core Benchmarks</name>

jmh-core-ct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>1.23-SNAPSHOT</version>
33+
<version>1.23</version>
3434
</parent>
3535

3636
<name>JMH Core Compilation Tests</name>

jmh-core-it/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ questions.
3030
<parent>
3131
<groupId>org.openjdk.jmh</groupId>
3232
<artifactId>jmh-parent</artifactId>
33-
<version>1.23-SNAPSHOT</version>
33+
<version>1.23</version>
3434
</parent>
3535

3636
<name>JMH Core Integration Tests</name>

jmh-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ questions.
3131
<parent>
3232
<groupId>org.openjdk.jmh</groupId>
3333
<artifactId>jmh-parent</artifactId>
34-
<version>1.23-SNAPSHOT</version>
34+
<version>1.23</version>
3535
</parent>
3636

3737
<name>JMH Core</name>

jmh-core/src/main/java/org/openjdk/jmh/util/FileUtils.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
package org.openjdk.jmh.util;
2626

2727
import java.io.*;
28+
import java.nio.file.Files;
2829
import java.util.ArrayList;
2930
import java.util.Collection;
3031
import java.util.LinkedList;

0 commit comments

Comments
 (0)