Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Kaufman2021-03-04 16:56:54 +0000
committerJames Kaufman2021-03-04 17:00:12 +0000
commit550fb9fac78c342c934c89ad8f99d4e43b8e7b49 (patch)
tree28df84332a97d04111e08a80f0828216d1d0b311
parent6a2d04271163da6d519a6c4f785afea776846a86 (diff)
downloadstem-550fb9fac78c342c934c89ad8f99d4e43b8e7b49.tar.gz
stem-550fb9fac78c342c934c89ad8f99d4e43b8e7b49.tar.xz
stem-550fb9fac78c342c934c89ad8f99d4e43b8e7b49.zip
updated to reflect bundled java. testing GPG key signing
Signed-off-by: James Kaufman <jhkauf@us.ibm.com>
-rw-r--r--downloads.php4
-rw-r--r--readme.signoff.txt4
2 files changed, 5 insertions, 3 deletions
diff --git a/downloads.php b/downloads.php
index 9d3ac67..024c186 100644
--- a/downloads.php
+++ b/downloads.php
@@ -356,8 +356,8 @@ ob_start();
</center>
- <p>STEM is a standalone rich client platform (RCP). STEM requires at
- least Java-11. Java JREs from Oracle and IBM are supported.</p>
+ <p>STEM is a standalone rich client platform (RCP). As of STEM V4.0.3 the build includes
+ the required Java JSE.</p>
<p>
diff --git a/readme.signoff.txt b/readme.signoff.txt
index 7de4ec0..8eedaa9 100644
--- a/readme.signoff.txt
+++ b/readme.signoff.txt
@@ -1 +1,3 @@
- git commit --amend --signoff \ No newline at end of file
+ from command line
+
+ git commit --amend --signoff && git push \ No newline at end of file

Back to the top