Skip to content

Commit

Permalink
chore(release): Prepare release: set version to 7.19.0-alpha5
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.automation[bot] committed Mar 24, 2023
1 parent 5eec464 commit 8293c80
Show file tree
Hide file tree
Showing 161 changed files with 164 additions and 164 deletions.
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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<modules>
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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

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

<groupId>org.camunda.bpm.webapp</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT",
"version": "7.19.0-alpha5",
"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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
<relativePath>../../database</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

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

<name>Camunda Platform - tomcat Distro</name>
Expand Down
2 changes: 1 addition & 1 deletion distro/tomcat/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

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

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

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distro/webjar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.camunda.bpm</groupId>
<artifactId>camunda-parent</artifactId>
<relativePath>../../parent</relativePath>
<version>7.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

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

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

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

<artifactId>camunda-wildfly-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<groupId>org.camunda.bpm.wildfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly</artifactId>
<version>7.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

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

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly26/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly26</artifactId>
<version>7.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<artifactId>camunda-wildfly26-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly26/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<groupId>org.camunda.bpm.wildfly</groupId>
Expand Down
2 changes: 1 addition & 1 deletion distro/wildfly26/subsystem/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.camunda.bpm.wildfly</groupId>
<artifactId>camunda-wildfly26</artifactId>
<version>7.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<artifactId>camunda-wildfly26-subsystem</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine-cdi/compatibility-test-weld3/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion engine-cdi/core/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion engine-cdi/jakarta/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion engine-cdi/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.19.0-SNAPSHOT</version>
<version>7.19.0-alpha5</version>
</parent>

<artifactId>camunda-cdi-compatibility-root</artifactId>
Expand Down

0 comments on commit 8293c80

Please sign in to comment.