Skip to content

Commit

Permalink
chore(release): Prepare release: set version to 7.22.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.automation[bot] committed Jun 10, 2024
1 parent 1101568 commit bd8b335
Show file tree
Hide file tree
Showing 180 changed files with 191 additions and 191 deletions.
2 changes: 1 addition & 1 deletion bom/camunda-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/camunda-only-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-bom-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion clients/java/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-external-task-client-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions clients/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<modules>
Expand All @@ -37,7 +37,7 @@
<url>http://github.com/camunda/camunda-external-task-client-java</url>
<connection>scm:git:git@github.com:camunda/camunda-external-task-client-java.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-external-task-client-java.git</developerConnection>
<tag>HEAD</tag>
<tag>7.22.0-alpha2</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion clients/java/qa/engine-variable-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.camunda.bpm.qa</groupId>
<artifactId>camunda-external-task-client-qa</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion clients/java/qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-external-task-client-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion commons/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<groupId>org.camunda.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion commons/logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-commons-logging</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-bom</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>bom</relativePath>
</parent>

Expand Down Expand Up @@ -134,7 +134,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.22.0-alpha2</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion commons/testing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-commons-testing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/typed-values/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion commons/utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.commons</groupId>
<artifactId>camunda-commons-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-commons-utils</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions connect/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-bom</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<name>Camunda Platform - connect - bom</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -48,7 +48,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.22.0-alpha2</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion connect/connectors-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-connect-connectors-all</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-connect-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion connect/http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>camunda-connect-root</artifactId>
<groupId>org.camunda.connect</groupId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions connect/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-bom</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>bom</relativePath>
</parent>

Expand Down Expand Up @@ -144,7 +144,7 @@
<url>https://github.com/camunda/camunda-bpm-platform</url>
<connection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</connection>
<developerConnection>scm:git:git@github.com:camunda/camunda-bpm-platform.git</developerConnection>
<tag>HEAD</tag>
<tag>7.22.0-alpha2</tag>
</scm>

</project>
2 changes: 1 addition & 1 deletion connect/soap-http-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.connect</groupId>
<artifactId>camunda-connect-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-connect-soap-http-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../parent</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-database-settings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/jboss/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<groupId>org.camunda.bpm.jboss</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/jboss/webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.camunda.bpm.jboss</groupId>
<artifactId>camunda-jboss</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distro/license-book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>license-book</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/run/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/distro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-modules</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-bpm-run-modules-example-invoice</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-modules</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/swaggerui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-modules</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<artifactId>camunda-bpm-run-modules-swaggerui</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/swaggerui/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ui",
"version": "7.22.0-SNAPSHOT",
"version": "7.22.0-alpha2",
"private": true,
"scripts": {
"prebuild": "node ./tasks/license.js",
Expand Down
2 changes: 1 addition & 1 deletion distro/run/modules/webapps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-modules</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>../../database</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/qa/example-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-qa</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/qa/integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-qa</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/qa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-root</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/run/qa/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.camunda.bpm.run</groupId>
<artifactId>camunda-bpm-run-qa</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distro/sql-script/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-database-settings</artifactId>
<relativePath>../../database</relativePath>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<groupId>org.camunda.bpm.distro</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/tomcat/assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.camunda.bpm.tomcat</groupId>
<artifactId>camunda-tomcat</artifactId>
<version>7.22.0-SNAPSHOT</version>
<version>7.22.0-alpha2</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit bd8b335

Please sign in to comment.