Skip to content

Commit f2d1f8f

Browse files
committed
Version updates
1 parent f684fc7 commit f2d1f8f

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

buildtime-reports/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.1-SNAPSHOT</version>
8+
<version>2.0.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

docs/charts/index.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
22
entries:
33
weblogic-operator:
4-
- created: 2019-02-19T16:57:25.809580117-05:00
4+
- created: 2019-02-28T10:34:35.435682-05:00
55
description: Helm chart for configuring the WebLogic operator.
6-
digest: 155ebf001218919a6b478bbf82068301736cfdaa1be6bb86ac49fb91a859be28
6+
digest: ed18f122c56503019d4a32fee91915a1c8099a95f90b97ee9a1f31667e5dab2e
77
name: weblogic-operator
88
urls:
9-
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.1.tgz
10-
version: "2.1"
11-
generated: 2019-02-19T16:57:25.805229234-05:00
9+
- https://oracle.github.io/weblogic-kubernetes-operator/charts/weblogic-operator-2.0.1.tgz
10+
version: 2.0.1
11+
generated: 2019-02-28T10:34:35.432593-05:00
8.71 KB
Binary file not shown.
-7.33 KB
Binary file not shown.

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.1-SNAPSHOT</version>
11+
<version>2.0.1</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.1-SNAPSHOT</version>
8+
<version>2.0.1</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.1-SNAPSHOT</version>
8+
<version>2.0.1</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.1
5+
version: 2.0.1
66
description: Helm chart for configuring the WebLogic operator.

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.1-SNAPSHOT</version>
12+
<version>2.0.1</version>
1313
</parent>
1414

1515
<artifactId>installation-tests</artifactId>

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.1-SNAPSHOT</version>
12+
<version>2.0.1</version>
1313
</parent>
1414

1515
<artifactId>operator-model</artifactId>

0 commit comments

Comments
 (0)