Skip to content

Commit 0e56cd9

Browse files
committed
Deploy JEP to OSS Sonatype, too
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 17523cc commit 0e56cd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

release-version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ net.sf.antcontrib:cpptasks-parallel:*|*:maven-nar-plugin:*)
101101
PROFILE=-Psonatype-oss-release
102102
INVALIDATE_NEXUS=t
103103
;;
104-
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*)
104+
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*\
105+
|org.scijava:jep:*)
105106
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
106107
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
107108
PROFILE=-Psonatype-oss-release

0 commit comments

Comments
 (0)