-
Notifications
You must be signed in to change notification settings - Fork 40
Version release
Allan C. M. Lira edited this page Dec 17, 2020
·
1 revision
Totalcross insiders tutorial to launch versions:
-
Build
totalcross
either in CI or manually;- Unzip the
*.zip
; - In the
dist
folder you will see the filetotalcross-sdk.jar
;
- Unzip the
-
Upload
totalcross-sdk.jar
in artifactory:- Go to https://maven.totalcross.com/;
- If you are an insider you will have a valid login;
- Browse to artifacts tab;
- Choose (click) which repository you want to upload to, this will directly affect the user experience (ex.
repo1
,nightly
,release
); - Click on
Deploy
; - The files you will upload are the ones in
TotalCrossSDK/build
;-
The first one is
totalcross-sdk
, this has the version tag and will fill all fields of the form, but you will have to mark the generate pom.xml checkbox; -
The other two are:
-
totalcross-sdk-x.x.x-javadoc.jar
; -
totalcross-sdk-x.x.x-sources.jar
.
The only difference is that it will not automatically fill in the fields:
org name classifier version com.totalcross totalcross-sdk sources or javadoc x.x.x You will not have to mark the generate pom.xml checkbox.
-
-
-
Upload the
*.zip
into AWS S3 bucket:- If you are an insider you will have a valid login;
- Browse to S3 Bucket5 list;
- Upload the file to the release folder;
- After uploading, make the file public.