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(); }