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

Commit

Permalink
[RELEASE] 3.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stratiocommit committed Nov 24, 2016
1 parent c328342 commit 33ce6d1
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.9.3 (Upcoming)
## 3.9.3 (November 24, 2016)

* Upgrade to Scala 2.12.0
* Avoid not required string interpolations in logging
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.9.3-RC1-SNAPSHOT</version>
<version>3.9.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.9.3-RC1-SNAPSHOT</version>
<version>3.9.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.9.3-RC1-SNAPSHOT</version>
<version>3.9.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.9.3-RC1-SNAPSHOT</version>
<version>3.9.3</version>

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

0 comments on commit 33ce6d1

Please sign in to comment.