Skip to content

Commit

Permalink
Update setversion.sh to set plugins/build.gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Apr 15, 2011
1 parent 04b0cf1 commit 4b4aa03
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@ echo MODIFIED: `pwd`/rundeckapp/application.properties
#modify core/build.gradle
perl -i'.orig' -p -e "s#^version\s*=.*\$#version = '$VERSION'#" `pwd`/core/build.gradle

echo MODIFIED: `pwd`/core/build.gradle
echo MODIFIED: `pwd`/core/build.gradle

#modify plugins/build.gradle
perl -i'.orig' -p -e "s#^version\s*=.*\$#version = '$VERSION'#" `pwd`/plugins/build.gradle

echo MODIFIED: `pwd`/plugins/build.gradle

0 comments on commit 4b4aa03

Please sign in to comment.