Skip to content

Commit b6eff23

Browse files
committed
Baaad tyop
Maven activates profiles via the -P option, not the -D option. While at it, break the line to make it a bit nicer to read. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent b003cb7 commit b6eff23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bump-pom-scijava.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,5 @@ commit_and_push "Increase pom-scijava version to $new_version" \
224224
-m "$message" $pom
225225

226226
test -n "$skip_commit" ||
227-
mvn -DupdateReleaseInfo=true -Dsonatype-oss-release deploy nexus-staging:release
227+
mvn -DupdateReleaseInfo=true -Psonatype-oss-release \
228+
deploy nexus-staging:release

0 commit comments

Comments
 (0)