Skip to content

Commit 1240054

Browse files
committed
release-version.sh: deploy pom-scifio to Sonatype
1 parent 57a6fb8 commit 1240054

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

release-version.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ net.imagej:imagej-launcher:*)
100100
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*\
101101
|org.scijava:swing-checkbox-tree:*|org.scijava:jep:*|*:scijava-maven-plugin:*\
102102
|org.scijava:native-lib-loader:*|org.scijava:scijava-log-slf4j:*\
103-
|*:imagej-maven-plugin:*|org.scijava:pom-scijava:*|net.imagej:pom-imagej:*)
103+
|*:imagej-maven-plugin:*\
104+
|org.scijava:pom-scijava:*|io.scif:pom-scifio:*|net.imagej:pom-imagej:*)
104105
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
105106
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
106107
PROFILE=-Psonatype-oss-release

0 commit comments

Comments
 (0)