Skip to content

Commit 09becbf

Browse files
committed
Prepare for 2.0-rc1 release
1 parent 27fdf7e commit 09becbf

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

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.0-SNAPSHOT</version>
11+
<version>2.0-rc1</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.0-SNAPSHOT</version>
8+
<version>2.0-rc1</version>
99
</parent>
1010

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

json-schema/pom.xml

Lines changed: 2 additions & 2 deletions
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.0-SNAPSHOT</version>
8+
<version>2.0-rc1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -28,4 +28,4 @@
2828
<scope>test</scope>
2929
</dependency>
3030
</dependencies>
31-
</project>
31+
</project>

kubernetes/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.0-SNAPSHOT</version>
11+
<version>2.0-rc1</version>
1212
</parent>
1313

1414
<artifactId>installation-tests</artifactId>

model/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.0-SNAPSHOT</version>
11+
<version>2.0-rc1</version>
1212
</parent>
1313

1414
<artifactId>operator-model</artifactId>

operator/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>2.0-SNAPSHOT</version>
10+
<version>2.0-rc1</version>
1111
</parent>
1212

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>oracle.kubernetes</groupId>
99
<artifactId>operator-parent</artifactId>
10-
<version>2.0-SNAPSHOT</version>
10+
<version>2.0-rc1</version>
1111

1212
<modules>
1313
<module>model</module>

site/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ After you have run the build (that is, `mvn clean install`), create the Docker i
130130

131131
```
132132
docker build -t weblogic-kubernetes-operator:some-tag \
133-
--build-arg VERSION=2.0-SNAPSHOT --no-cache=true .
133+
--build-arg VERSION=2.0-rc1 --no-cache=true .
134134
```
135135

136136
We recommend that you use a tag other than `latest` to make it easy to distinguish your image from the "real" one. In the example above, we used the GitHub ID of the developer.

swagger/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>2.0-SNAPSHOT</version>
10+
<version>2.0-rc1</version>
1111
</parent>
1212

1313
<artifactId>operator-swagger</artifactId>

0 commit comments

Comments
 (0)