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 2020/01/15 19:19:36 UTC

svn commit: r1872836 - /uima/uima-as/trunk/uima-as-parent/pom.xml

Author: cwiklik
Date: Wed Jan 15 19:19:36 2020
New Revision: 1872836

URL: http://svn.apache.org/viewvc?rev=1872836&view=rev
Log:
Undone recent change to scm section. Accidentally copied uimaj parent pom scm reference

Modified:
    uima/uima-as/trunk/uima-as-parent/pom.xml

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1872836&r1=1872835&r2=1872836&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Wed Jan 15 19:19:36 2020
@@ -34,18 +34,16 @@
 	<url>${uimaWebsiteUrl}</url>
 
 	<scm>
-	  <connection>
-             scm:git:https://github.com/apache/uima-uimaj/uimaj-parent
-          </connection>
-	  <developerConnection>
-             scm:git:https://github.com/apache/uima-uimaj/uimaj-parent
-          </developerConnection>
-	  <url>
-             https://github.com/apache/uima-uimaj/tree/master/uimaj-parent
-          </url>
+		<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </connection>
+		<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </developerConnection>
+		<url>
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.10.2/uima-as-parent
+    </url>
 	</scm>
-
-
 	<!-- The repositories section is duplicated from the parent pom one, and 
 		adds the Apache Snapshot Nexus repository where UIMA snapshots are deployed. 
 		This is needed if for instance, a project depends on some new SNAPSHOT level