diff --git a/CHANGES.txt b/CHANGES.txt
index a10e4c06c..b09a8e04c 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,15 @@
+[0.7.2]
+
+Released on October 25th, 2016
+http://issues.carrot2.org/secure/ReleaseNote.jspa?projectId=10070&version=12632
+
+** Other changes
+
+ PR #5: OSGi descriptors in JAR manifests, bundle packaging. (Guillaume
+ Delafosse)
+
+
[0.7.1]
Released on May 7th, 2015
http://issues.carrot2.org/secure/ReleaseNote.jspa?projectId=10070&version=12628
@@ -15,10 +26,6 @@ HPPC-158: *ScatterMap.from should shadow *HashMap.from with proper covariant.
HPPC-155: *ScatterSet.from should shadow *HashSet.from with proper covariant.
-** Other changes
-
- PR #5: OSGi descriptors in JAR manifests, bundle packaging. (Guillaume
- Delafosse)
[0.7.0]
Released on May 5th, 2015
diff --git a/hppc-benchmarks/pom.xml b/hppc-benchmarks/pom.xml
index 9be1db335..25deae9f5 100644
--- a/hppc-benchmarks/pom.xml
+++ b/hppc-benchmarks/pom.xml
@@ -6,7 +6,7 @@
com.carrotsearch
hppc-parent
- 0.7.2-SNAPSHOT
+ 0.7.2
../pom.xml
diff --git a/hppc-examples/pom.xml b/hppc-examples/pom.xml
index 768d2a69e..c97886874 100644
--- a/hppc-examples/pom.xml
+++ b/hppc-examples/pom.xml
@@ -6,7 +6,7 @@
com.carrotsearch
hppc-parent
- 0.8.0-SNAPSHOT
+ 0.7.2
../pom.xml
diff --git a/hppc-template-processor/pom.xml b/hppc-template-processor/pom.xml
index 9771022b0..d3dd65ad4 100644
--- a/hppc-template-processor/pom.xml
+++ b/hppc-template-processor/pom.xml
@@ -5,7 +5,7 @@
com.carrotsearch
hppc-parent
- 0.7.2-SNAPSHOT
+ 0.7.2
../pom.xml
diff --git a/hppc/pom.xml b/hppc/pom.xml
index 9be196958..8d0056299 100644
--- a/hppc/pom.xml
+++ b/hppc/pom.xml
@@ -6,7 +6,7 @@
com.carrotsearch
hppc-parent
- 0.7.2-SNAPSHOT
+ 0.7.2
../pom.xml
diff --git a/pom.xml b/pom.xml
index 5118c0683..47681fd9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
com.carrotsearch
hppc-parent
- 0.7.2-SNAPSHOT
+ 0.7.2
pom
HPPC (parent POM)