Skip to content

Commit

Permalink
Use -Dtycho.mode=maven when changing versions
Browse files Browse the repository at this point in the history
We skip the p2 resolution step and therefore perform the change much
quicker.
  • Loading branch information
rombert committed Dec 20, 2011
1 parent c7cbfb7 commit a5cc730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion set-version.sh
Expand Up @@ -7,7 +7,7 @@ fi

newVersion=$1

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

find -name MANIFEST.MF | xargs dos2unix
find -name site.xml | xargs sed -i 's#feature url="com#feature url="features/com#'
Expand Down

0 comments on commit a5cc730

Please sign in to comment.