Skip to content

Commit 1403818

Browse files
committed
release-version.sh: update for the ImgLib2 split
The ImgLib2 project is no longer a multi-module build, but now lives in separate Git repositories as individual components, analogous to the SciJava, SCIFIO, ImageJ and Fiji organizations. The pom-imglib2 parent POM will be released to OSS Sonatype. The net.imglib2:imglib2 artifact will be released to Sonatype as well. The other imglib2-* artifacts will continue to be released to the ImageJ Maven repository for the time being, until they come out of beta.
1 parent a71078c commit 1403818

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

release-version.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@ BASE_GAV="$(maven_helper gav-from-pom pom.xml)" ||
8888
die "Could not obtain GAV coordinates for base project"
8989

9090
case "$BASE_GAV" in
91-
net.imglib2:pom-imglib2:2.0.0-*SNAPSHOT)
92-
test -n "$TAG" || TAG=-Dtag=imglib2-$VERSION
93-
test -n "$DEV_VERSION" ||
94-
DEV_VERSION=-DdevelopmentVersion=2.0.0-SNAPSHOT
95-
;;
9691
net.imagej:imagej-launcher:*)
9792
SKIP_DEPLOY=t
9893
;;
@@ -110,7 +105,9 @@ org.scijava:pom-jython-shaded:*)
110105
|org.scijava:swing-checkbox-tree:*|org.scijava:jep:*|*:scijava-maven-plugin:*\
111106
|org.scijava:native-lib-loader:*|org.scijava:scijava-log-slf4j:*\
112107
|*:imagej-maven-plugin:*\
113-
|org.scijava:pom-scijava:*|io.scif:pom-scifio:*|net.imagej:pom-imagej:*)
108+
|net.imglib2:imglib2:*\
109+
|org.scijava:pom-scijava:*|net.imglib2:pom-imglib2:*\
110+
|io.scif:pom-scifio:*|net.imagej:pom-imagej:*)
114111
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
115112
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
116113
PROFILE=-Psonatype-oss-release

0 commit comments

Comments
 (0)