We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d892adc commit de8b2d5Copy full SHA for de8b2d5
1 file changed
release-version.sh
@@ -107,6 +107,8 @@ net.imagej:imagej-maven-plugin:*|\
107
net.imagej:pom-imagej:*|\
108
net.imglib2:imglib2:*|\
109
net.imglib2:pom-imglib2:*|\
110
+org.scijava:java3d-core:*|\
111
+org.scijava:java3d-utils:*|\
112
org.scijava:jep:*|\
113
org.scijava:junit-benchmarks:*|\
114
org.scijava:minimaven:*|\
@@ -117,7 +119,8 @@ org.scijava:scijava-config:*|\
117
119
org.scijava:scijava-expression-parser:*|\
118
120
org.scijava:scijava-log-slf4j:*|\
121
org.scijava:scijava-maven-plugin:*|\
-org.scijava:swing-checkbox-tree:*)
122
+org.scijava:swing-checkbox-tree:*|\
123
+org.scijava:vecmath:*)
124
test -n "$GPG_KEYNAME" || die "Need to set GPG_KEYNAME"
125
test -n "$GPG_PASSPHRASE" || die "Need to set GPG_PASSPHRASE"
126
PROFILE=-Psonatype-oss-release
0 commit comments