Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
[RELEASE] 3.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Dec 15, 2016
1 parent 80e8c87 commit b9f91c8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.8.3 (Upcoming)
## 3.8.3 (December 15, 2016)

* Upgrade to Apache Lucene 5.5.3
* Add column-based index partitioner
Expand Down
2 changes: 1 addition & 1 deletion builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.8.3-RC1-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.8.3-RC1-SNAPSHOT</version>
<version>3.8.3</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.8.3-RC1-SNAPSHOT</version>
<version>3.8.3</version>
<name>Cassandra Lucene index</name>
<description>Cassandra Lucene index</description>

Expand Down
2 changes: 1 addition & 1 deletion testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-tests</artifactId>
<version>3.8.3-RC1-SNAPSHOT</version>
<version>3.8.3</version>
<packaging>jar</packaging>
<name>Cassandra Lucene Index acceptance tests</name>
<description>Cassandra Lucene Index acceptance tests</description>
Expand Down

0 comments on commit b9f91c8

Please sign in to comment.