We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1978700 commit 67ebfe8Copy full SHA for 67ebfe8
set-version.sh
@@ -7,7 +7,7 @@ fi
7
8
newVersion=$1
9
10
-mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=$newVersion
+mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:0.21.0:set-version -DnewVersion=$newVersion
11
12
find -name MANIFEST.MF | xargs dos2unix
13
find -name site.xml | xargs sed -i 's#feature url="com#feature url="features/com#'
0 commit comments