From 336e4f8b1afadf2d828705b9ea5e4d0691fe5e48 Mon Sep 17 00:00:00 2001 From: windup Date: Mon, 22 Jan 2024 15:15:28 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=81=20Releasing=20version=206.3.6.Fina?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: windup --- cli/pom.xml | 2 +- messaging-executor/pom.xml | 2 +- pom.xml | 6 +++--- templates/pom.xml | 2 +- .../web-template-empty-dir-executor-shared-storage.json | 2 +- .../src/main/resources/web-template-empty-dir-executor.json | 2 +- web/pom.xml | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cli/pom.xml b/cli/pom.xml index 4a44744..15204a6 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.6-SNAPSHOT + 6.3.6.Final windup-cli-openshift diff --git a/messaging-executor/pom.xml b/messaging-executor/pom.xml index aac1add..543de11 100644 --- a/messaging-executor/pom.xml +++ b/messaging-executor/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.6-SNAPSHOT + 6.3.6.Final windup-web-openshift-messaging-executor diff --git a/pom.xml b/pom.xml index f6e1cac..6b784a5 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jboss.windup windup-openshift-parent - 6.3.6-SNAPSHOT + 6.3.6.Final pom Windup OpenShift - Parent @@ -21,8 +21,8 @@ 1.10.1 18.0.2 - 6.3.6-SNAPSHOT - 6.3.6-SNAPSHOT + 6.3.6.Final + 6.3.6.Final scm:git:https://github.com/windup/windup-openshift.git scm:git:git@github.com:windup/windup-openshift.git diff --git a/templates/pom.xml b/templates/pom.xml index 8f16d0f..41dd60f 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.6-SNAPSHOT + 6.3.6.Final windup-web-openshift-templates diff --git a/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json b/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json index 343d01d..47b45c7 100644 --- a/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json +++ b/templates/src/main/resources/web-template-empty-dir-executor-shared-storage.json @@ -1088,7 +1088,7 @@ "displayName": "Quay Images Tag", "name": "DOCKER_IMAGES_TAG", "required": true, - "value": "latest" + "value": "6.3.6.Final" }, { "description": "The maximum value of the size the an HTTP post request", diff --git a/templates/src/main/resources/web-template-empty-dir-executor.json b/templates/src/main/resources/web-template-empty-dir-executor.json index 7f0003f..527f425 100644 --- a/templates/src/main/resources/web-template-empty-dir-executor.json +++ b/templates/src/main/resources/web-template-empty-dir-executor.json @@ -1069,7 +1069,7 @@ "displayName": "Quay Images Tag", "name": "DOCKER_IMAGES_TAG", "required": true, - "value": "latest" + "value": "6.3.6.Final" }, { "description": "The maximum value of the size the an HTTP post request", diff --git a/web/pom.xml b/web/pom.xml index d68d629..874c910 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.6-SNAPSHOT + 6.3.6.Final windup-web-openshift