You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2020/10/05 14:50:59 UTC

[openwhisk-runtime-java] branch master updated: fix docker image info in CHANGELOG (#115)

This is an automated email from the ASF dual-hosted git repository.

rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-java.git


The following commit(s) were added to refs/heads/master by this push:
     new accb33c  fix docker image info in CHANGELOG (#115)
accb33c is described below

commit accb33ca0a552e2153c4218ad54178ba7241b910
Author: David Grove <dg...@users.noreply.github.com>
AuthorDate: Mon Oct 5 10:50:51 2020 -0400

    fix docker image info in CHANGELOG (#115)
    
    * fix docker image info
    * add verb to bullet points about JDK version
---
 core/java8/CHANGELOG.md           | 6 +++---
 core/java8actionloop/CHANGELOG.md | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/core/java8/CHANGELOG.md b/core/java8/CHANGELOG.md
index f6d5a6c..9d900ee 100644
--- a/core/java8/CHANGELOG.md
+++ b/core/java8/CHANGELOG.md
@@ -21,14 +21,14 @@
 
 ## 1.15.0
   - Include latest security fixes with every build.
-  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
+  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
 
 ## 1.14.0
   - Support for __OW_ACTION_VERSION (openwhisk/4761)
-  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
+  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
 
 ## 1.13.0-incubating
-  - jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0
+  - Use jdk x86_64-ubuntu-jdk8u181-b13_openj9-0.9.0
 
 ## 1.1.4
 Changes:
diff --git a/core/java8actionloop/CHANGELOG.md b/core/java8actionloop/CHANGELOG.md
index 22810bc..2771b79 100644
--- a/core/java8actionloop/CHANGELOG.md
+++ b/core/java8actionloop/CHANGELOG.md
@@ -21,9 +21,9 @@
 
 ## 1.15.0
   - Include latest security fixes with every build.
-  - Adopt openjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
+  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u262-b10_openj9-0.21.0
   - Build proxy using go 1.15 and openwhisk-runtime-go 1.16.0
 
 ## 1.14.0
   - Initial release of actionloop-based Java Action
-  - adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1
+  - Use adoptopenjdk/openjdk8-openj9:x86_64-ubuntu-jdk8u222-b10_openj9-0.15.1