Skip to content

Commit 2c68f28

Browse files
committed
Bumping version to 0.8.0.
1 parent 45a1f44 commit 2c68f28

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
[0.8.0-SNAPSHOT]
2+
[0.8.0]
33
http://issues.carrot2.org/secure/ReleaseNote.jspa?projectId=10070&version=12628
44

55
** API-breaking changes

hppc-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.carrotsearch</groupId>
88
<artifactId>hppc-parent</artifactId>
9-
<version>0.8.0-SNAPSHOT</version>
9+
<version>0.8.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

hppc-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.carrotsearch</groupId>
88
<artifactId>hppc-parent</artifactId>
9-
<version>0.8.0-SNAPSHOT</version>
9+
<version>0.8.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

hppc-template-processor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.carrotsearch</groupId>
77
<artifactId>hppc-parent</artifactId>
8-
<version>0.8.0-SNAPSHOT</version>
8+
<version>0.8.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

hppc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.carrotsearch</groupId>
88
<artifactId>hppc-parent</artifactId>
9-
<version>0.8.0-SNAPSHOT</version>
9+
<version>0.8.0</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<groupId>com.carrotsearch</groupId>
1616
<artifactId>hppc-parent</artifactId>
17-
<version>0.8.0-SNAPSHOT</version>
17+
<version>0.8.0</version>
1818
<packaging>pom</packaging>
1919

2020
<name>HPPC (parent POM)</name>

0 commit comments

Comments
 (0)