Skip to content

Commit

Permalink
Align versions across the flavours (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommystendahl authored Oct 31, 2023
1 parent a9c46c6 commit 57a3431
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Changes

## Version 3.1.0 (unreleased)

* Add Audit Prepare statements - #226

## Version 3.0.0 (only flavor ecaudit_c4.1)

## Version 2.11.0

* Use SnakeYaml's SafeConstructor to avoid CVE-2022-1471
* Support escaping characters in log messages - #207
* Add Audit Prepare statements - #226

## Version 2.10.0
* Build with Cassandra 4.0.7 (only flavor ecaudit_c4.0)
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>common_c3.11</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion ecaudit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>ecaudit_c3.11</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion eclog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>eclog_c3.11</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion integration-test-allow-all-authorizer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-allow-all-authorizer_c3.11</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integration-test-query-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-query-logger_c3.11</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion integration-test-standard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-standard_c3.11</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ericsson Cassandra Audit</name>
Expand Down
2 changes: 1 addition & 1 deletion test-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.ericsson.bss.cassandra.ecaudit</groupId>
<artifactId>parent_c3.11</artifactId>
<version>2.12.0-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
</parent>
<artifactId>test-utils_c3.11</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 57a3431

Please sign in to comment.