Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Dirigible/Infrastructure/Update Release"

m
Line 6: Line 6:
 
Change Version
 
Change Version
  
 +
    mvn javadoc:javadoc
 
     mvn versions:set -DnewVersion=3.0.2
 
     mvn versions:set -DnewVersion=3.0.2
 
     mvn clean install
 
     mvn clean install

Revision as of 07:50, 19 May 2018

Update Release

Procedure


Change Version

   mvn javadoc:javadoc
   mvn versions:set -DnewVersion=3.0.2
   mvn clean install
   git commit -m "version set to 3.0.2 for release"
   git push
  1. Create Branch
  2. Build Release
  3. Update Downloads
  4. Update Trial

Change Version

   mvn versions:set -DnewVersion=3.0.3-SNAPSHOT
  1. Create News Article
  2. Mail to dirigible-dev@eclipse.org
  3. Share via social media
  4. Beer

Back to the top