Skip to content

Commit 6636585

Browse files
committed
Update maven.imagej.net -> maven.scijava.org
1 parent 7b3e900 commit 6636585

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/scijava/maven/plugin/BumpMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ private String latestVersion(final String groupId, final String artifactId)
162162
}
163163

164164
private final static String IMAGEJ_REPOSITORY_URL =
165-
"http://maven.imagej.net/content/groups/public";
165+
"https://maven.scijava.org/content/groups/public";
166166

167167
private void makeImageJRepositoryKnown() throws MojoExecutionException {
168168
for (final RemoteRepository repository : remoteRepositories) {

src/main/java/org/scijava/maven/plugin/install/InstallArtifactMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public void execute() throws MojoExecutionException, MojoFailureException {
214214
}
215215

216216
// Add ImageJ remote repository
217-
repoList.add(parseRepository("http://maven.imagej.net/content/groups/public", always));
217+
repoList.add(parseRepository("https://maven.scijava.org/content/groups/public", always));
218218

219219
/*
220220
* Determine GAV to download

0 commit comments

Comments
 (0)