This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Stable version is published on Maven:
50
50
<dependency>
51
51
<groupId>com.github.vsonnier</groupId>
52
52
<artifactId>hppcrt</artifactId>
53
- <version>0.6.6 </version>
53
+ <version>0.6.7 </version>
54
54
</dependency>
55
55
````
56
56
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.vsonnier</groupId >
7
7
<artifactId >hppcrt-parent</artifactId >
8
- <version >0.6.7-SNAPSHOT </version >
8
+ <version >0.6.7</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<!-- Project info. -->
13
13
<groupId >com.github.vsonnier</groupId >
14
14
<artifactId >hppcrt-benchmarks</artifactId >
15
- <version >0.6.7-SNAPSHOT </version >
15
+ <version >0.6.7</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >HPPC-RT Benchmarks</name >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.github.vsonnier</groupId >
8
8
<artifactId >hppcrt-parent</artifactId >
9
- <version >0.6.7-SNAPSHOT </version >
9
+ <version >0.6.7</version >
10
10
<relativePath >../pom.xml</relativePath >
11
11
</parent >
12
12
13
13
<!-- Project info. -->
14
14
<groupId >com.github.vsonnier</groupId >
15
15
<artifactId >hppcrt</artifactId >
16
- <version >0.6.7-SNAPSHOT </version >
16
+ <version >0.6.7</version >
17
17
<packaging >jar</packaging >
18
18
19
19
<name >HPPC-RT Collections</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.vsonnier</groupId >
7
7
<artifactId >hppcrt-parent</artifactId >
8
- <version >0.6.7-SNAPSHOT </version >
8
+ <version >0.6.7</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<!-- Project info. -->
13
13
<groupId >com.github.vsonnier</groupId >
14
14
<artifactId >hppcrt-examples</artifactId >
15
- <version >0.6.7-SNAPSHOT </version >
15
+ <version >0.6.7</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >HPPC-RT Examples</name >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.github.vsonnier</groupId >
7
7
<artifactId >hppcrt-parent</artifactId >
8
- <version >0.6.7-SNAPSHOT </version >
8
+ <version >0.6.7</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<!-- Project info. -->
13
13
<groupId >com.github.vsonnier</groupId >
14
14
<artifactId >hppcrt-templateprocessor</artifactId >
15
- <version >0.6.7-SNAPSHOT </version >
15
+ <version >0.6.7</version >
16
16
<packaging >jar</packaging >
17
17
18
18
<name >HPPC-RT Template Processor</name >
Original file line number Diff line number Diff line change 6
6
<!-- Project info. -->
7
7
<groupId >com.github.vsonnier</groupId >
8
8
<artifactId >hppcrt-tests-jdk15</artifactId >
9
- <version >0.6.7-SNAPSHOT </version >
9
+ <version >0.6.7</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >HPPC-RT JDK15 Tests</name >
24
24
<dependency >
25
25
<groupId >com.github.vsonnier</groupId >
26
26
<artifactId >hppcrt</artifactId >
27
- <version >0.6.7-SNAPSHOT </version >
27
+ <version >0.6.7</version >
28
28
<classifier >jdk15</classifier >
29
29
</dependency >
30
30
Original file line number Diff line number Diff line change 12
12
<!-- Project info. -->
13
13
<groupId >com.github.vsonnier</groupId >
14
14
<artifactId >hppcrt-parent</artifactId >
15
- <version >0.6.7-SNAPSHOT </version >
15
+ <version >0.6.7</version >
16
16
<packaging >pom</packaging >
17
17
18
18
<name >HPPC-RT (parent POM)</name >
You can’t perform that action at this time.
0 commit comments