From e5eeeca28b92d2177e1be7317250357fd00fdf94 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:08:28 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/private/luca.frosini/resource-registry-database-creator@181936 82a268e6-3cf1-43bd-a215-b396298e98cf --- .classpath | 2 +- pom.xml | 6 +++--- .../resourceregistry/context/ContextManagementTest.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.classpath b/.classpath index 8e795b1..fae1a2b 100644 --- a/.classpath +++ b/.classpath @@ -22,7 +22,7 @@ - + diff --git a/pom.xml b/pom.xml index 0863d69..321a862 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId} - https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + https://code-repo.d4science.org/gCubeSystem/${project.artifactId} diff --git a/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java b/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java index 152bdb3..6f68d65 100644 --- a/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java +++ b/src/test/java/org/gcube/informationsystem/resourceregistry/context/ContextManagementTest.java @@ -14,8 +14,8 @@ public class ContextManagementTest extends ContextTest { @Test public void createContexts() throws Exception { //ScopedTest.setContext(ScopedTest.PROD); - ContextCreator contextCreator = new ContextCreator(); - contextCreator.all(); + //ContextCreator contextCreator = new ContextCreator(); + //contextCreator.all(); }