Skip to content

Commit

Permalink
Prepare to release WKO 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Apr 22, 2024
1 parent 42ee422 commit fdfa764
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion domain-upgrader/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>domain-upgrader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion json-schema-generator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>json-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>installation-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator-build-maven-plugin/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>operator-parent</artifactId>
<groupId>oracle.kubernetes</groupId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>operator-build-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion operator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>weblogic-kubernetes-operator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@

<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>

<modules>
<module>operator</module>
Expand Down
2 changes: 1 addition & 1 deletion swagger-generator/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.2.2-SNAPSHOT</version>
<version>4.2.2</version>
</parent>

<artifactId>operator-swagger</artifactId>
Expand Down

0 comments on commit fdfa764

Please sign in to comment.