You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by cw...@apache.org on 2016/07/13 18:01:47 UTC

svn commit: r1752482 - /uima/uima-ducc/trunk/uima-ducc-sm/pom.xml

Author: cwiklik
Date: Wed Jul 13 18:01:47 2016
New Revision: 1752482

URL: http://svn.apache.org/viewvc?rev=1752482&view=rev
Log:
UIMA-4911 update SCM to remove sandbox from path

Modified:
    uima/uima-ducc/trunk/uima-ducc-sm/pom.xml

Modified: uima/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1752482&r1=1752481&r2=1752482&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-sm/pom.xml Wed Jul 13 18:01:47 2016
@@ -33,13 +33,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
   <scm>
 	<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-sm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-sm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-sm
     </url>
   </scm>