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

Branch 3.11.1 #397

Open
wants to merge 5 commits into
base: branch-3.11.1
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion builder/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.1.1-RC1-SNAPSHOT</version>
<version>3.11.2</version>
</parent>

<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>cassandra-lucene-index-parent</artifactId>
<groupId>com.stratio.cassandra</groupId>
<version>3.11.1.1-RC1-SNAPSHOT</version>
<version>3.11.2</version>
</parent>

<artifactId>dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.1.1-RC1-SNAPSHOT</version>
<version>3.11.2</version>
</parent>

<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -32,7 +32,7 @@
<packaging>pom</packaging>
<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-parent</artifactId>
<version>3.11.1.1-RC1-SNAPSHOT</version>
<version>3.11.2</version>
<name>Cassandra Lucene index</name>
<description>Cassandra Lucene index</description>

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

<properties>
<cassandra.version>3.11.1</cassandra.version>
<cassandra.version>3.11.2</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
Expand Up @@ -25,7 +25,7 @@

<groupId>com.stratio.cassandra</groupId>
<artifactId>cassandra-lucene-index-tests</artifactId>
<version>3.11.1.1-RC1-SNAPSHOT</version>
<version>3.11.2</version>

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