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 42bdcdc commit 8690c72Copy full SHA for 8690c72
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.scijava</groupId>
7
<artifactId>pom-scijava</artifactId>
8
- <version>17.1.1</version>
+ <version>26.0.0</version>
9
<relativePath />
10
</parent>
11
@@ -88,8 +88,8 @@
88
Wisconsin-Madison.</license.copyrightOwners>
89
<license.excludes>**/script_templates/**</license.excludes>
90
91
- <!-- NB: Deploy releases to the ImageJ Maven repository. -->
92
- <releaseProfiles>deploy-to-imagej</releaseProfiles>
+ <!-- NB: Deploy releases to the SciJava Maven repository. -->
+ <releaseProfiles>deploy-to-scijava</releaseProfiles>
93
94
<scala.version>2.12.1</scala.version>
95
</properties>
0 commit comments