diff --git a/do b/do index 2d88c23..00534cd 100755 --- a/do +++ b/do @@ -42,11 +42,11 @@ for ((cmd = 1; cmd <= $#; cmd++)) do ;; "cv") - sh ./mvnw versions:display-property-updates -U -P coverage,jib,mig,spotbugs + sh ./mvnw versions:display-property-updates ;; "uv") - sh ./mvnw versions:update-properties -U -P coverage,jib,mig,spotbugs + sh ./mvnw versions:update-properties ;; "dt") diff --git a/do.cmd b/do.cmd index 1c8e2a2..0891252 100644 --- a/do.cmd +++ b/do.cmd @@ -28,10 +28,10 @@ if [%1] == [w] ( mvn -N io.takari:maven:wrapper -Dmaven=%2 ) if [%1] == [cv] ( - mvnw versions:display-property-updates -U + mvnw versions:display-property-updates ) if [%1] == [uv] ( - mvnw versions:update-properties -U -P + mvnw versions:update-properties ) if [%1] == [dt] ( mvnw dependency:tree