Skip to content

Commit 4eaec65

Browse files
committed
Changed scripts to ignore target.
1 parent 5167bea commit 4eaec65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/change-version-to-2.10.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# limitations under the License.
1818
#
1919

20-
find -name 'pom.xml' -exec sed -i 's|\(artifactId.*\)_2.11|\1_2.10|g' {} \;
20+
find \( -name 'pom.xml' -a -not -path 'target' \) -exec sed -i 's|\(artifactId.*\)_2.11|\1_2.10|g' {} \;

dev/change-version-to-2.11.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
# limitations under the License.
1818
#
1919

20-
find -name 'pom.xml' -exec sed -i 's|\(artifactId.*\)_2.10|\1_2.11|g' {} \;
20+
find \( -name 'pom.xml' -a -not -path 'target' \) -exec sed -i 's|\(artifactId.*\)_2.10|\1_2.11|g' {} \;

0 commit comments

Comments
 (0)