File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ exec 6>&1 1>&2
113
113
current_version () {
114
114
# shellcheck disable=SC2086
115
115
mvn ${MAVEN_ARGS} -q \
116
- -f " ${WS_DIR} " /file .xml \
116
+ -f " ${WS_DIR} " /pom .xml \
117
117
-Dexec.executable=" echo" \
118
118
-Dexec.args=" \$ {project.version}" \
119
119
--non-recursive \
@@ -151,7 +151,7 @@ update_version(){
151
151
152
152
# shellcheck disable=SC2086
153
153
mvn ${MAVEN_ARGS} " ${ARGS[@]} " \
154
- -f ${WS_DIR} /parent/file .xml versions:set versions:set-property \
154
+ -f ${WS_DIR} /parent/pom .xml versions:set versions:set-property \
155
155
-DgenerateBackupPoms=" false" \
156
156
-DnewVersion=" ${version} " \
157
157
-Dproperty=" helidon.version" \
@@ -270,7 +270,8 @@ deploy_snapshot() {
270
270
# property. The deployAtEnd option requires version 3.0.0 of maven-deploy-plugin
271
271
# or newer to work correctly on multi-module systems
272
272
set -x
273
- mvn " ${MAVEN_ARGS} " -e clean deploy \
273
+ # shellcheck disable=SC2086
274
+ mvn ${MAVEN_ARGS} -e clean deploy \
274
275
-Parchetypes \
275
276
-DskipTests \
276
277
-DaltDeploymentRepository=" ossrh::${NEXUS_SNAPSHOT_URL} " \
You can’t perform that action at this time.
0 commit comments