Skip to content

Instantly share code, notes, and snippets.

@mbonaci
Created March 13, 2015 02:57
Show Gist options
  • Save mbonaci/3d44fa3155d1a6cd2fe2 to your computer and use it in GitHub Desktop.
Save mbonaci/3d44fa3155d1a6cd2fe2 to your computer and use it in GitHub Desktop.
Replace Scala version part of artifactId in all poms
find . -name 'pom.xml' | grep -v target | xargs -I {} sed -i -e 's|\(artifactId.*\)_2.10|\1_2.11|g' {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment