Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeberhard committed Aug 25, 2023
1 parent b6c4ce7 commit 6fc9b0b
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

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

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

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

<artifactId>json-schema</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

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

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

<artifactId>weblogic-kubernetes-operator</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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

<modules>
<module>operator</module>
Expand All @@ -22,7 +22,7 @@
<connection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</connection>
<developerConnection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</developerConnection>
<url>https://github.com/oracle/weblogic-kubernetes-operator</url>
<tag>v4.0.7</tag>
<tag>v4.0.8</tag>
</scm>

<description>WebLogic Kubernetes Operator</description>
Expand Down
2 changes: 1 addition & 1 deletion swagger-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>oracle.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>4.0.8-SNAPSHOT</version>
<version>4.0.8</version>
</parent>

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

0 comments on commit 6fc9b0b

Please sign in to comment.