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

Commit

Permalink
[RELEASE] 3.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Dec 9, 2016
1 parent 2111f4d commit 74f88a2
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.7.4 (Upcoming)
## 3.7.4 (December 09, 2016)

* Optimize columns mapping (improves indexing performance)
* Add generic support for index partitioning
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.7.4-RC1-SNAPSHOT</version>
<version>3.7.4</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.7.4-RC1-SNAPSHOT</version>
<version>3.7.4</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.7.4-RC1-SNAPSHOT</version>
<version>3.7.4</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.7.4-RC1-SNAPSHOT</version>
<version>3.7.4</version>

<packaging>jar</packaging>
<name>Cassandra Lucene Index acceptance tests</name>
Expand Down

0 comments on commit 74f88a2

Please sign in to comment.