File tree 2 files changed +6
-6
lines changed 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
language : java
2
- jdk : oraclejdk8
2
+ jdk : openjdk8
3
3
branches :
4
4
only :
5
5
- master
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.scijava</groupId >
7
7
<artifactId >pom-scijava</artifactId >
8
- <version >23.2 .0</version >
8
+ <version >26.0 .0</version >
9
9
<relativePath />
10
10
</parent >
11
11
107
107
<license .copyrightOwners>University of Basel, Switzerland</license .copyrightOwners>
108
108
<maven .source.skip>true</maven .source.skip>
109
109
110
- <!-- NB: Deploy releases to the ImageJ Maven repository. -->
111
- <releaseProfiles >deploy-to-imagej </releaseProfiles >
110
+ <!-- NB: Deploy releases to the SciJava Maven repository. -->
111
+ <releaseProfiles >deploy-to-scijava </releaseProfiles >
112
112
</properties >
113
113
114
114
<repositories >
115
115
<repository >
116
- <id >imagej .public</id >
117
- <url >http ://maven.imagej.net /content/groups/public</url >
116
+ <id >scijava .public</id >
117
+ <url >https ://maven.scijava.org /content/groups/public</url >
118
118
</repository >
119
119
</repositories >
120
120
You can’t perform that action at this time.
0 commit comments