File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020# Note that this will not necessarily work as intended with non-GNU sed (e.g. OS X)
2121
2222find . -name ' pom.xml' | grep -v target \
23- | xargs -I {} sed -i -e ' s/\(artifactId.*\)_2.10 /\1_2.11 /g' {}
23+ | xargs -I {} sed -i -e ' s/\(artifactId.*\)_2.11 /\1_2.10 /g' {}
2424
2525# Also update <scala.binary.version> in parent POM
26- sed -i -e ' 0,/<scala\.binary\.version>2.10 </s//<scala.binary.version>2.11 </' pom.xml
26+ sed -i -e ' 0,/<scala\.binary\.version>2.11 </s//<scala.binary.version>2.10 </' pom.xml
Original file line number Diff line number Diff line change 2020# Note that this will not necessarily work as intended with non-GNU sed (e.g. OS X)
2121
2222find . -name ' pom.xml' | grep -v target \
23- | xargs -I {} sed -i -e ' s/\(artifactId.*\)_2.11 /\1_2.10 /g' {}
23+ | xargs -I {} sed -i -e ' s/\(artifactId.*\)_2.10 /\1_2.11 /g' {}
2424
2525# Also update <scala.binary.version> in parent POM
26- sed -i -e ' 0,/<scala\.binary\.version>2.11 </s//<scala.binary.version>2.10 </' pom.xml
26+ sed -i -e ' 0,/<scala\.binary\.version>2.10 </s//<scala.binary.version>2.11 </' pom.xml
You can’t perform that action at this time.
0 commit comments