Skip to content

Commit 997cb6b

Browse files
authored
Update update-version.sh (#354)
1 parent aef29ab commit 997cb6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commit_files() {
2626
git checkout -b ${NEW_VERSION}
2727

2828
# Stage the modified files
29-
git add ./pom.xml ./**/*/pom.xml
29+
git add ./**/pom.xml
3030

3131
# Print the current files we are going to commit
3232
git status

0 commit comments

Comments
 (0)