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

Commit

Permalink
Upgraded to Apache Cassandra 3.0.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
edu committed Oct 1, 2018
1 parent 158b9ba commit d75cec2
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.17.0 (upcoming)

* Upgrade to Apache Cassandra 3.0.17

## 3.0.16.0 (October 01, 2018)

* Upgrade to Apache Cassandra 3.0.16
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.0.16.1-RC1-SNAPSHOT</version>
<version>3.0.17.0-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>3.0.16.1-RC1-SNAPSHOT</version>
<version>3.0.17.0-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>3.0.16.1-RC1-SNAPSHOT</version>
<version>3.0.17.0-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.16.1-RC1-SNAPSHOT</version>
<version>3.0.17.0-SNAPSHOT</version>
<name>Cassandra Lucene index</name>
<description>Cassandra Lucene index</description>

Expand Down Expand Up @@ -76,7 +76,7 @@

<properties>
<archive.apache.url>http://archive.apache.org/dist/cassandra/${cassandra.version}/apache-cassandra-${cassandra.version}-bin.tar.gz</archive.apache.url>
<cassandra.version>3.0.16</cassandra.version>
<cassandra.version>3.0.17</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
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.0.16.1-RC1-SNAPSHOT</version>
<version>3.0.17.0-SNAPSHOT</version>

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

0 comments on commit d75cec2

Please sign in to comment.