File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 88# ---------------------------------------------------------------------------
99
1010# The version of the Operator being build - this should be a valid SemVer format
11- VERSION ?= 2.0.4
11+ VERSION ?= 2.0.5
1212
1313# VERSION_SUFFIX is ann optional version suffix. For a full release this should be
1414# set to blank, for an interim release it should be set to a value to identify that
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ By default the version number used to tag the Docker images and Helm charts is s
4747in the `Makefile` and in the `pom.xml` files in the `java/` directory.
4848
4949The `Makefile` also contains a `VERSION_SUFFIX` variable that is used to add a suffix to the build. By default
50- this suffix is `ci` so the default version of the build artifacts is `2.0.4 -ci`. Change this suffix, for
50+ this suffix is `ci` so the default version of the build artifacts is `2.0.5 -ci`. Change this suffix, for
5151example when building a release candidate or a full release.
5252
5353For example, if building a release called `alpha2` the following command can be used:
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ This will result in the following Docker image being created which contains the
152152artifacts to be use by all deployments.
153153
154154``` console
155- deployment-example:2.0.4
155+ deployment-example:2.0.5
156156```
157157## Install the Coherence Operator
158158
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >examples-parent</artifactId >
18- <version >2.0.4 </version >
18+ <version >2.0.5 </version >
1919 <relativePath >../pom.xml</relativePath >
2020 </parent >
2121
2222 <artifactId >deployment-example</artifactId >
2323 <name >Coherence Operator Deployment Example</name >
24- <version >2.0.4 </version >
24+ <version >2.0.5 </version >
2525
2626 <properties >
2727 <maven .compiler.source>8</maven .compiler.source>
Original file line number Diff line number Diff line change 1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >examples-parent</artifactId >
1818 <packaging >pom</packaging >
19- <version >2.0.4 </version >
19+ <version >2.0.5 </version >
2020
2121 <description >Oracle Coherence Operator Examples Project</description >
2222 <name >Oracle Coherence Operator Examples Parent</name >
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >operator-parent</artifactId >
18- <version >2.0.4 </version >
18+ <version >2.0.5 </version >
1919 </parent >
2020
2121 <artifactId >coherence-utils</artifactId >
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >operator-parent</artifactId >
18- <version >2.0.4 </version >
18+ <version >2.0.5 </version >
1919 </parent >
2020
2121 <artifactId >operator-docs</artifactId >
Original file line number Diff line number Diff line change 1515 <parent >
1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >operator-parent</artifactId >
18- <version >2.0.4 </version >
18+ <version >2.0.5 </version >
1919 </parent >
2020
2121 <artifactId >operator-test</artifactId >
Original file line number Diff line number Diff line change 1616 <groupId >com.oracle.coherence.kubernetes</groupId >
1717 <artifactId >operator-parent</artifactId >
1818 <packaging >pom</packaging >
19- <version >2.0.4 </version >
19+ <version >2.0.5 </version >
2020
2121 <description >Oracle Coherence Kubernetes Operator Project</description >
2222 <name >coherence-operator parent</name >
You can’t perform that action at this time.
0 commit comments