File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/test/java/com/instaclustr/cassandra/ldap/auth Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ workflows:
244244 branches :
245245 ignore : /.*/
246246 tags :
247- only : /^v4.0-rc2 -\d+\.\d+\.\d+$/
247+ only : /^v4.0.\d+ -\d+\.\d+\.\d+$/
248248 - publish-github-release-2-2 :
249249 requires :
250250 - build-2-2
@@ -276,4 +276,4 @@ workflows:
276276 branches :
277277 ignore : /.*/
278278 tags :
279- only : /^v4.0-rc2 -\d+\.\d+\.\d+$/
279+ only : /^v4.0.\d+ -\d+\.\d+\.\d+$/
Original file line number Diff line number Diff line change 1010 <relativePath >../pom.xml</relativePath >
1111 </parent >
1212
13- <artifactId >cassandra-ldap-4.0-rc2 </artifactId >
14- <version >1.0.1 </version >
13+ <artifactId >cassandra-ldap-4.0.0 </artifactId >
14+ <version >1.0.0 </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 .cassandra4>4.0-rc2 </version .cassandra4>
20+ <version .cassandra4>4.0.0 </version .cassandra4>
2121
2222 <version .shrinkwrap.bom>1.2.6</version .shrinkwrap.bom>
2323 <version .shrinkwrap.resolvers>3.1.3</version .shrinkwrap.resolvers>
Original file line number Diff line number Diff line change 55public class Cassandra40LDAPIntegrationTest extends AbstractLDAPTest {
66 @ Override
77 public String getCassandraVersion () {
8- return System .getProperty ("cassandra4.version" , "4.0-rc2 " );
8+ return System .getProperty ("cassandra4.version" , "4.0.0 " );
99 }
1010
1111 @ Override
1212 public String getImplementationGAV () {
13- return "com.instaclustr:cassandra-ldap-4.0-rc2 :1.0.1 " ;
13+ return "com.instaclustr:cassandra-ldap-" + getCassandraVersion () + " :1.0.0 " ;
1414 }
1515
1616 @ Test
You can’t perform that action at this time.
0 commit comments