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

Commit 11b1210

Browse files
author
vsonnier
committed
For release v0.67
1 parent 6157110 commit 11b1210

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Stable version is published on Maven:
5050
<dependency>
5151
<groupId>com.github.vsonnier</groupId>
5252
<artifactId>hppcrt</artifactId>
53-
<version>0.6.6</version>
53+
<version>0.6.7</version>
5454
</dependency>
5555
````
5656

hppcrt-benchmarks/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.6.7-SNAPSHOT</version>
8+
<version>0.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

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

hppcrt-core/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.6.7-SNAPSHOT</version>
9+
<version>0.6.7</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.6.7-SNAPSHOT</version>
16+
<version>0.6.7</version>
1717
<packaging>jar</packaging>
1818

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

hppcrt-examples/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.6.7-SNAPSHOT</version>
8+
<version>0.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

1818
<name>HPPC-RT Examples</name>

hppcrt-templateprocessor/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.6.7-SNAPSHOT</version>
8+
<version>0.6.7</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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

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

hppcrt-tests-jdk15/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- Project info. -->
77
<groupId>com.github.vsonnier</groupId>
88
<artifactId>hppcrt-tests-jdk15</artifactId>
9-
<version>0.6.7-SNAPSHOT</version>
9+
<version>0.6.7</version>
1010
<packaging>jar</packaging>
1111

1212
<name>HPPC-RT JDK15 Tests</name>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>com.github.vsonnier</groupId>
2626
<artifactId>hppcrt</artifactId>
27-
<version>0.6.7-SNAPSHOT</version>
27+
<version>0.6.7</version>
2828
<classifier>jdk15</classifier>
2929
</dependency>
3030

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.6.7-SNAPSHOT</version>
15+
<version>0.6.7</version>
1616
<packaging>pom</packaging>
1717

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

0 commit comments

Comments
 (0)