Skip to content

Updating the versions

Raffi Khatchadourian edited this page Mar 24, 2020 · 3 revisions

Update automatically using maven where new_version is the desired new version number:

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=new_version-SNAPSHOT

mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:update-eclipse-metadata -DnewVersion=new_version-SNAPSHOT

The first command seems to do the trick. Note that this only updates the versions and does not make release.

Clone this wiki locally