From bfc6f0b7665313ff315406aff23768c757144382 Mon Sep 17 00:00:00 2001 From: Curtis Rueden Date: Fri, 7 Nov 2014 17:12:16 -0600 Subject: [PATCH] POM: use the single imagej.public repository group --- T2-NIT/pom.xml | 10 +++------- T2-TreelineGraph/pom.xml | 10 +++------- TrakEM2_/pom.xml | 14 +++----------- VectorString/pom.xml | 10 +++------- pom.xml | 10 +++------- 5 files changed, 15 insertions(+), 39 deletions(-) diff --git a/T2-NIT/pom.xml b/T2-NIT/pom.xml index 97f71a7a..4c63b8c2 100644 --- a/T2-NIT/pom.xml +++ b/T2-NIT/pom.xml @@ -31,15 +31,11 @@ - + - imagej.releases - http://maven.imagej.net/content/repositories/releases - - - imagej.snapshots - http://maven.imagej.net/content/repositories/snapshots + imagej.public + http://maven.imagej.net/content/groups/public diff --git a/T2-TreelineGraph/pom.xml b/T2-TreelineGraph/pom.xml index 047860ea..c6052106 100644 --- a/T2-TreelineGraph/pom.xml +++ b/T2-TreelineGraph/pom.xml @@ -28,15 +28,11 @@ - + - imagej.releases - http://maven.imagej.net/content/repositories/releases - - - imagej.snapshots - http://maven.imagej.net/content/repositories/snapshots + imagej.public + http://maven.imagej.net/content/groups/public diff --git a/TrakEM2_/pom.xml b/TrakEM2_/pom.xml index 9469256d..269843a2 100644 --- a/TrakEM2_/pom.xml +++ b/TrakEM2_/pom.xml @@ -119,19 +119,11 @@ - + - imagej.releases - http://maven.imagej.net/content/repositories/releases - - - imagej.snapshots - http://maven.imagej.net/content/repositories/snapshots - - - JBoss 3rdparty - https://repository.jboss.org/nexus/content/repositories/thirdparty-releases + imagej.public + http://maven.imagej.net/content/groups/public diff --git a/VectorString/pom.xml b/VectorString/pom.xml index bc9ed7f3..5bf5c56c 100644 --- a/VectorString/pom.xml +++ b/VectorString/pom.xml @@ -43,15 +43,11 @@ - + - imagej.releases - http://maven.imagej.net/content/repositories/releases - - - imagej.snapshots - http://maven.imagej.net/content/repositories/snapshots + imagej.public + http://maven.imagej.net/content/groups/public diff --git a/pom.xml b/pom.xml index d2a450f2..bb80baab 100644 --- a/pom.xml +++ b/pom.xml @@ -59,15 +59,11 @@ http://repo.or.cz/w/trakem2.git - + - imagej.releases - http://maven.imagej.net/content/repositories/releases - - - imagej.snapshots - http://maven.imagej.net/content/repositories/snapshots + imagej.public + http://maven.imagej.net/content/groups/public -- 2.11.4.GIT