Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 0172997

Browse files
author
vsonnier
committed
Release v0.70
1 parent b806416 commit 0172997

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Stable version is available on Maven:
4747
<dependency>
4848
<groupId>com.github.vsonnier</groupId>
4949
<artifactId>hppcrt</artifactId>
50-
<version>0.6.8</version>
50+
<version>0.7.0</version>
5151
</dependency>
5252
````
5353

hppcrt-benchmarks/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>com.github.vsonnier</groupId>
77
<artifactId>hppcrt-parent</artifactId>
8-
<version>0.7.0-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<!-- Project info. -->
1313
<artifactId>hppcrt-benchmarks</artifactId>
14-
<version>0.7.0-SNAPSHOT</version>
14+
<version>0.7.0</version>
1515
<packaging>jar</packaging>
1616

1717
<name>HPPC-RT Benchmarks</name>

hppcrt-template-processor/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>com.github.vsonnier</groupId>
77
<artifactId>hppcrt-parent</artifactId>
8-
<version>0.7.0-SNAPSHOT</version>
8+
<version>0.7.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<!-- Project info. -->
1313
<groupId>com.github.vsonnier</groupId>
1414
<artifactId>hppcrt-template-processor</artifactId>
15-
<version>0.7.0-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616
<packaging>jar</packaging>
1717

1818
<name>HPPC-RT Template Processor</name>

hppcrt/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
<parent>
77
<groupId>com.github.vsonnier</groupId>
88
<artifactId>hppcrt-parent</artifactId>
9-
<version>0.7.0-SNAPSHOT</version>
9+
<version>0.7.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<!-- Project info. -->
1414
<groupId>com.github.vsonnier</groupId>
1515
<artifactId>hppcrt</artifactId>
16-
<version>0.7.0-SNAPSHOT</version>
16+
<version>0.7.0</version>
1717
<packaging>jar</packaging>
1818

1919
<name>HPPC-RT Collections</name>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- Project info. -->
1313
<groupId>com.github.vsonnier</groupId>
1414
<artifactId>hppcrt-parent</artifactId>
15-
<version>0.7.0-SNAPSHOT</version>
15+
<version>0.7.0</version>
1616
<packaging>pom</packaging>
1717

1818
<name>HPPC-RT (parent POM)</name>

0 commit comments

Comments
 (0)