Skip to content

Commit 11ca913

Browse files
committed
release-version: default to deploy to imagej
Sets the default profile to be "deploy-to-imagej". This will cause pom-scijava projects to deploy to maven.imagej.net by default. OSS sonatype deploys should be special cased (as they already are) until all/the majority of projects migrate there.
1 parent 47a17ef commit 11ca913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ TAG=
2323
DEV_VERSION=
2424
EXTRA_ARGS=
2525
ALT_REPOSITORY=
26-
PROFILE=
26+
PROFILE=-Pdeploy-to-imagej
2727
INVALIDATE_NEXUS=
2828
DRY_RUN=
2929
while test $# -gt 0

0 commit comments

Comments
 (0)