We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17523cc commit 0e56cd9Copy full SHA for 0e56cd9
release-version.sh
@@ -101,7 +101,8 @@ net.sf.antcontrib:cpptasks-parallel:*|*:maven-nar-plugin:*)
101
PROFILE=-Psonatype-oss-release
102
INVALIDATE_NEXUS=t
103
;;
104
-*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*)
+*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*\
105
+|org.scijava:jep:*)
106
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
107
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
108
0 commit comments