Skip to content

Commit 0159914

Browse files
committed
[maven-release-plugin] prepare release operator-parent-3.4.10
1 parent 1e9470e commit 0159914

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>oracle.kubernetes</groupId>
88
<artifactId>operator-parent</artifactId>
9-
<version>3.4.10-SNAPSHOT</version>
9+
<version>3.4.10</version>
1010
</parent>
1111

1212
<artifactId>integration-tests</artifactId>

json-schema-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>3.4.10-SNAPSHOT</version>
8+
<version>3.4.10</version>
99
</parent>
1010

1111
<artifactId>json-schema</artifactId>

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>3.4.10-SNAPSHOT</version>
10+
<version>3.4.10</version>
1111
</parent>
1212

1313
<artifactId>installation-tests</artifactId>

operator-build-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>operator-parent</artifactId>
77
<groupId>oracle.kubernetes</groupId>
8-
<version>3.4.10-SNAPSHOT</version>
8+
<version>3.4.10</version>
99
</parent>
1010

1111
<artifactId>operator-build-maven-plugin</artifactId>

operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>oracle.kubernetes</groupId>
88
<artifactId>operator-parent</artifactId>
9-
<version>3.4.10-SNAPSHOT</version>
9+
<version>3.4.10</version>
1010
</parent>
1111

1212
<artifactId>weblogic-kubernetes-operator</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>oracle.kubernetes</groupId>
77
<artifactId>operator-parent</artifactId>
8-
<version>3.4.10-SNAPSHOT</version>
8+
<version>3.4.10</version>
99

1010
<modules>
1111
<module>operator</module>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</connection>
2121
<developerConnection>scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</developerConnection>
2222
<url>https://github.com/oracle/weblogic-kubernetes-operator</url>
23-
<tag>operator-parent-3.4.9</tag>
23+
<tag>operator-parent-3.4.10</tag>
2424
</scm>
2525

2626
<description>WebLogic Kubernetes Operator</description>

swagger-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>oracle.kubernetes</groupId>
88
<artifactId>operator-parent</artifactId>
9-
<version>3.4.10-SNAPSHOT</version>
9+
<version>3.4.10</version>
1010
</parent>
1111

1212
<artifactId>operator-swagger</artifactId>

0 commit comments

Comments
 (0)