From 1a622f519118f7086795447218385f37669c333d Mon Sep 17 00:00:00 2001 From: windup Date: Wed, 5 Apr 2023 14:42:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20Releasing=20version=206.2.0.Alph?= =?UTF-8?q?a1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: windup --- addons/messaging-executor/addon/pom.xml | 2 +- addons/messaging-executor/api/pom.xml | 2 +- addons/messaging-executor/impl/pom.xml | 2 +- addons/messaging-executor/pom.xml | 2 +- addons/messaging-executor/tests/pom.xml | 2 +- addons/pom.xml | 2 +- addons/web-support/addon/pom.xml | 2 +- addons/web-support/api/pom.xml | 2 +- addons/web-support/impl/pom.xml | 2 +- addons/web-support/pom.xml | 2 +- addons/web-support/tests/pom.xml | 2 +- ear/pom.xml | 2 +- executor/pom.xml | 2 +- furnace-service-provider/pom.xml | 2 +- model/pom.xml | 2 +- pom.xml | 6 +++--- services/pom.xml | 2 +- tests/pom.xml | 2 +- tests/test-authentication-client/pom.xml | 2 +- tests/wildfly-dist/pom.xml | 2 +- tools/graph-tool/pom.xml | 2 +- tsmodelsgen-invocation/pom.xml | 6 +++--- tsmodelsgen-maven-plugin/pom.xml | 6 +++--- ui-pf4/pom.xml | 2 +- 24 files changed, 30 insertions(+), 30 deletions(-) diff --git a/addons/messaging-executor/addon/pom.xml b/addons/messaging-executor/addon/pom.xml index 05978cc94..facf29389 100644 --- a/addons/messaging-executor/addon/pom.xml +++ b/addons/messaging-executor/addon/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-messaging-executor-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-messaging-executor diff --git a/addons/messaging-executor/api/pom.xml b/addons/messaging-executor/api/pom.xml index 0476b384d..2dc5b97c0 100644 --- a/addons/messaging-executor/api/pom.xml +++ b/addons/messaging-executor/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-messaging-executor-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-messaging-executor-api diff --git a/addons/messaging-executor/impl/pom.xml b/addons/messaging-executor/impl/pom.xml index 257d86d5f..84c83bde3 100644 --- a/addons/messaging-executor/impl/pom.xml +++ b/addons/messaging-executor/impl/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-messaging-executor-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-messaging-executor-impl diff --git a/addons/messaging-executor/pom.xml b/addons/messaging-executor/pom.xml index 71271d908..f37fc4d21 100644 --- a/addons/messaging-executor/pom.xml +++ b/addons/messaging-executor/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-addons - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-messaging-executor-parent diff --git a/addons/messaging-executor/tests/pom.xml b/addons/messaging-executor/tests/pom.xml index 692e9cb72..0f681c8fe 100644 --- a/addons/messaging-executor/tests/pom.xml +++ b/addons/messaging-executor/tests/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-messaging-executor-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-messaging-executor-tests diff --git a/addons/pom.xml b/addons/pom.xml index 558b19606..e8aea7fd0 100644 --- a/addons/pom.xml +++ b/addons/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 org.jboss.windup.web.addons diff --git a/addons/web-support/addon/pom.xml b/addons/web-support/addon/pom.xml index a355f9de0..50e925be4 100644 --- a/addons/web-support/addon/pom.xml +++ b/addons/web-support/addon/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-support-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-support diff --git a/addons/web-support/api/pom.xml b/addons/web-support/api/pom.xml index e2120ea77..c5c68d144 100644 --- a/addons/web-support/api/pom.xml +++ b/addons/web-support/api/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-support-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-support-api diff --git a/addons/web-support/impl/pom.xml b/addons/web-support/impl/pom.xml index 00e117721..6736f9009 100644 --- a/addons/web-support/impl/pom.xml +++ b/addons/web-support/impl/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-support-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-support-impl diff --git a/addons/web-support/pom.xml b/addons/web-support/pom.xml index a081ef6c5..f4fdb24f0 100644 --- a/addons/web-support/pom.xml +++ b/addons/web-support/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-addons - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-support-parent diff --git a/addons/web-support/tests/pom.xml b/addons/web-support/tests/pom.xml index 11ec2fba1..2d4cde9de 100644 --- a/addons/web-support/tests/pom.xml +++ b/addons/web-support/tests/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web.addons windup-web-support-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-support-tests diff --git a/ear/pom.xml b/ear/pom.xml index 83f451e78..16b44f3ce 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-ear diff --git a/executor/pom.xml b/executor/pom.xml index 1ebe589d0..170a1317f 100644 --- a/executor/pom.xml +++ b/executor/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-executor diff --git a/furnace-service-provider/pom.xml b/furnace-service-provider/pom.xml index a1f0fc509..3e533a3e1 100644 --- a/furnace-service-provider/pom.xml +++ b/furnace-service-provider/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 furnace-service-provider diff --git a/model/pom.xml b/model/pom.xml index 1a59740d3..bd14682c6 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-jpa-model diff --git a/pom.xml b/pom.xml index c54fcfbbb..42633cb5e 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 pom Windup Web - Parent @@ -24,8 +24,8 @@ 3.0.5 3.10.0.Final 2.29.1.Final - 6.2.0-SNAPSHOT - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 + 6.2.0.Alpha1 18.0.2 org.wildfly wildfly-dist diff --git a/services/pom.xml b/services/pom.xml index 546adf99c..0138bfa64 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 diff --git a/tests/pom.xml b/tests/pom.xml index 1812caa4c..b4007fe1f 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-tests-parent diff --git a/tests/test-authentication-client/pom.xml b/tests/test-authentication-client/pom.xml index 1e400a8f0..38f6fe8af 100644 --- a/tests/test-authentication-client/pom.xml +++ b/tests/test-authentication-client/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-tests-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 test-authentication-client diff --git a/tests/wildfly-dist/pom.xml b/tests/wildfly-dist/pom.xml index 3c6ae9b58..8fd293b0e 100644 --- a/tests/wildfly-dist/pom.xml +++ b/tests/wildfly-dist/pom.xml @@ -8,7 +8,7 @@ org.jboss.windup.web windup-web-tests-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 windup-web-tests-wildfly-dist diff --git a/tools/graph-tool/pom.xml b/tools/graph-tool/pom.xml index 061be4d77..0c5b6a12d 100644 --- a/tools/graph-tool/pom.xml +++ b/tools/graph-tool/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 ../../pom.xml diff --git a/tsmodelsgen-invocation/pom.xml b/tsmodelsgen-invocation/pom.xml index 4a67583fd..40406ec84 100644 --- a/tsmodelsgen-invocation/pom.xml +++ b/tsmodelsgen-invocation/pom.xml @@ -13,7 +13,7 @@ org.jboss.windup.web.ui windup-web-ui-tsmodels - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 Windup Web - Generate TS Models @@ -34,8 +34,8 @@ 11 11 - 6.2.0-SNAPSHOT - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 + 6.2.0.Alpha1 3.10.0.Final diff --git a/tsmodelsgen-maven-plugin/pom.xml b/tsmodelsgen-maven-plugin/pom.xml index f16e16e16..ab6b3b696 100644 --- a/tsmodelsgen-maven-plugin/pom.xml +++ b/tsmodelsgen-maven-plugin/pom.xml @@ -10,7 +10,7 @@ org.jboss.windup.web.plugin windup-tsmodelsgen-maven-plugin - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 maven-plugin Windup Web - TS Model Generator Maven Plugin @@ -29,8 +29,8 @@ 11 11 - 6.2.0-SNAPSHOT - 6.2.0-SNAPSHOT + 6.2.0.Alpha1 + 6.2.0.Alpha1 ${project.version}