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

Commit

Permalink
Upgrade to Cassandra-3.0.11
Browse files Browse the repository at this point in the history
Conflicts:
	plugin/pom.xml
  • Loading branch information
jay-zhuang authored and edu committed Apr 5, 2017
1 parent 6a17904 commit b4b7729
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 3.0.10.4 (Upcoming)
## 3.0.11.0 (upcoming)

* Upgrade to Apache Cassandra 3.0.11

## 3.0.10.4 (upcoming)

* Fix collection columns indexing being part of clustering key (#286)
* Avoid unsupported usage of multicolumn mappers with collections
Expand Down Expand Up @@ -363,4 +367,4 @@ Merged from 2.2.4:

## 2.1.2.0 (December 05, 2014)

* Upgrade to Apache Cassandra 2.1.2
* Upgrade to Apache Cassandra 2.1.2
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.0.10.4-RC1-SNAPSHOT</version>
<version>3.0.11.0-RC1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>cassandra-lucene-index-parent</artifactId>
<groupId>com.stratio.cassandra</groupId>
<version>3.0.10.4-RC1-SNAPSHOT</version>
<version>3.0.11.0-RC1-SNAPSHOT</version>
</parent>

<artifactId>dist</artifactId>
Expand Down Expand Up @@ -125,4 +125,4 @@
</plugins>
</pluginManagement>
</build>
</project>
</project>
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.0.10.4-RC1-SNAPSHOT</version>
<version>3.0.11.0-RC1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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.0.10.4-RC1-SNAPSHOT</version>
<version>3.0.11.0-RC1-SNAPSHOT</version>
<name>Cassandra Lucene index</name>
<description>Cassandra Lucene index</description>

Expand Down Expand Up @@ -75,7 +75,7 @@
</developers>

<properties>
<cassandra.version>3.0.10</cassandra.version>
<cassandra.version>3.0.11</cassandra.version>
<coverage.data.dir>${project.build.outputDirectory}</coverage.data.dir>
<jackson.version>2.8.4</jackson.version>
<jacoco-IT-argline></jacoco-IT-argline>
Expand Down
4 changes: 2 additions & 2 deletions 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.0.10.4-RC1-SNAPSHOT</version>
<version>3.0.11.0-RC1-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Cassandra Lucene Index acceptance tests</name>
Expand Down Expand Up @@ -137,4 +137,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit b4b7729

Please sign in to comment.