Skip to content

Commit

Permalink
Change version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
thegridman committed Dec 20, 2019
1 parent 36aa346 commit bf828b6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# ---------------------------------------------------------------------------

# The version of the Operator being build - this should be a valid SemVer format
VERSION ?= 2.0.4
VERSION ?= 2.0.5

# VERSION_SUFFIX is ann optional version suffix. For a full release this should be
# set to blank, for an interim release it should be set to a value to identify that
Expand Down
2 changes: 1 addition & 1 deletion docs/developer/05_building.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ By default the version number used to tag the Docker images and Helm charts is s
in the `Makefile` and in the `pom.xml` files in the `java/` directory.
The `Makefile` also contains a `VERSION_SUFFIX` variable that is used to add a suffix to the build. By default
this suffix is `ci` so the default version of the build artifacts is `2.0.4-ci`. Change this suffix, for
this suffix is `ci` so the default version of the build artifacts is `2.0.5-ci`. Change this suffix, for
example when building a release candidate or a full release.
For example, if building a release called `alpha2` the following command can be used:
Expand Down
2 changes: 1 addition & 1 deletion examples/deployment/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ This will result in the following Docker image being created which contains the
artifacts to be use by all deployments.
```console
deployment-example:2.0.4
deployment-example:2.0.5
```
## Install the Coherence Operator
Expand Down
4 changes: 2 additions & 2 deletions examples/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<parent>
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>examples-parent</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>deployment-example</artifactId>
<name>Coherence Operator Deployment Example</name>
<version>2.0.4</version>
<version>2.0.5</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>examples-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.4</version>
<version>2.0.5</version>

<description>Oracle Coherence Operator Examples Project</description>
<name>Oracle Coherence Operator Examples Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion java/coherence-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<artifactId>coherence-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<artifactId>operator-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/operator-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</parent>

<artifactId>operator-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<groupId>com.oracle.coherence.kubernetes</groupId>
<artifactId>operator-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.4</version>
<version>2.0.5</version>

<description>Oracle Coherence Kubernetes Operator Project</description>
<name>coherence-operator parent</name>
Expand Down

0 comments on commit bf828b6

Please sign in to comment.