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 2.2.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
edu committed Dec 26, 2017
1 parent 24f138d commit c56dca6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.11.0 (upcoming)

* Upgrade to Apache Cassandra 2.2.11

## 2.2.10.0 (July 05, 2017)

* Upgrade to Apache Cassandra 2.2.10
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>2.2.10.1-RC1-SNAPSHOT</version>
<version>2.2.11.0-RC1-SNAPSHOT</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion 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>2.2.10.1-RC1-SNAPSHOT</version>
<version>2.2.11.0-RC1-SNAPSHOT</version>
</parent>

<artifactId>dist</artifactId>
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>2.2.10.1-RC1-SNAPSHOT</version>
<version>2.2.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>2.2.10.1-RC1-SNAPSHOT</version>
<version>2.2.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>2.2.10</cassandra.version>
<cassandra.version>2.2.11</cassandra.version>
<coverage.data.dir>${project.build.outputDirectory}</coverage.data.dir>
<jacoco-IT-argline></jacoco-IT-argline>
<jts.version>1.14.0</jts.version>
Expand Down
4 changes: 2 additions & 2 deletions testsAT/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

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

<properties>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
<cassandra.version>2.2.9</cassandra.version>
<cassandra.version>2.2.11</cassandra.version>
<runSuite>**/AllSuite.java</runSuite>
</properties>
<dependencies>
Expand Down

0 comments on commit c56dca6

Please sign in to comment.