Skip to content

Commit 44544f2

Browse files
author
ci.automation[bot]
committed
chore(release): Prepare next development version: 7.23.0-SNAPSHOT
1 parent af65e23 commit 44544f2

File tree

183 files changed

+195
-195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

183 files changed

+195
-195
lines changed

bom/camunda-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm</groupId>
77
<artifactId>camunda-bom-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

bom/camunda-only-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm</groupId>
77
<artifactId>camunda-bom-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm</groupId>
77
<artifactId>camunda-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>../</relativePath>
1010
</parent>
1111

clients/java/client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.camunda.bpm</groupId>
1212
<artifactId>camunda-external-task-client-root</artifactId>
13-
<version>7.23.0-alpha3</version>
13+
<version>7.23.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<properties>

clients/java/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>org.camunda.bpm</groupId>
1414
<artifactId>camunda-database-settings</artifactId>
1515
<relativePath>../../database</relativePath>
16-
<version>7.23.0-alpha3</version>
16+
<version>7.23.0-SNAPSHOT</version>
1717
</parent>
1818

1919
<modules>
@@ -37,7 +37,7 @@
3737
<url>http://github.com/camunda/camunda-external-task-client-java</url>
3838
<connection>scm:git:git@github.com:camunda/camunda-external-task-client-java.git</connection>
3939
<developerConnection>scm:git:git@github.com:camunda/camunda-external-task-client-java.git</developerConnection>
40-
<tag>7.23.0-alpha3</tag>
40+
<tag>HEAD</tag>
4141
</scm>
4242

4343
</project>

clients/java/qa/engine-variable-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.camunda.bpm.qa</groupId>
1313
<artifactId>camunda-external-task-client-qa</artifactId>
14-
<version>7.23.0-alpha3</version>
14+
<version>7.23.0-SNAPSHOT</version>
1515
</parent>
1616

1717
<dependencies>

clients/java/qa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.camunda.bpm</groupId>
1414
<artifactId>camunda-external-task-client-root</artifactId>
15-
<version>7.23.0-alpha3</version>
15+
<version>7.23.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<modules>

commons/bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.camunda.bpm</groupId>
88
<artifactId>camunda-root</artifactId>
9-
<version>7.23.0-alpha3</version>
9+
<version>7.23.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

commons/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>7.23.0-alpha3</version>
7+
<version>7.23.0-SNAPSHOT</version>
88
</parent>
99

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

commons/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.camunda.bpm</groupId>
66
<artifactId>camunda-parent</artifactId>
77
<relativePath>../parent</relativePath>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.camunda.commons</groupId>
@@ -135,7 +135,7 @@
135135
<url>https://github.com/camunda/camunda-bpm-platform</url>
136136
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
137137
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
138-
<tag>7.23.0-alpha3</tag>
138+
<tag>HEAD</tag>
139139
</scm>
140140

141141
</project>

commons/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>7.23.0-alpha3</version>
7+
<version>7.23.0-SNAPSHOT</version>
88
</parent>
99

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

commons/typed-values/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>org.camunda.bpm</groupId>
1111
<artifactId>camunda-database-settings</artifactId>
1212
<relativePath>../../database</relativePath>
13-
<version>7.23.0-alpha3</version>
13+
<version>7.23.0-SNAPSHOT</version>
1414
</parent>
1515

1616
<dependencyManagement>

commons/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>7.23.0-alpha3</version>
7+
<version>7.23.0-SNAPSHOT</version>
88
</parent>
99

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

connect/bom/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
<parent>
77
<groupId>org.camunda.bpm</groupId>
88
<artifactId>camunda-root</artifactId>
9-
<version>7.23.0-alpha3</version>
9+
<version>7.23.0-SNAPSHOT</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

1313
<groupId>org.camunda.connect</groupId>
1414
<artifactId>camunda-connect-bom</artifactId>
15-
<version>7.23.0-alpha3</version>
15+
<version>7.23.0-SNAPSHOT</version>
1616
<name>Camunda Platform - connect - bom</name>
1717
<packaging>pom</packaging>
1818

@@ -50,7 +50,7 @@
5050
<url>https://github.com/camunda/camunda-bpm-platform</url>
5151
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
5252
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
53-
<tag>7.23.0-alpha3</tag>
53+
<tag>HEAD</tag>
5454
</scm>
5555

5656
</project>

connect/connectors-all/pom.xml

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

1010
<artifactId>camunda-connect-connectors-all</artifactId>

connect/core/pom.xml

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

1010
<artifactId>camunda-connect-core</artifactId>

connect/http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>camunda-connect-root</artifactId>
66
<groupId>org.camunda.connect</groupId>
7-
<version>7.23.0-alpha3</version>
7+
<version>7.23.0-SNAPSHOT</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

connect/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.camunda.bpm</groupId>
66
<artifactId>camunda-parent</artifactId>
77
<relativePath>../parent</relativePath>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.camunda.connect</groupId>
@@ -137,7 +137,7 @@
137137
<url>https://github.com/camunda/camunda-bpm-platform</url>
138138
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
139139
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
140-
<tag>7.23.0-alpha3</tag>
140+
<tag>HEAD</tag>
141141
</scm>
142142

143143
</project>

connect/soap-http-client/pom.xml

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

1010
<artifactId>camunda-connect-soap-http-client</artifactId>

database/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>org.camunda.bpm</groupId>
77
<artifactId>camunda-parent</artifactId>
88
<relativePath>../parent</relativePath>
9-
<version>7.23.0-alpha3</version>
9+
<version>7.23.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>camunda-database-settings</artifactId>

distro/jboss/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.camunda.bpm</groupId>
66
<artifactId>camunda-database-settings</artifactId>
77
<relativePath>../../database</relativePath>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.camunda.bpm.jboss</groupId>

distro/jboss/webapp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.camunda.bpm.jboss</groupId>
55
<artifactId>camunda-jboss</artifactId>
6-
<version>7.23.0-alpha3</version>
6+
<version>7.23.0-SNAPSHOT</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

distro/license-book/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.camunda.bpm</groupId>
66
<artifactId>camunda-database-settings</artifactId>
77
<relativePath>../../database</relativePath>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>license-book</artifactId>

distro/run/assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/distro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/modules/example/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-modules</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>camunda-bpm-run-modules-example-invoice</artifactId>

distro/run/modules/oauth2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-modules</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/modules/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/modules/rest/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-modules</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/modules/webapps/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-modules</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm</groupId>
77
<artifactId>camunda-database-settings</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>../../database</relativePath>
1010
</parent>
1111

distro/run/qa/example-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.camunda.bpm.run</groupId>
66
<artifactId>camunda-bpm-run-qa</artifactId>
7-
<version>7.23.0-alpha3</version>
7+
<version>7.23.0-SNAPSHOT</version>
88
<relativePath>..</relativePath>
99
</parent>
1010

distro/run/qa/integration-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-qa</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/qa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-root</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/run/qa/runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.camunda.bpm.run</groupId>
77
<artifactId>camunda-bpm-run-qa</artifactId>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
<relativePath>..</relativePath>
1010
</parent>
1111

distro/sql-script/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.camunda.bpm</groupId>
66
<artifactId>camunda-database-settings</artifactId>
77
<relativePath>../../database</relativePath>
8-
<version>7.23.0-alpha3</version>
8+
<version>7.23.0-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.camunda.bpm.distro</groupId>

distro/tomcat/assembly/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.camunda.bpm.tomcat</groupId>
1414
<artifactId>camunda-tomcat</artifactId>
15-
<version>7.23.0-alpha3</version>
15+
<version>7.23.0-SNAPSHOT</version>
1616
</parent>
1717

1818
<properties>

distro/tomcat/distro/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.camunda.bpm.tomcat</groupId>
99
<artifactId>camunda-tomcat</artifactId>
10-
<version>7.23.0-alpha3</version>
10+
<version>7.23.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<name>Camunda Platform - tomcat Distro</name>

0 commit comments

Comments
 (0)