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:00 UTC

svn commit: r1752479 - /uima/uima-ducc/trunk/uima-ducc-user/pom.xml

Author: cwiklik
Date: Wed Jul 13 18:00:59 2016
New Revision: 1752479

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

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

Modified: uima/uima-ducc/trunk/uima-ducc-user/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-user/pom.xml?rev=1752479&r1=1752478&r2=1752479&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-user/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-user/pom.xml Wed Jul 13 18:00:59 2016
@@ -38,13 +38,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-user
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-user
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-user
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-user
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-user
+      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-user
     </url>
   </scm>