This repository was archived by the owner on Jun 27, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
hppcrt-template-processor Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Stable version is available on Maven:
47
47
<dependency>
48
48
<groupId>com.github.vsonnier</groupId>
49
49
<artifactId>hppcrt</artifactId>
50
- <version>0.6.8 </version>
50
+ <version>0.7.0 </version>
51
51
</dependency>
52
52
````
53
53
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.7.0-SNAPSHOT </version >
8
+ <version >0.7.0</version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<!-- Project info. -->
13
13
<artifactId >hppcrt-benchmarks</artifactId >
14
- <version >0.7.0-SNAPSHOT </version >
14
+ <version >0.7.0</version >
15
15
<packaging >jar</packaging >
16
16
17
17
<name >HPPC-RT Benchmarks</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.7.0-SNAPSHOT </version >
8
+ <version >0.7.0</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-template-processor</artifactId >
15
- <version >0.7.0-SNAPSHOT </version >
15
+ <version >0.7.0</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
<parent >
7
7
<groupId >com.github.vsonnier</groupId >
8
8
<artifactId >hppcrt-parent</artifactId >
9
- <version >0.7.0-SNAPSHOT </version >
9
+ <version >0.7.0</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.7.0-SNAPSHOT </version >
16
+ <version >0.7.0</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 12
12
<!-- Project info. -->
13
13
<groupId >com.github.vsonnier</groupId >
14
14
<artifactId >hppcrt-parent</artifactId >
15
- <version >0.7.0-SNAPSHOT </version >
15
+ <version >0.7.0</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