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

cdmikechen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d21ad57 SUBMARINE-1384. Fix some versions that were already wrong
5d21ad57 is described below

commit 5d21ad57a99bc57996cf86becdfee92f37589186
Author: cdmikechen <cdmikec...@apache.org>
AuthorDate: Wed Jun 21 21:19:42 2023 +0800

    SUBMARINE-1384. Fix some versions that were already wrong
    
    ### What is this PR for?
    Fix some outdated versions
    
    ### What type of PR is it?
    Documentation
    
    ### Todos
    * [x] - Fix some versions and upgrade to right version
    
    ### What is the Jira issue?
    https://issues.apache.org/jira/browse/SUBMARINE-1384
    
    ### How should this be tested?
    NA
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Do the license files need updating? No
    * Are there breaking changes for older versions? No
    * Does this need new documentation? No
    
    Author: cdmikechen <cdmikec...@apache.org>
    
    Signed-off-by: cdmikechen <cdmikec...@apache.org>
    
    Closes #1072 from cdmikechen/SUBMARINE-1384 and squashes the following 
commits:
    
    3777cfa5 [cdmikechen] fix version
---
 website/docs/devDocs/Development.md                            | 2 +-
 website/docs/userDocs/submarine-sdk/pysubmarine/development.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/devDocs/Development.md 
b/website/docs/devDocs/Development.md
index 7d810685..5e37b2b6 100644
--- a/website/docs/devDocs/Development.md
+++ b/website/docs/devDocs/Development.md
@@ -44,7 +44,7 @@ A brief introduction about these components:
 
 ### Prerequisites
 
-- JDK 1.8
+- JDK 11
 - Maven 3.3 or later ( < 3.8.1 )
 - Docker
 
diff --git a/website/docs/userDocs/submarine-sdk/pysubmarine/development.md 
b/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
index 1cf7517b..a11941e7 100644
--- a/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
+++ b/website/docs/userDocs/submarine-sdk/pysubmarine/development.md
@@ -160,7 +160,7 @@ telepresence --new-deployment submarine-dev
 
 For Apache Submarine committer and PMCs to do a new release.
 
-1. Change the version from 0.x.x-SNAPSHOT to 0.x.x
+1. Change the version from 0.x.x.dev to 0.x.x
    in 
[setup.py](https://github.com/apache/submarine/blob/master/submarine-sdk/pysubmarine/setup.py)
 2. Install Python packages
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@submarine.apache.org
For additional commands, e-mail: dev-h...@submarine.apache.org

Reply via email to