Skip to content

Commit c552d53

Browse files
committed
Simple script to update plugin version.
1 parent 5aba507 commit c552d53

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
echo off
2+
if "%1" == "" (
3+
echo Provide a version number in the form x.x.x
4+
) else (
5+
mvn tycho-versions:set-version -DnewVersion=%1 -Dartifacts=net.servicestack.eclipse,ServiceStackEclipse.Repository,net.servicestack.eclipse.feature
6+
)

0 commit comments

Comments
 (0)