Skip to content

Commit 32b54c5

Browse files
author
ci.automation[bot]
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1a126b4 commit 32b54c5

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

bom/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>org.camunda.commons</groupId>
1313
<artifactId>camunda-commons-bom</artifactId>
14-
<version>1.13.0</version>
14+
<version>1.14.0-SNAPSHOT</version>
1515
<name>camunda Commons - Bom</name>
1616
<packaging>pom</packaging>
1717

@@ -43,7 +43,7 @@
4343
<url>https://github.com/camunda/camunda-commons</url>
4444
<connection>scm:git:[email protected]:camunda/camunda-commons.git</connection>
4545
<developerConnection>scm:git:[email protected]:camunda/camunda-commons.git</developerConnection>
46-
<tag>1.13.0</tag>
46+
<tag>HEAD</tag>
4747
</scm>
4848

4949
</project>

logging/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.commons</groupId>
66
<artifactId>camunda-commons-root</artifactId>
7-
<version>1.13.0</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>camunda-commons-logging</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.commons</groupId>
66
<artifactId>camunda-commons-bom</artifactId>
7-
<version>1.13.0</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
<relativePath>bom</relativePath>
99
</parent>
1010

@@ -130,7 +130,7 @@
130130
<url>https://github.com/camunda/camunda-commons</url>
131131
<connection>scm:git:[email protected]:camunda/camunda-commons.git</connection>
132132
<developerConnection>scm:git:[email protected]:camunda/camunda-commons.git</developerConnection>
133-
<tag>1.13.0</tag>
133+
<tag>1.2.0-alpha1</tag>
134134
</scm>
135135

136136
</project>

testing/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.commons</groupId>
66
<artifactId>camunda-commons-root</artifactId>
7-
<version>1.13.0</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>camunda-commons-testing</artifactId>

utils/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.commons</groupId>
66
<artifactId>camunda-commons-root</artifactId>
7-
<version>1.13.0</version>
7+
<version>1.14.0-SNAPSHOT</version>
88
</parent>
99

1010
<artifactId>camunda-commons-utils</artifactId>

0 commit comments

Comments
 (0)