Skip to content

Commit

Permalink
⬆️ Next version 6.3.6-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: windup <[email protected]>
  • Loading branch information
windup committed Jan 22, 2024
1 parent ff28e63 commit 783890b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-openshift-parent</artifactId>
<version>6.3.5.Final</version>
<version>6.3.6-SNAPSHOT</version>
</parent>

<artifactId>windup-cli-openshift</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion messaging-executor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-openshift-parent</artifactId>
<version>6.3.5.Final</version>
<version>6.3.6-SNAPSHOT</version>
</parent>

<artifactId>windup-web-openshift-messaging-executor</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.jboss.windup</groupId>
<artifactId>windup-openshift-parent</artifactId>
<version>6.3.5.Final</version>
<version>6.3.6-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Windup OpenShift - Parent</name>
Expand All @@ -21,8 +21,8 @@
<properties>
<version.jkube>1.10.1</version.jkube>
<version.keycloak>18.0.2</version.keycloak>
<version.windup.cli>6.3.5.Final</version.windup.cli>
<version.windup.web>6.3.5.Final</version.windup.web>
<version.windup.cli>6.3.6-SNAPSHOT</version.windup.cli>
<version.windup.web>6.3.6-SNAPSHOT</version.windup.web>

<windup.web.scm.connection>scm:git:https:/windup/windup-openshift.git</windup.web.scm.connection>
<windup.web.developer.connection>scm:git:[email protected]:windup/windup-openshift.git</windup.web.developer.connection>
Expand Down
2 changes: 1 addition & 1 deletion templates/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-openshift-parent</artifactId>
<version>6.3.5.Final</version>
<version>6.3.6-SNAPSHOT</version>
</parent>

<artifactId>windup-web-openshift-templates</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@
"displayName": "Quay Images Tag",
"name": "DOCKER_IMAGES_TAG",
"required": true,
"value": "6.3.5.Final"
"value": "latest"
},
{
"description": "The maximum value of the size the an HTTP post request",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1069,7 +1069,7 @@
"displayName": "Quay Images Tag",
"name": "DOCKER_IMAGES_TAG",
"required": true,
"value": "6.3.5.Final"
"value": "latest"
},
{
"description": "The maximum value of the size the an HTTP post request",
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-openshift-parent</artifactId>
<version>6.3.5.Final</version>
<version>6.3.6-SNAPSHOT</version>
</parent>

<artifactId>windup-web-openshift</artifactId>
Expand Down

0 comments on commit 783890b

Please sign in to comment.