From accd6fdeb50be391f1b450ac96e9407bbf4e8e3f Mon Sep 17 00:00:00 2001 From: Marco Rizzi Date: Fri, 13 Oct 2023 19:28:46 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=8F=81=20Releasing=20version=20?= =?UTF-8?q?6.3.2.Final"=20(#81)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit db7084c7994cb282b2f1e967644737db15a36438. --- 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 f92ba00..14c8769 100644 --- a/cli/pom.xml +++ b/cli/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.2.Final + 6.3.2-SNAPSHOT windup-cli-openshift diff --git a/messaging-executor/pom.xml b/messaging-executor/pom.xml index faa3376..eed87b6 100644 --- a/messaging-executor/pom.xml +++ b/messaging-executor/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.2.Final + 6.3.2-SNAPSHOT windup-web-openshift-messaging-executor diff --git a/pom.xml b/pom.xml index 6d07721..e42800c 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.jboss.windup windup-openshift-parent - 6.3.2.Final + 6.3.2-SNAPSHOT pom Windup OpenShift - Parent @@ -21,8 +21,8 @@ 1.10.1 18.0.2 - 6.3.2.Final - 6.3.2.Final + 6.3.2-SNAPSHOT + 6.3.2-SNAPSHOT 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 438bcc0..22e7846 100644 --- a/templates/pom.xml +++ b/templates/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.2.Final + 6.3.2-SNAPSHOT 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 9d54e72..343d01d 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": "6.3.2.Final" + "value": "latest" }, { "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 9603070..7f0003f 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": "6.3.2.Final" + "value": "latest" }, { "description": "The maximum value of the size the an HTTP post request", diff --git a/web/pom.xml b/web/pom.xml index 6e1b98d..860e5b2 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ org.jboss.windup windup-openshift-parent - 6.3.2.Final + 6.3.2-SNAPSHOT windup-web-openshift