Skip to content

Commit

Permalink
update to c* 4.0-beta3, 3.11.9, 3.0.23 and 2.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Nov 11, 2020
1 parent 53303b1 commit c94c420
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
-->

<artifactId>cassandra-ldap-base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>Cassandra LDAP Authenticator common code</name>
<description>Common code for Apache Cassandra LDAP plugin</description>
Expand All @@ -33,7 +33,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>3.0.22</version>
<version>3.0.23</version>
<scope>provided</scope>
</dependency>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ public Artifact getCassandraArtifact()

public String getCassandraVersion()
{
return System.getProperty("cassandra.version", "3.11.8");
return System.getProperty("cassandra.version", "3.11.9");
}

public EmbeddedCassandraFactory defaultNodeFactory()
Expand Down
8 changes: 4 additions & 4 deletions cassandra-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</parent>

<artifactId>cassandra-ldap-2.2</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>Cassandra LDAP Authenticator for Cassandra 2.2</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 2.2</description>

<properties>
<version.cassandra.all>2.2.18</version.cassandra.all>
<version.cassandra.all>2.2.19</version.cassandra.all>

<version.shrinkwrap.bom>1.2.6</version.shrinkwrap.bom>
<version.shrinkwrap.resolvers>3.1.3</version.shrinkwrap.resolvers>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
Expand Down Expand Up @@ -93,7 +93,7 @@
<artifactId>cassandra-ldap-base</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Cassandra22LDAPIntegrationTest extends AbstractLDAPTesting

public String getCassandraVersion()
{
return System.getProperty("cassandra.version", "2.2.18");
return System.getProperty("cassandra.version", "2.2.19");
}

@Override
Expand Down
10 changes: 5 additions & 5 deletions cassandra-3.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</parent>

<artifactId>cassandra-ldap-3.0</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>Cassandra LDAP Authenticator for Cassandra 3.0</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 3.0</description>

<properties>
<version.cassandra.all>3.0.18</version.cassandra.all>
<version.cassandra.all>3.0.23</version.cassandra.all>

<version.shrinkwrap.bom>1.2.6</version.shrinkwrap.bom>
<version.shrinkwrap.resolvers>3.1.3</version.shrinkwrap.resolvers>
Expand All @@ -43,14 +43,14 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>3.0.22</version>
<version>${version.cassandra.all}</version>
<scope>provided</scope>
</dependency>

<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
Expand Down Expand Up @@ -81,7 +81,7 @@
<artifactId>cassandra-ldap-base</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Cassandra30LDAPIntegrationTest extends AbstractLDAPTesting

public String getCassandraVersion()
{
return System.getProperty("cassandra.version", "3.0.18");
return System.getProperty("cassandra.version", "3.0.23");
}

@Override
Expand Down
8 changes: 4 additions & 4 deletions cassandra-3.11/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</parent>

<artifactId>cassandra-ldap-3.11</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>Cassandra LDAP Authenticator for Cassandra 3.11</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 3.11</description>

<properties>
<version.cassandra.all>3.11.8</version.cassandra.all>
<version.cassandra.all>3.11.9</version.cassandra.all>

<version.shrinkwrap.bom>1.2.6</version.shrinkwrap.bom>
<version.shrinkwrap.resolvers>3.1.3</version.shrinkwrap.resolvers>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
Expand Down Expand Up @@ -116,7 +116,7 @@
<artifactId>cassandra-ldap-base</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Cassandra311LDAPIntegrationTest extends AbstractLDAPTesting

public String getCassandraVersion()
{
return System.getProperty("cassandra.version", "3.11.8");
return System.getProperty("cassandra.version", "3.11.9");
}

@Override
Expand Down
8 changes: 4 additions & 4 deletions cassandra-4.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
</parent>

<artifactId>cassandra-ldap-4.0</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>

<name>Cassandra LDAP Authenticator for Cassandra 4.0</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 4.0</description>

<properties>
<version.cassandra.all>4.0-beta2</version.cassandra.all>
<version.cassandra.all>4.0-beta3</version.cassandra.all>

<version.shrinkwrap.bom>1.2.6</version.shrinkwrap.bom>
<version.shrinkwrap.resolvers>3.1.3</version.shrinkwrap.resolvers>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.0.1</version>
<version>1.0.2</version>
<exclusions>
<exclusion>
<groupId>org.apache.cassandra</groupId>
Expand Down Expand Up @@ -116,7 +116,7 @@
<artifactId>cassandra-ldap-base</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
<version>1.0.1</version>
<version>1.0.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Cassandra40LDAPIntegrationTest extends AbstractLDAPTesting

public String getCassandraVersion()
{
return System.getProperty("cassandra.version", "4.0-beta2");
return System.getProperty("cassandra.version", "4.0-beta3");
}

@Override
Expand Down

0 comments on commit c94c420

Please sign in to comment.