Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
eperott committed Apr 8, 2021
1 parent 5be2a3d commit 2079a07
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>common_c2.2</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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>ecaudit_c2.2</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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>eclog_c2.2</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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-allow-all-authorizer_c2.2</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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-query-logger_c2.2</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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>integration-test-standard_c2.2</artifactId>

Expand Down
4 changes: 2 additions & 2 deletions 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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Ericsson Cassandra Audit</name>
Expand Down Expand Up @@ -482,7 +482,7 @@ limitations under the License.
<url>https://github.com/ericsson/ecaudit</url>
<connection>scm:git:[email protected]:ericsson/ecaudit.git</connection>
<developerConnection>scm:git:[email protected]:ericsson/ecaudit.git</developerConnection>
<tag>ecaudit_c2.2-2.7.0</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
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_c2.2</artifactId>
<version>2.7.0</version>
<version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>test-utils_c2.2</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 2079a07

Please sign in to comment.