Skip to content

Commit

Permalink
whitespace chages to pomSnapshotToLastGitTag.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MattNapsAlot committed Jul 24, 2012
1 parent 901dadc commit c6a451a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pomSnapshotToLastGitTag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#<version>GitTag</version>
# The new version number is the last Git tag


newVersion=`git describe --tags`
echo "Changing all pom.xml to version=$newVersion"
for f in `find . -name "pom.xml"` ; do
Expand Down

0 comments on commit c6a451a

Please sign in to comment.