File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed
src/test/java/com/instaclustr/cassandra/ldap
src/test/java/com/instaclustr/cassandra/ldap/auth
src/test/java/com/instaclustr/cassandra/ldap/auth
src/test/java/com/instaclustr/cassandra/ldap/auth
src/test/java/com/instaclustr/cassandra/ldap/auth Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1616 -->
1717
1818 <artifactId >cassandra-ldap-base</artifactId >
19- <version >1.0.1 </version >
19+ <version >1.0.2 </version >
2020
2121 <name >Cassandra LDAP Authenticator common code</name >
2222 <description >Common code for Apache Cassandra LDAP plugin</description >
3333 <dependency >
3434 <groupId >org.apache.cassandra</groupId >
3535 <artifactId >cassandra-all</artifactId >
36- <version >3.0.22 </version >
36+ <version >3.0.23 </version >
3737 <scope >provided</scope >
3838 </dependency >
3939
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ public Artifact getCassandraArtifact()
146146
147147 public String getCassandraVersion ()
148148 {
149- return System .getProperty ("cassandra.version" , "3.11.8 " );
149+ return System .getProperty ("cassandra.version" , "3.11.9 " );
150150 }
151151
152152 public EmbeddedCassandraFactory defaultNodeFactory ()
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >cassandra-ldap-2.2</artifactId >
14- <version >1.0.1 </version >
14+ <version >1.0.2 </version >
1515
1616 <name >Cassandra LDAP Authenticator for Cassandra 2.2</name >
1717 <description >Pluggable LDAP authentication implementation for Apache Cassandra 2.2</description >
1818
1919 <properties >
20- <version .cassandra.all>2.2.18 </version .cassandra.all>
20+ <version .cassandra.all>2.2.19 </version .cassandra.all>
2121
2222 <version .shrinkwrap.bom>1.2.6</version .shrinkwrap.bom>
2323 <version .shrinkwrap.resolvers>3.1.3</version .shrinkwrap.resolvers>
5050 <dependency >
5151 <groupId >com.instaclustr</groupId >
5252 <artifactId >cassandra-ldap-base</artifactId >
53- <version >1.0.1 </version >
53+ <version >1.0.2 </version >
5454 <exclusions >
5555 <exclusion >
5656 <groupId >org.apache.cassandra</groupId >
9393 <artifactId >cassandra-ldap-base</artifactId >
9494 <classifier >tests</classifier >
9595 <type >test-jar</type >
96- <version >1.0.1 </version >
96+ <version >1.0.2 </version >
9797 <scope >test</scope >
9898 <exclusions >
9999 <exclusion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class Cassandra22LDAPIntegrationTest extends AbstractLDAPTesting
1919
2020 public String getCassandraVersion ()
2121 {
22- return System .getProperty ("cassandra.version" , "2.2.18 " );
22+ return System .getProperty ("cassandra.version" , "2.2.19 " );
2323 }
2424
2525 @ Override
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >cassandra-ldap-3.0</artifactId >
14- <version >1.0.1 </version >
14+ <version >1.0.2 </version >
1515
1616 <name >Cassandra LDAP Authenticator for Cassandra 3.0</name >
1717 <description >Pluggable LDAP authentication implementation for Apache Cassandra 3.0</description >
1818
1919 <properties >
20- <version .cassandra.all>3.0.18 </version .cassandra.all>
20+ <version .cassandra.all>3.0.23 </version .cassandra.all>
2121
2222 <version .shrinkwrap.bom>1.2.6</version .shrinkwrap.bom>
2323 <version .shrinkwrap.resolvers>3.1.3</version .shrinkwrap.resolvers>
4343 <dependency >
4444 <groupId >org.apache.cassandra</groupId >
4545 <artifactId >cassandra-all</artifactId >
46- <version >3.0.22 </version >
46+ <version >${version.cassandra.all} </version >
4747 <scope >provided</scope >
4848 </dependency >
4949
5050 <dependency >
5151 <groupId >com.instaclustr</groupId >
5252 <artifactId >cassandra-ldap-base</artifactId >
53- <version >1.0.1 </version >
53+ <version >1.0.2 </version >
5454 <exclusions >
5555 <exclusion >
5656 <groupId >org.apache.cassandra</groupId >
8181 <artifactId >cassandra-ldap-base</artifactId >
8282 <classifier >tests</classifier >
8383 <type >test-jar</type >
84- <version >1.0.1 </version >
84+ <version >1.0.2 </version >
8585 <scope >test</scope >
8686 <exclusions >
8787 <exclusion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class Cassandra30LDAPIntegrationTest extends AbstractLDAPTesting
1919
2020 public String getCassandraVersion ()
2121 {
22- return System .getProperty ("cassandra.version" , "3.0.18 " );
22+ return System .getProperty ("cassandra.version" , "3.0.23 " );
2323 }
2424
2525 @ Override
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >cassandra-ldap-3.11</artifactId >
14- <version >1.0.1 </version >
14+ <version >1.0.2 </version >
1515
1616 <name >Cassandra LDAP Authenticator for Cassandra 3.11</name >
1717 <description >Pluggable LDAP authentication implementation for Apache Cassandra 3.11</description >
1818
1919 <properties >
20- <version .cassandra.all>3.11.8 </version .cassandra.all>
20+ <version .cassandra.all>3.11.9 </version .cassandra.all>
2121
2222 <version .shrinkwrap.bom>1.2.6</version .shrinkwrap.bom>
2323 <version .shrinkwrap.resolvers>3.1.3</version .shrinkwrap.resolvers>
5151 <dependency >
5252 <groupId >com.instaclustr</groupId >
5353 <artifactId >cassandra-ldap-base</artifactId >
54- <version >1.0.1 </version >
54+ <version >1.0.2 </version >
5555 <exclusions >
5656 <exclusion >
5757 <groupId >org.apache.cassandra</groupId >
116116 <artifactId >cassandra-ldap-base</artifactId >
117117 <classifier >tests</classifier >
118118 <type >test-jar</type >
119- <version >1.0.1 </version >
119+ <version >1.0.2 </version >
120120 <scope >test</scope >
121121 <exclusions >
122122 <exclusion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class Cassandra311LDAPIntegrationTest extends AbstractLDAPTesting
1919
2020 public String getCassandraVersion ()
2121 {
22- return System .getProperty ("cassandra.version" , "3.11.8 " );
22+ return System .getProperty ("cassandra.version" , "3.11.9 " );
2323 }
2424
2525 @ Override
Original file line number Diff line number Diff line change 1111 </parent >
1212
1313 <artifactId >cassandra-ldap-4.0</artifactId >
14- <version >1.0.1 </version >
14+ <version >1.0.2 </version >
1515
1616 <name >Cassandra LDAP Authenticator for Cassandra 4.0</name >
1717 <description >Pluggable LDAP authentication implementation for Apache Cassandra 4.0</description >
1818
1919 <properties >
20- <version .cassandra.all>4.0-beta2 </version .cassandra.all>
20+ <version .cassandra.all>4.0-beta3 </version .cassandra.all>
2121
2222 <version .shrinkwrap.bom>1.2.6</version .shrinkwrap.bom>
2323 <version .shrinkwrap.resolvers>3.1.3</version .shrinkwrap.resolvers>
5151 <dependency >
5252 <groupId >com.instaclustr</groupId >
5353 <artifactId >cassandra-ldap-base</artifactId >
54- <version >1.0.1 </version >
54+ <version >1.0.2 </version >
5555 <exclusions >
5656 <exclusion >
5757 <groupId >org.apache.cassandra</groupId >
116116 <artifactId >cassandra-ldap-base</artifactId >
117117 <classifier >tests</classifier >
118118 <type >test-jar</type >
119- <version >1.0.1 </version >
119+ <version >1.0.2 </version >
120120 <scope >test</scope >
121121 <exclusions >
122122 <exclusion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public class Cassandra40LDAPIntegrationTest extends AbstractLDAPTesting
1919
2020 public String getCassandraVersion ()
2121 {
22- return System .getProperty ("cassandra.version" , "4.0-beta2 " );
22+ return System .getProperty ("cassandra.version" , "4.0-beta3 " );
2323 }
2424
2525 @ Override
You can’t perform that action at this time.
0 commit comments