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 8
8
# ---------------------------------------------------------------------------
9
9
10
10
# The version of the Operator being build - this should be a valid SemVer format
11
- VERSION ?= 2.0.4
11
+ VERSION ?= 2.0.5
12
12
13
13
# VERSION_SUFFIX is ann optional version suffix. For a full release this should be
14
14
# 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
47
47
in the `Makefile` and in the `pom.xml` files in the `java/` directory.
48
48
49
49
The `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
51
51
example when building a release candidate or a full release.
52
52
53
53
For 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
152
152
artifacts to be use by all deployments.
153
153
154
154
``` console
155
- deployment-example:2.0.4
155
+ deployment-example:2.0.5
156
156
```
157
157
## Install the Coherence Operator
158
158
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >examples-parent</artifactId >
18
- <version >2.0.4 </version >
18
+ <version >2.0.5 </version >
19
19
<relativePath >../pom.xml</relativePath >
20
20
</parent >
21
21
22
22
<artifactId >deployment-example</artifactId >
23
23
<name >Coherence Operator Deployment Example</name >
24
- <version >2.0.4 </version >
24
+ <version >2.0.5 </version >
25
25
26
26
<properties >
27
27
<maven .compiler.source>8</maven .compiler.source>
Original file line number Diff line number Diff line change 16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >examples-parent</artifactId >
18
18
<packaging >pom</packaging >
19
- <version >2.0.4 </version >
19
+ <version >2.0.5 </version >
20
20
21
21
<description >Oracle Coherence Operator Examples Project</description >
22
22
<name >Oracle Coherence Operator Examples Parent</name >
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >operator-parent</artifactId >
18
- <version >2.0.4 </version >
18
+ <version >2.0.5 </version >
19
19
</parent >
20
20
21
21
<artifactId >coherence-utils</artifactId >
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >operator-parent</artifactId >
18
- <version >2.0.4 </version >
18
+ <version >2.0.5 </version >
19
19
</parent >
20
20
21
21
<artifactId >operator-docs</artifactId >
Original file line number Diff line number Diff line change 15
15
<parent >
16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >operator-parent</artifactId >
18
- <version >2.0.4 </version >
18
+ <version >2.0.5 </version >
19
19
</parent >
20
20
21
21
<artifactId >operator-test</artifactId >
Original file line number Diff line number Diff line change 16
16
<groupId >com.oracle.coherence.kubernetes</groupId >
17
17
<artifactId >operator-parent</artifactId >
18
18
<packaging >pom</packaging >
19
- <version >2.0.4 </version >
19
+ <version >2.0.5 </version >
20
20
21
21
<description >Oracle Coherence Kubernetes Operator Project</description >
22
22
<name >coherence-operator parent</name >
You can’t perform that action at this time.
0 commit comments