diff --git a/CHANGELOG.md b/CHANGELOG.md
index da538e0f4..64f0d1fa8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog
-## 3.9.1 (Upcoming)
+## 3.9.1 (October 17, 2016)
Merged from 3.8.1:
* Fix conflict between Lucene and SASI Snowball stemmer version (#216)
diff --git a/builder/pom.xml b/builder/pom.xml
index a9a533fea..46034138f 100644
--- a/builder/pom.xml
+++ b/builder/pom.xml
@@ -26,7 +26,7 @@
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.9.1-RC1-SNAPSHOT
+ 3.9.1
jar
diff --git a/plugin/pom.xml b/plugin/pom.xml
index 3cdc5f30a..eb9d31662 100644
--- a/plugin/pom.xml
+++ b/plugin/pom.xml
@@ -26,7 +26,7 @@
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.9.1-RC1-SNAPSHOT
+ 3.9.1
jar
diff --git a/pom.xml b/pom.xml
index b011ec6dd..a1bcecd50 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
pom
com.stratio.cassandra
cassandra-lucene-index-parent
- 3.9.1-RC1-SNAPSHOT
+ 3.9.1
Cassandra Lucene index
Cassandra Lucene index
diff --git a/testsAT/pom.xml b/testsAT/pom.xml
index ab6002980..2c3d67917 100644
--- a/testsAT/pom.xml
+++ b/testsAT/pom.xml
@@ -25,7 +25,7 @@
com.stratio.cassandra
cassandra-lucene-index-tests
- 3.9.1-RC1-SNAPSHOT
+ 3.9.1
jar
Cassandra Lucene Index acceptance tests