From b7c51796fccc7349c93b8983332633c2d41bd5e6 Mon Sep 17 00:00:00 2001 From: camunda-jenkins Date: Thu, 28 Mar 2019 15:24:50 +0100 Subject: [PATCH] chore(release): Prepare release: set version to 7.11.0-alpha3 --- bom/pom.xml | 4 ++-- database/pom.xml | 2 +- distro/jbossas7/assembly/pom.xml | 2 +- distro/jbossas7/distro/pom.xml | 2 +- distro/jbossas7/modules/pom.xml | 2 +- distro/jbossas7/pom.xml | 2 +- distro/jbossas7/subsystem/pom.xml | 2 +- distro/jbossas7/webapp-standalone/pom.xml | 2 +- distro/jbossas7/webapp/pom.xml | 2 +- distro/license-book/pom.xml | 2 +- distro/sql-script/pom.xml | 2 +- distro/tomcat/assembly/pom.xml | 2 +- distro/tomcat/distro/pom.xml | 2 +- distro/tomcat/pom.xml | 2 +- distro/tomcat/webapp-standalone/pom.xml | 2 +- distro/tomcat/webapp/pom.xml | 2 +- distro/webjar/pom.xml | 2 +- distro/wildfly/assembly/pom.xml | 2 +- distro/wildfly/distro/pom.xml | 2 +- distro/wildfly/modules/pom.xml | 2 +- distro/wildfly/pom.xml | 2 +- distro/wildfly/subsystem/pom.xml | 2 +- distro/wildfly8/modules/pom.xml | 2 +- distro/wildfly8/pom.xml | 2 +- distro/wildfly8/subsystem/pom.xml | 2 +- engine-cdi/pom.xml | 2 +- engine-plugins/connect-plugin/pom.xml | 2 +- engine-plugins/identity-ldap/pom.xml | 2 +- engine-plugins/pom.xml | 2 +- engine-plugins/spin-plugin/pom.xml | 2 +- engine-rest/assembly/pom.xml | 2 +- engine-rest/engine-rest-jaxrs2/pom.xml | 6 +++--- engine-rest/engine-rest/pom.xml | 2 +- engine-rest/pom.xml | 2 +- engine-spring/pom.xml | 2 +- engine/pom.xml | 2 +- examples/invoice/pom.xml | 2 +- javaee/ejb-client/pom.xml | 2 +- javaee/ejb-service/pom.xml | 2 +- javaee/jobexecutor-ra/pom.xml | 2 +- javaee/jobexecutor-rar/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- qa/ensure-clean-db-plugin/pom.xml | 2 +- qa/integration-tests-engine/pom.xml | 2 +- qa/integration-tests-webapps/pom.xml | 2 +- qa/jboss7-runtime/pom.xml | 2 +- qa/performance-tests-engine/pom.xml | 2 +- qa/pom.xml | 2 +- qa/test-db-instance-migration/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-710/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-711/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-72/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-73/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-74/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-75/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-76/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-77/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-78/pom.xml | 2 +- qa/test-db-instance-migration/test-fixture-79/pom.xml | 2 +- qa/test-db-instance-migration/test-migration/pom.xml | 2 +- qa/test-db-rolling-update/create-new-engine/pom.xml | 2 +- qa/test-db-rolling-update/create-old-engine/pom.xml | 2 +- qa/test-db-rolling-update/pom.xml | 2 +- qa/test-db-rolling-update/rolling-update-util/pom.xml | 2 +- qa/test-db-rolling-update/test-old-engine/pom.xml | 2 +- qa/test-db-upgrade/pom.xml | 2 +- qa/test-db-util/pom.xml | 2 +- qa/test-old-engine/pom.xml | 2 +- qa/tomcat-runtime/pom.xml | 2 +- qa/wildfly-runtime/pom.xml | 2 +- webapps/h2-webapp/pom.xml | 2 +- 72 files changed, 76 insertions(+), 76 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index e87ef6fc9f0..dd2c37526c7 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -12,7 +12,7 @@ org.camunda.bpm camunda-bom - 7.11.0-SNAPSHOT + 7.11.0-alpha3 pom camunda BPM - Bom http://camunda.org @@ -222,7 +222,7 @@ https://github.com/camunda/camunda-bpm-platform scm:git:git@github.com:camunda/camunda-bpm-platform.git scm:git:git@github.com:camunda/camunda-bpm-platform.git - HEAD + 7.11.0-alpha3 diff --git a/database/pom.xml b/database/pom.xml index 6704d6796f1..87cc8ab5254 100644 --- a/database/pom.xml +++ b/database/pom.xml @@ -6,7 +6,7 @@ org.camunda.bpm camunda-parent ../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm diff --git a/distro/jbossas7/assembly/pom.xml b/distro/jbossas7/assembly/pom.xml index feb06981770..827a13877fa 100644 --- a/distro/jbossas7/assembly/pom.xml +++ b/distro/jbossas7/assembly/pom.xml @@ -12,7 +12,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda BPM - jBoss7 Assembly diff --git a/distro/jbossas7/distro/pom.xml b/distro/jbossas7/distro/pom.xml index 8eac368f03a..e845aa80134 100644 --- a/distro/jbossas7/distro/pom.xml +++ b/distro/jbossas7/distro/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda BPM - jBoss7 Distro diff --git a/distro/jbossas7/modules/pom.xml b/distro/jbossas7/modules/pom.xml index 31b277fc62b..79e26b412bc 100644 --- a/distro/jbossas7/modules/pom.xml +++ b/distro/jbossas7/modules/pom.xml @@ -8,7 +8,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/distro/jbossas7/pom.xml b/distro/jbossas7/pom.xml index 996bbf8a9be..284ede8c4ee 100644 --- a/distro/jbossas7/pom.xml +++ b/distro/jbossas7/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.jboss diff --git a/distro/jbossas7/subsystem/pom.xml b/distro/jbossas7/subsystem/pom.xml index 78d3f05980d..21278a56bda 100644 --- a/distro/jbossas7/subsystem/pom.xml +++ b/distro/jbossas7/subsystem/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/distro/jbossas7/webapp-standalone/pom.xml b/distro/jbossas7/webapp-standalone/pom.xml index d31c392e622..dbf7d0f06c1 100644 --- a/distro/jbossas7/webapp-standalone/pom.xml +++ b/distro/jbossas7/webapp-standalone/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.webapp diff --git a/distro/jbossas7/webapp/pom.xml b/distro/jbossas7/webapp/pom.xml index 84322fe7cb6..429a57dfcca 100644 --- a/distro/jbossas7/webapp/pom.xml +++ b/distro/jbossas7/webapp/pom.xml @@ -3,7 +3,7 @@ org.camunda.bpm.jboss camunda-jboss - 7.11.0-SNAPSHOT + 7.11.0-alpha3 4.0.0 diff --git a/distro/license-book/pom.xml b/distro/license-book/pom.xml index 4d51db36347..4a5b5ed063b 100644 --- a/distro/license-book/pom.xml +++ b/distro/license-book/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 license-book diff --git a/distro/sql-script/pom.xml b/distro/sql-script/pom.xml index fa656c23dfc..8a9619166ce 100644 --- a/distro/sql-script/pom.xml +++ b/distro/sql-script/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.distro diff --git a/distro/tomcat/assembly/pom.xml b/distro/tomcat/assembly/pom.xml index 6d18376f2a9..a53a52f1712 100644 --- a/distro/tomcat/assembly/pom.xml +++ b/distro/tomcat/assembly/pom.xml @@ -12,7 +12,7 @@ org.camunda.bpm.tomcat camunda-tomcat - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda BPM - tomcat Assembly diff --git a/distro/tomcat/distro/pom.xml b/distro/tomcat/distro/pom.xml index 6be4b782321..c10b9888864 100644 --- a/distro/tomcat/distro/pom.xml +++ b/distro/tomcat/distro/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm.tomcat camunda-tomcat - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda BPM - tomcat Distro diff --git a/distro/tomcat/pom.xml b/distro/tomcat/pom.xml index 2a29a0aca83..5bcdb53b4ee 100644 --- a/distro/tomcat/pom.xml +++ b/distro/tomcat/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-tomcat diff --git a/distro/tomcat/webapp-standalone/pom.xml b/distro/tomcat/webapp-standalone/pom.xml index 140be6fee32..f9acff4546e 100644 --- a/distro/tomcat/webapp-standalone/pom.xml +++ b/distro/tomcat/webapp-standalone/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm.tomcat camunda-tomcat - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.webapp diff --git a/distro/tomcat/webapp/pom.xml b/distro/tomcat/webapp/pom.xml index b7f1d3bc6b4..dd8700456f1 100644 --- a/distro/tomcat/webapp/pom.xml +++ b/distro/tomcat/webapp/pom.xml @@ -3,7 +3,7 @@ org.camunda.bpm.tomcat camunda-tomcat - 7.11.0-SNAPSHOT + 7.11.0-alpha3 4.0.0 diff --git a/distro/webjar/pom.xml b/distro/webjar/pom.xml index 5934840c875..c7739c44b78 100644 --- a/distro/webjar/pom.xml +++ b/distro/webjar/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm camunda-parent ../../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.webapp diff --git a/distro/wildfly/assembly/pom.xml b/distro/wildfly/assembly/pom.xml index 7b433ac443e..e792a253cb2 100644 --- a/distro/wildfly/assembly/pom.xml +++ b/distro/wildfly/assembly/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-wildfly-assembly diff --git a/distro/wildfly/distro/pom.xml b/distro/wildfly/distro/pom.xml index 09576a9751d..fab299261bd 100644 --- a/distro/wildfly/distro/pom.xml +++ b/distro/wildfly/distro/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-bpm-wildfly diff --git a/distro/wildfly/modules/pom.xml b/distro/wildfly/modules/pom.xml index 09910896806..929decbd6af 100644 --- a/distro/wildfly/modules/pom.xml +++ b/distro/wildfly/modules/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-wildfly-modules diff --git a/distro/wildfly/pom.xml b/distro/wildfly/pom.xml index 2224a7bbb52..80c599deff4 100644 --- a/distro/wildfly/pom.xml +++ b/distro/wildfly/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.wildfly diff --git a/distro/wildfly/subsystem/pom.xml b/distro/wildfly/subsystem/pom.xml index ff31d7d46a5..b19426cf7c6 100644 --- a/distro/wildfly/subsystem/pom.xml +++ b/distro/wildfly/subsystem/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-wildfly-subsystem diff --git a/distro/wildfly8/modules/pom.xml b/distro/wildfly8/modules/pom.xml index 9001aee485e..01bda7b8b85 100644 --- a/distro/wildfly8/modules/pom.xml +++ b/distro/wildfly8/modules/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly8 - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-wildfly8-modules diff --git a/distro/wildfly8/pom.xml b/distro/wildfly8/pom.xml index ee70dde5aeb..3d42848d98e 100644 --- a/distro/wildfly8/pom.xml +++ b/distro/wildfly8/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.wildfly diff --git a/distro/wildfly8/subsystem/pom.xml b/distro/wildfly8/subsystem/pom.xml index 1e83853a5fc..3c104b7b505 100644 --- a/distro/wildfly8/subsystem/pom.xml +++ b/distro/wildfly8/subsystem/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.wildfly camunda-wildfly8 - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-wildfly8-subsystem diff --git a/engine-cdi/pom.xml b/engine-cdi/pom.xml index 5aba7b4abcb..9cca005e31e 100644 --- a/engine-cdi/pom.xml +++ b/engine-cdi/pom.xml @@ -10,7 +10,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/engine-plugins/connect-plugin/pom.xml b/engine-plugins/connect-plugin/pom.xml index 77c5cb96400..3827c499c92 100644 --- a/engine-plugins/connect-plugin/pom.xml +++ b/engine-plugins/connect-plugin/pom.xml @@ -4,7 +4,7 @@ camunda-engine-plugins org.camunda.bpm - 7.11.0-SNAPSHOT + 7.11.0-alpha3 4.0.0 diff --git a/engine-plugins/identity-ldap/pom.xml b/engine-plugins/identity-ldap/pom.xml index 48e8327981b..e134d163362 100644 --- a/engine-plugins/identity-ldap/pom.xml +++ b/engine-plugins/identity-ldap/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm camunda-engine-plugins - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/engine-plugins/pom.xml b/engine-plugins/pom.xml index 66c44f67249..35328745853 100644 --- a/engine-plugins/pom.xml +++ b/engine-plugins/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-engine-plugins diff --git a/engine-plugins/spin-plugin/pom.xml b/engine-plugins/spin-plugin/pom.xml index 1fd94c645bd..ab28f964487 100644 --- a/engine-plugins/spin-plugin/pom.xml +++ b/engine-plugins/spin-plugin/pom.xml @@ -4,7 +4,7 @@ camunda-engine-plugins org.camunda.bpm - 7.11.0-SNAPSHOT + 7.11.0-alpha3 4.0.0 diff --git a/engine-rest/assembly/pom.xml b/engine-rest/assembly/pom.xml index 5e6ddb2b9cb..534043fbd45 100644 --- a/engine-rest/assembly/pom.xml +++ b/engine-rest/assembly/pom.xml @@ -8,7 +8,7 @@ org.camunda.bpm camunda-engine-rest-root ../ - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/engine-rest/engine-rest-jaxrs2/pom.xml b/engine-rest/engine-rest-jaxrs2/pom.xml index dd274de4895..2116368cae1 100644 --- a/engine-rest/engine-rest-jaxrs2/pom.xml +++ b/engine-rest/engine-rest-jaxrs2/pom.xml @@ -2,14 +2,14 @@ 4.0.0 camunda BPM - engine - REST JAX RS 2.0 camunda-engine-rest-jaxrs2 - 7.11.0-SNAPSHOT + 7.11.0-alpha3 jar org.camunda.bpm camunda-engine-rest-root ../ - 7.11.0-SNAPSHOT + 7.11.0-alpha3 @@ -17,7 +17,7 @@ org.camunda.bpm camunda-engine-rest-core - 7.11.0-SNAPSHOT + 7.11.0-alpha3 compile diff --git a/engine-rest/engine-rest/pom.xml b/engine-rest/engine-rest/pom.xml index ed3f943315c..6c0d0243fb7 100644 --- a/engine-rest/engine-rest/pom.xml +++ b/engine-rest/engine-rest/pom.xml @@ -8,7 +8,7 @@ org.camunda.bpm camunda-engine-rest-root ../ - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/engine-rest/pom.xml b/engine-rest/pom.xml index 773230436f0..8d37fde31c2 100644 --- a/engine-rest/pom.xml +++ b/engine-rest/pom.xml @@ -5,7 +5,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm diff --git a/engine-spring/pom.xml b/engine-spring/pom.xml index 5dd374299e3..2df2e77c084 100644 --- a/engine-spring/pom.xml +++ b/engine-spring/pom.xml @@ -8,7 +8,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/engine/pom.xml b/engine/pom.xml index 0c3c7fc761b..39bda94e653 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/examples/invoice/pom.xml b/examples/invoice/pom.xml index 2b84ca99d46..f30858c6c7c 100644 --- a/examples/invoice/pom.xml +++ b/examples/invoice/pom.xml @@ -10,7 +10,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/javaee/ejb-client/pom.xml b/javaee/ejb-client/pom.xml index b61b8286710..c016d44b21d 100644 --- a/javaee/ejb-client/pom.xml +++ b/javaee/ejb-client/pom.xml @@ -10,7 +10,7 @@ org.camunda.bpm camunda-parent ../../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/javaee/ejb-service/pom.xml b/javaee/ejb-service/pom.xml index a3383b3928b..00f63a094df 100644 --- a/javaee/ejb-service/pom.xml +++ b/javaee/ejb-service/pom.xml @@ -11,7 +11,7 @@ org.camunda.bpm camunda-database-settings ../../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/javaee/jobexecutor-ra/pom.xml b/javaee/jobexecutor-ra/pom.xml index f3b6bf917e5..fd7c5bf223f 100755 --- a/javaee/jobexecutor-ra/pom.xml +++ b/javaee/jobexecutor-ra/pom.xml @@ -8,7 +8,7 @@ org.camunda.bpm camunda-parent ../../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/javaee/jobexecutor-rar/pom.xml b/javaee/jobexecutor-rar/pom.xml index e44b9d24454..62e2f059957 100755 --- a/javaee/jobexecutor-rar/pom.xml +++ b/javaee/jobexecutor-rar/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm camunda-parent ../../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/parent/pom.xml b/parent/pom.xml index c77a9320997..48e2a029559 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm camunda-bom - 7.11.0-SNAPSHOT + 7.11.0-alpha3 ../bom diff --git a/pom.xml b/pom.xml index 35718fc2c93..d947b356dea 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.camunda.bpm camunda-root - 7.11.0-SNAPSHOT + 7.11.0-alpha3 pom camunda BPM - Root Pom 2013 @@ -245,7 +245,7 @@ https://github.com/camunda/camunda-bpm-platform scm:git:git@github.com:camunda/camunda-bpm-platform.git scm:git:git@github.com:camunda/camunda-bpm-platform.git - HEAD + 7.11.0-alpha3 diff --git a/qa/ensure-clean-db-plugin/pom.xml b/qa/ensure-clean-db-plugin/pom.xml index 330b59060da..940b33899d6 100644 --- a/qa/ensure-clean-db-plugin/pom.xml +++ b/qa/ensure-clean-db-plugin/pom.xml @@ -7,7 +7,7 @@ camunda-qa org.camunda.bpm.qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/integration-tests-engine/pom.xml b/qa/integration-tests-engine/pom.xml index 1398f603302..67ce5827e6e 100644 --- a/qa/integration-tests-engine/pom.xml +++ b/qa/integration-tests-engine/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/integration-tests-webapps/pom.xml b/qa/integration-tests-webapps/pom.xml index ade1e5bf89a..67e3a676fee 100644 --- a/qa/integration-tests-webapps/pom.xml +++ b/qa/integration-tests-webapps/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/jboss7-runtime/pom.xml b/qa/jboss7-runtime/pom.xml index 0da8be6c26c..da84210d012 100644 --- a/qa/jboss7-runtime/pom.xml +++ b/qa/jboss7-runtime/pom.xml @@ -13,7 +13,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/performance-tests-engine/pom.xml b/qa/performance-tests-engine/pom.xml index 761688c3652..ca304cda92c 100644 --- a/qa/performance-tests-engine/pom.xml +++ b/qa/performance-tests-engine/pom.xml @@ -7,7 +7,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/pom.xml b/qa/pom.xml index 8d61e581798..a04e41e7c66 100644 --- a/qa/pom.xml +++ b/qa/pom.xml @@ -11,7 +11,7 @@ org.camunda.bpm camunda-database-settings ../database - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/test-db-instance-migration/pom.xml b/qa/test-db-instance-migration/pom.xml index c35c1c610e2..50fbe2b2f42 100644 --- a/qa/test-db-instance-migration/pom.xml +++ b/qa/test-db-instance-migration/pom.xml @@ -10,7 +10,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/test-db-instance-migration/test-fixture-710/pom.xml b/qa/test-db-instance-migration/test-fixture-710/pom.xml index d165f83d4fd..63651befcf8 100644 --- a/qa/test-db-instance-migration/test-fixture-710/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-710/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-710 diff --git a/qa/test-db-instance-migration/test-fixture-711/pom.xml b/qa/test-db-instance-migration/test-fixture-711/pom.xml index c83feba1ddc..eb1212c7eb0 100644 --- a/qa/test-db-instance-migration/test-fixture-711/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-711/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-711 diff --git a/qa/test-db-instance-migration/test-fixture-72/pom.xml b/qa/test-db-instance-migration/test-fixture-72/pom.xml index 9a27265659f..3aeca9ba866 100644 --- a/qa/test-db-instance-migration/test-fixture-72/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-72/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-72 diff --git a/qa/test-db-instance-migration/test-fixture-73/pom.xml b/qa/test-db-instance-migration/test-fixture-73/pom.xml index cf786ca8076..d4c6d603fc7 100644 --- a/qa/test-db-instance-migration/test-fixture-73/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-73/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-73 diff --git a/qa/test-db-instance-migration/test-fixture-74/pom.xml b/qa/test-db-instance-migration/test-fixture-74/pom.xml index 23c5456853c..0ac5fd78acb 100644 --- a/qa/test-db-instance-migration/test-fixture-74/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-74/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-74 diff --git a/qa/test-db-instance-migration/test-fixture-75/pom.xml b/qa/test-db-instance-migration/test-fixture-75/pom.xml index a5c87ddd2b7..8b44a813e78 100644 --- a/qa/test-db-instance-migration/test-fixture-75/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-75/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-75 diff --git a/qa/test-db-instance-migration/test-fixture-76/pom.xml b/qa/test-db-instance-migration/test-fixture-76/pom.xml index f3cbb5304a2..eea09c4d1a0 100644 --- a/qa/test-db-instance-migration/test-fixture-76/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-76/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-76 diff --git a/qa/test-db-instance-migration/test-fixture-77/pom.xml b/qa/test-db-instance-migration/test-fixture-77/pom.xml index 9b853d3c558..b2de7dfa6f2 100644 --- a/qa/test-db-instance-migration/test-fixture-77/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-77/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-77 diff --git a/qa/test-db-instance-migration/test-fixture-78/pom.xml b/qa/test-db-instance-migration/test-fixture-78/pom.xml index f316b59816c..6c1e70ba503 100644 --- a/qa/test-db-instance-migration/test-fixture-78/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-78/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-78 diff --git a/qa/test-db-instance-migration/test-fixture-79/pom.xml b/qa/test-db-instance-migration/test-fixture-79/pom.xml index 9473d409b97..fc89ef7b0bd 100644 --- a/qa/test-db-instance-migration/test-fixture-79/pom.xml +++ b/qa/test-db-instance-migration/test-fixture-79/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-fixture-79 diff --git a/qa/test-db-instance-migration/test-migration/pom.xml b/qa/test-db-instance-migration/test-migration/pom.xml index cd9cab36244..bc5b372f818 100644 --- a/qa/test-db-instance-migration/test-migration/pom.xml +++ b/qa/test-db-instance-migration/test-migration/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-instance-migration - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-upgrade-test-migration diff --git a/qa/test-db-rolling-update/create-new-engine/pom.xml b/qa/test-db-rolling-update/create-new-engine/pom.xml index a5853b16079..96437d292ff 100644 --- a/qa/test-db-rolling-update/create-new-engine/pom.xml +++ b/qa/test-db-rolling-update/create-new-engine/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-rolling-update - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-db-create-new-engine diff --git a/qa/test-db-rolling-update/create-old-engine/pom.xml b/qa/test-db-rolling-update/create-old-engine/pom.xml index 59a180d4173..861fb52396d 100644 --- a/qa/test-db-rolling-update/create-old-engine/pom.xml +++ b/qa/test-db-rolling-update/create-old-engine/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-rolling-update - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-db-create-old-engine diff --git a/qa/test-db-rolling-update/pom.xml b/qa/test-db-rolling-update/pom.xml index 50df422f645..1116edefb42 100644 --- a/qa/test-db-rolling-update/pom.xml +++ b/qa/test-db-rolling-update/pom.xml @@ -10,7 +10,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/test-db-rolling-update/rolling-update-util/pom.xml b/qa/test-db-rolling-update/rolling-update-util/pom.xml index 4e7550886a7..282c7f5eaa0 100644 --- a/qa/test-db-rolling-update/rolling-update-util/pom.xml +++ b/qa/test-db-rolling-update/rolling-update-util/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-rolling-update - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-db-rolling-update-util diff --git a/qa/test-db-rolling-update/test-old-engine/pom.xml b/qa/test-db-rolling-update/test-old-engine/pom.xml index 66604a9989e..50709d72277 100644 --- a/qa/test-db-rolling-update/test-old-engine/pom.xml +++ b/qa/test-db-rolling-update/test-old-engine/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa.upgrade camunda-qa-db-rolling-update - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/test-db-upgrade/pom.xml b/qa/test-db-upgrade/pom.xml index 4e1c1f4b59e..ba1377a644d 100755 --- a/qa/test-db-upgrade/pom.xml +++ b/qa/test-db-upgrade/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/test-db-util/pom.xml b/qa/test-db-util/pom.xml index 368d615d20a..82be0c22154 100644 --- a/qa/test-db-util/pom.xml +++ b/qa/test-db-util/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 org.camunda.bpm.qa.upgrade diff --git a/qa/test-old-engine/pom.xml b/qa/test-old-engine/pom.xml index 2bf7cdd0728..53f4855d1de 100755 --- a/qa/test-old-engine/pom.xml +++ b/qa/test-old-engine/pom.xml @@ -4,7 +4,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda-qa-old-engine diff --git a/qa/tomcat-runtime/pom.xml b/qa/tomcat-runtime/pom.xml index da358d97af1..0a4cadc863a 100644 --- a/qa/tomcat-runtime/pom.xml +++ b/qa/tomcat-runtime/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/qa/wildfly-runtime/pom.xml b/qa/wildfly-runtime/pom.xml index e5ab362bf7c..4c0de793f58 100644 --- a/qa/wildfly-runtime/pom.xml +++ b/qa/wildfly-runtime/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm.qa camunda-qa - 7.11.0-SNAPSHOT + 7.11.0-alpha3 diff --git a/webapps/h2-webapp/pom.xml b/webapps/h2-webapp/pom.xml index cc5126e9a4a..c49eabdbea4 100644 --- a/webapps/h2-webapp/pom.xml +++ b/webapps/h2-webapp/pom.xml @@ -9,7 +9,7 @@ org.camunda.bpm camunda-parent ../../parent - 7.11.0-SNAPSHOT + 7.11.0-alpha3 camunda BPM - H2 Webapp