Skip to content

Commit

Permalink
Prepare for 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Oct 25, 2023
1 parent c1b5ccd commit 31f8a59
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 @@ -5,7 +5,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.1.4-SNAPSHOT</version>
<version>4.1.4</version>
</parent>

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

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

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

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

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

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

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

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

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

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

0 comments on commit 31f8a59

Please sign in to comment.