Skip to content

Commit 400c871

Browse files
committed
JOL v0.17.
1 parent 5dde423 commit 400c871

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

jol-benchmarks/pom.xml

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

3737
<artifactId>jol-benchmarks</artifactId>

jol-cli/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.jol</groupId>
3232
<artifactId>jol-parent</artifactId>
33-
<version>0.17-SNAPSHOT</version>
33+
<version>0.17</version>
3434
</parent>
3535

3636
<artifactId>jol-cli</artifactId>

jol-core/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.jol</groupId>
3232
<artifactId>jol-parent</artifactId>
33-
<version>0.17-SNAPSHOT</version>
33+
<version>0.17</version>
3434
</parent>
3535

3636
<artifactId>jol-core</artifactId>

jol-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
3636
<parent>
3737
<groupId>org.openjdk.jol</groupId>
3838
<artifactId>jol-parent</artifactId>
39-
<version>0.17-SNAPSHOT</version>
39+
<version>0.17</version>
4040
</parent>
4141

4242
<artifactId>jol-samples</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ questions.
2929

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

3535
<name>Java Object Layout: Parent</name>

0 commit comments

Comments
 (0)