Skip to content

Commit 8fdc799

Browse files
committed
Let release-version.sh release SciJava's junit-benchmarks fork, too
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0f1a877 commit 8fdc799

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
@@ -101,7 +101,7 @@ net.sf.antcontrib:cpptasks-parallel:*|*:maven-nar-plugin:*)
101101
PROFILE=-Psonatype-oss-release
102102
INVALIDATE_NEXUS=t
103103
;;
104-
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*)
104+
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*)
105105
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
106106
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
107107
PROFILE=-Psonatype-oss-release

0 commit comments

Comments
 (0)