Skip to content

Commit 809c8db

Browse files
committed
release-version.sh: make Sonatype list more clear
It is best to list the sole intended groupId for each. We definitely do not want these artifacts to match any groupId other than the intended one, _especially_ when attempting to release to OSS Sonatype.
1 parent 12caebe commit 809c8db

1 file changed

Lines changed: 17 additions & 9 deletions

File tree

release-version.sh

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -100,15 +100,23 @@ org.scijava:pom-jython-shaded:*)
100100
PROFILE=-Psonatype-oss-release
101101
INVALIDATE_NEXUS=t
102102
;;
103-
*:nar-maven-plugin:*|\
104-
*:scijava-common:*|*:ij1-patcher:*|*:minimaven:*|org.scijava:junit-benchmarks:*\
105-
|org.scijava:swing-checkbox-tree:*|org.scijava:jep:*|*:scijava-maven-plugin:*\
106-
|org.scijava:native-lib-loader:*|org.scijava:scijava-log-slf4j:*\
107-
|org.scijava:scijava-expression-parser:*\
108-
|*:imagej-maven-plugin:*\
109-
|net.imglib2:imglib2:*\
110-
|org.scijava:pom-scijava:*|net.imglib2:pom-imglib2:*\
111-
|io.scif:pom-scifio:*|net.imagej:pom-imagej:*)
103+
com.github.maven-nar:nar-maven-plugin:*|\
104+
io.scif:pom-scifio:*|\
105+
net.imagej:ij1-patcher:*|\
106+
net.imagej:imagej-maven-plugin:*|\
107+
net.imagej:pom-imagej:*|\
108+
net.imglib2:imglib2:*|\
109+
net.imglib2:pom-imglib2:*|\
110+
org.scijava:jep:*|\
111+
org.scijava:junit-benchmarks:*|\
112+
org.scijava:minimaven:*|\
113+
org.scijava:native-lib-loader:*|\
114+
org.scijava:pom-scijava:*|\
115+
org.scijava:scijava-common:*|\
116+
org.scijava:scijava-expression-parser:*|\
117+
org.scijava:scijava-log-slf4j:*|\
118+
org.scijava:scijava-maven-plugin:*|\
119+
org.scijava:swing-checkbox-tree:*)
112120
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
113121
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
114122
PROFILE=-Psonatype-oss-release

0 commit comments

Comments
 (0)