From 57655ffa148459dc2d9c7b3d19773cae0ac907d1 Mon Sep 17 00:00:00 2001 From: windup Date: Sat, 25 Feb 2023 07:21:37 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20Releasing=20version=206.1.3.Fina?= =?UTF-8?q?l?= 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 9b472e6d1..dccbf4f80 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-messaging-executor diff --git a/addons/messaging-executor/api/pom.xml b/addons/messaging-executor/api/pom.xml index 923907f87..93f813df4 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-messaging-executor-api diff --git a/addons/messaging-executor/impl/pom.xml b/addons/messaging-executor/impl/pom.xml index 9c1c83af0..b2239b000 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-messaging-executor-impl diff --git a/addons/messaging-executor/pom.xml b/addons/messaging-executor/pom.xml index b3d1424b9..f29a18c1a 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-messaging-executor-parent diff --git a/addons/messaging-executor/tests/pom.xml b/addons/messaging-executor/tests/pom.xml index e8bdb6d76..784f45af0 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-messaging-executor-tests diff --git a/addons/pom.xml b/addons/pom.xml index 00f09b6b4..c49612fc5 100644 --- a/addons/pom.xml +++ b/addons/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final org.jboss.windup.web.addons diff --git a/addons/web-support/addon/pom.xml b/addons/web-support/addon/pom.xml index b992d2832..b54207b37 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-support diff --git a/addons/web-support/api/pom.xml b/addons/web-support/api/pom.xml index 4a8721f24..19b515f73 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-support-api diff --git a/addons/web-support/impl/pom.xml b/addons/web-support/impl/pom.xml index 430add22c..bc3c00740 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-support-impl diff --git a/addons/web-support/pom.xml b/addons/web-support/pom.xml index c41b7242f..388b6fbdb 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-support-parent diff --git a/addons/web-support/tests/pom.xml b/addons/web-support/tests/pom.xml index 7e5c5fcc0..7ac4eec3a 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-support-tests diff --git a/ear/pom.xml b/ear/pom.xml index a9243c4ba..03d97c7af 100644 --- a/ear/pom.xml +++ b/ear/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final windup-ear diff --git a/executor/pom.xml b/executor/pom.xml index 76ea64bf1..bf0d6dd58 100644 --- a/executor/pom.xml +++ b/executor/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final windup-web-executor diff --git a/furnace-service-provider/pom.xml b/furnace-service-provider/pom.xml index a9cdf3878..e54b5c6a7 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.1.3-SNAPSHOT + 6.1.3.Final furnace-service-provider diff --git a/model/pom.xml b/model/pom.xml index 51eaa806d..ce41187d2 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final windup-web-jpa-model diff --git a/pom.xml b/pom.xml index 69d0d8ab9..5a4415958 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final pom Windup Web - Parent @@ -24,8 +24,8 @@ 3.0.5 3.10.0.Final 2.29.1.Final - 6.1.3-SNAPSHOT - 6.1.3-SNAPSHOT + 6.1.3.Final + 6.1.3.Final 18.0.2 23.0.2.Final 3.15.1.Final diff --git a/services/pom.xml b/services/pom.xml index b87fca6a6..5b6626e70 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final diff --git a/tests/pom.xml b/tests/pom.xml index fabff66d7..5c714bfb3 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -5,7 +5,7 @@ org.jboss.windup.web windup-web-parent - 6.1.3-SNAPSHOT + 6.1.3.Final windup-web-tests-parent diff --git a/tests/test-authentication-client/pom.xml b/tests/test-authentication-client/pom.xml index 048584f9f..b3e56da6d 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.1.3-SNAPSHOT + 6.1.3.Final test-authentication-client diff --git a/tests/wildfly-dist/pom.xml b/tests/wildfly-dist/pom.xml index 038298a7f..e00b12857 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.1.3-SNAPSHOT + 6.1.3.Final windup-web-tests-wildfly-dist diff --git a/tools/graph-tool/pom.xml b/tools/graph-tool/pom.xml index 4baf52f45..30a87c1bd 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.1.3-SNAPSHOT + 6.1.3.Final ../../pom.xml diff --git a/tsmodelsgen-invocation/pom.xml b/tsmodelsgen-invocation/pom.xml index fb40e4ff2..00ccc857b 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.1.3-SNAPSHOT + 6.1.3.Final Windup Web - Generate TS Models @@ -34,8 +34,8 @@ 11 11 - 6.1.3-SNAPSHOT - 6.1.3-SNAPSHOT + 6.1.3.Final + 6.1.3.Final 3.10.0.Final diff --git a/tsmodelsgen-maven-plugin/pom.xml b/tsmodelsgen-maven-plugin/pom.xml index 0c5f52b37..d194afa1a 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.1.3-SNAPSHOT + 6.1.3.Final maven-plugin Windup Web - TS Model Generator Maven Plugin @@ -29,8 +29,8 @@ 11 11 - 6.1.3-SNAPSHOT - 6.1.3-SNAPSHOT + 6.1.3.Final + 6.1.3.Final ${project.version}