You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2014/09/16 12:38:07 UTC

git commit: :MARMOTTA-508: switched to the ldp test suite 0.1.0, which now is availabkle from maven central

Repository: marmotta
Updated Branches:
  refs/heads/ldp 119454412 -> b5a90a928


:MARMOTTA-508: switched to the ldp test suite 0.1.0, which now is availabkle from maven central


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/b5a90a92
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/b5a90a92
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/b5a90a92

Branch: refs/heads/ldp
Commit: b5a90a928edddde0dd3516d5b65855be1c0ea16b
Parents: 1194544
Author: Sergio Fernández <wi...@apache.org>
Authored: Tue Sep 16 12:37:23 2014 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Tue Sep 16 12:37:23 2014 +0200

----------------------------------------------------------------------
 platform/marmotta-ldp/pom.xml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/b5a90a92/platform/marmotta-ldp/pom.xml
----------------------------------------------------------------------
diff --git a/platform/marmotta-ldp/pom.xml b/platform/marmotta-ldp/pom.xml
index 393f3e7..9da2775 100644
--- a/platform/marmotta-ldp/pom.xml
+++ b/platform/marmotta-ldp/pom.xml
@@ -278,11 +278,10 @@
             <scope>test</scope>
         </dependency>
 
-        <!-- TODO: to be removed as soon as there is one release -->
         <dependency>
             <groupId>org.w3</groupId>
             <artifactId>ldp-testsuite</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>0.1.0</version>
             <scope>test</scope>
             <exclusions>
                 <exclusion>
@@ -298,13 +297,4 @@
 
     </dependencies>
 
-    <!-- TODO: to be removed as soon as there is one release -->
-    <repositories>
-        <repository>
-            <id>sonatype.snapshots</id>
-            <name>ASS Sonatype Snapshots Repository</name>
-            <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
-        </repository>
-    </repositories>
-
 </project>