Skip to content

Instantly share code, notes, and snippets.

@olamy
Created July 5, 2011 11:28
Show Gist options
  • Save olamy/1064676 to your computer and use it in GitHub Desktop.
Save olamy/1064676 to your computer and use it in GitHub Desktop.
replace version in pom.xml
find . -name pom.xml | xargs -n1 perl -pi -e "s/1.0-SNAPSHOT/1.1-SNAPSHOT/g" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment