Skip to content

Commit f0e1c4c

Browse files
committed
Reset for 2.3.0 development
1 parent 937c2a2 commit f0e1c4c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

buildtime-reports/pom.xml

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

1313
<artifactId>buildtime-reports</artifactId>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0</version>
1212
</parent>
1313

1414
<artifactId>operator-integration-tests</artifactId>

json-schema-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>2.2.1</version>
8+
<version>2.3.0</version>
99
</parent>
1010

1111
<artifactId>jsonschema-maven-plugin</artifactId>

json-schema/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>2.2.1</version>
8+
<version>2.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

kubernetes/charts/weblogic-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
33

44
name: weblogic-operator
5-
version: 2.2.1
5+
version: 2.3.0
66
description: Helm chart for configuring the WebLogic operator.

kubernetes/charts/weblogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ domainNamespaces:
2020
- "default"
2121

2222
# image specifies the docker image containing the operator code.
23-
image: "oracle/weblogic-kubernetes-operator:2.2.1"
23+
image: "oracle/weblogic-kubernetes-operator:2.3.0"
2424

2525
# imagePullPolicy specifies the image pull policy for the operator docker image.
2626
imagePullPolicy: "IfNotPresent"

kubernetes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>oracle.kubernetes</groupId>
1111
<artifactId>operator-parent</artifactId>
12-
<version>2.2.1</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

kubernetes/src/test/java/oracle/kubernetes/operator/helm/HelmOperatorValuesTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ private String getExpectedOperatorHelmChartDefaultValues() {
476476
.append("externalDebugHttpPort: 30999\n")
477477
.append("externalRestEnabled: false\n")
478478
.append("externalRestHttpsPort: 31001\n")
479-
.append("image: oracle/weblogic-kubernetes-operator:2.2.1\n")
479+
.append("image: oracle/weblogic-kubernetes-operator:2.3.0\n")
480480
.append("imagePullPolicy: IfNotPresent\n")
481481
.append("internalDebugHttpPort: 30999\n")
482482
.append("javaLoggingLevel: INFO\n")

model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>oracle.kubernetes</groupId>
1111
<artifactId>operator-parent</artifactId>
12-
<version>2.2.1</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

1515
<artifactId>operator-model</artifactId>

operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>oracle.kubernetes</groupId>
1010
<artifactId>operator-parent</artifactId>
11-
<version>2.2.1</version>
11+
<version>2.3.0</version>
1212
</parent>
1313

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

0 commit comments

Comments
 (0)