Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

Line 6: Line 6:
 
Change Version
 
Change Version
  
     <version>2.4.160519</version>      *.xml
+
     mvn versions:set -DnewVersion=3.0.2
    version="2.4.160519"                *.xml
+
    Bundle-Version: 2.4.160519          *.MF
+
  
 
# [https://github.com/eclipse/dirigible/ Create Branch]
 
# [https://github.com/eclipse/dirigible/ Create Branch]
Line 14: Line 12:
 
# [https://wiki.eclipse.org/Dirigible/Infrastructure/Update_Downloads Update Downloads]
 
# [https://wiki.eclipse.org/Dirigible/Infrastructure/Update_Downloads Update Downloads]
 
# [https://wiki.eclipse.org/Dirigible/Infrastructure/Update_Trial Update Trial]
 
# [https://wiki.eclipse.org/Dirigible/Infrastructure/Update_Trial Update Trial]
 +
 +
Change Version
 +
 +
    mvn versions:set -DnewVersion=3.0.3-SNAPSHOT
 +
 
# [https://github.com/dirigible-io/dirigible-io.github.io/tree/master/_posts/news Create News Article]
 
# [https://github.com/dirigible-io/dirigible-io.github.io/tree/master/_posts/news Create News Article]
 
# Mail to dirigible-dev@eclipse.org
 
# Mail to dirigible-dev@eclipse.org
 
# Share via social media
 
# Share via social media
 
# Beer
 
# Beer

Revision as of 10:38, 16 November 2017

Update Release

Procedure


Change Version

   mvn versions:set -DnewVersion=3.0.2
  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