Skip to content

Commit 6597ad7

Browse files
authored
Merge pull request #2 from ctrueden/imagej-to-scijava
Update to SciJava Maven repository
2 parents af30fc5 + b49eb1e commit 6597ad7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
jdk: oraclejdk8
2+
jdk: openjdk8
33
branches:
44
only:
55
- master

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.scijava</groupId>
77
<artifactId>pom-scijava</artifactId>
8-
<version>23.2.0</version>
8+
<version>26.0.0</version>
99
<relativePath />
1010
</parent>
1111

@@ -107,14 +107,14 @@
107107
<license.copyrightOwners>University of Basel, Switzerland</license.copyrightOwners>
108108
<maven.source.skip>true</maven.source.skip>
109109

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>
112112
</properties>
113113

114114
<repositories>
115115
<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>
118118
</repository>
119119
</repositories>
120120

0 commit comments

Comments
 (0)