Skip to content

Commit

Permalink
Merge pull request #66 from companieshouse/reverse-versions-maven-plu…
Browse files Browse the repository at this point in the history
…gin-depedency-via-make-file

reverse-versions-maven-plugin-depedency-via-make-file
  • Loading branch information
pshdev0 authored Nov 19, 2024
2 parents b23ae47 + efa2154 commit 4f77327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ifndef version
$(error No version given. Aborting)
endif
$(info Packaging version: $(version))
mvn org.codehaus.mojo:versions-maven-plugin:2.17.1:set -DnewVersion=$(version) -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=$(version) -DgenerateBackupPoms=false
mvn package -DskipTests=true

.PHONY: dist
Expand Down

0 comments on commit 4f77327

Please sign in to comment.