Skip to content

Commit

Permalink
release of version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Mar 4, 2021
1 parent 7f5aaf2 commit 7863d96
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion 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.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Cassandra LDAP Authenticator common code</name>
<description>Common code for Apache Cassandra LDAP plugin</description>
Expand Down
6 changes: 3 additions & 3 deletions cassandra-2.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>cassandra-ldap-2.2</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Cassandra LDAP Authenticator for Cassandra 2.2</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 2.2</description>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public List<Path> createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
.resolve("com.instaclustr:cassandra-ldap-2.2:1.2.0-SNAPSHOT")
.resolve("com.instaclustr:cassandra-ldap-2.2:1.2.0")
.withTransitivity()
.asFile();

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

<artifactId>cassandra-ldap-3.0</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Cassandra LDAP Authenticator for Cassandra 3.0</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 3.0</description>
Expand Down Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public List<Path> createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
.resolve("com.instaclustr:cassandra-ldap-3.0:1.2.0-SNAPSHOT")
.resolve("com.instaclustr:cassandra-ldap-3.0:1.2.0")
.withTransitivity()
.asFile();

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

<artifactId>cassandra-ldap-3.11</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Cassandra LDAP Authenticator for Cassandra 3.11</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 3.11</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public List<Path> createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
.resolve("com.instaclustr:cassandra-ldap-3.11:1.2.0-SNAPSHOT")
.resolve("com.instaclustr:cassandra-ldap-3.11:1.2.0")
.withTransitivity()
.asFile();

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

<artifactId>cassandra-ldap-4.0</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>

<name>Cassandra LDAP Authenticator for Cassandra 4.0</name>
<description>Pluggable LDAP authentication implementation for Apache Cassandra 4.0</description>
Expand Down Expand Up @@ -51,7 +51,7 @@
<dependency>
<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-base</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</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.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public List<Path> createPluginJars() throws IOException
{
File[] singleFile = Maven.resolver()
.loadPomFromFile("pom.xml")
.resolve("com.instaclustr:cassandra-ldap-4.0:1.2.0-SNAPSHOT")
.resolve("com.instaclustr:cassandra-ldap-4.0:1.2.0")
.withTransitivity()
.asFile();

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.instaclustr</groupId>
<artifactId>cassandra-ldap-parent</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 7863d96

Please sign in to comment.