Created
March 13, 2015 02:57
-
-
Save mbonaci/3d44fa3155d1a6cd2fe2 to your computer and use it in GitHub Desktop.
Replace Scala version part of artifactId in all poms
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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