You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2013/11/26 10:44:53 UTC

svn commit: r1545584 - in /uima/sandbox/ruta/trunk: ./ ruta-core/ ruta-docbook/ ruta-eclipse-feature/ ruta-eclipse-update-site/ ruta-ep-addons/ ruta-ep-caseditor/ ruta-ep-engine/ ruta-ep-ide-ui/ ruta-ep-ide/ ruta-ep-textruler/ ruta-parent/

Author: pkluegl
Date: Tue Nov 26 09:44:52 2013
New Revision: 1545584

URL: http://svn.apache.org/r1545584
Log:
UIMA-3455
- updated scm info in pom

Modified:
    uima/sandbox/ruta/trunk/pom.xml
    uima/sandbox/ruta/trunk/ruta-core/pom.xml
    uima/sandbox/ruta/trunk/ruta-docbook/pom.xml
    uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml
    uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
    uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml
    uima/sandbox/ruta/trunk/ruta-parent/pom.xml

Modified: uima/sandbox/ruta/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/pom.xml (original)
+++ uima/sandbox/ruta/trunk/pom.xml Tue Nov 26 09:44:52 2013
@@ -42,9 +42,9 @@
     elements from the chain of parent poms, if this is omitted. Keeping this a bit factored allows cutting/pasting 
     the <scm> element, and just changing the following two properties -->
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk</developerConnection>
   </scm>
 
   <!-- dependencies used during assembly -->

Modified: uima/sandbox/ruta/trunk/ruta-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-core/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-core/pom.xml Tue Nov 26 09:44:52 2013
@@ -105,9 +105,9 @@
 
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-core</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-core</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-core</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-core</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-core</developerConnection>
   </scm>
   <build>
     <pluginManagement>

Modified: uima/sandbox/ruta/trunk/ruta-docbook/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-docbook/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-docbook/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-docbook/pom.xml Tue Nov 26 09:44:52 2013
@@ -31,9 +31,9 @@
   <name>Apache UIMA Ruta Documentation</name>
   <url>${uimaWebsiteUrl}</url>
   <scm>
-  	<url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-docbook</url>
-  	<connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-docbook</connection>
-  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-docbook</developerConnection>
+  	<url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-docbook</url>
+  	<connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-docbook</connection>
+  	<developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-docbook</developerConnection>
   </scm>
   <properties>
   	<uimaScmProject>${project.artifactId}</uimaScmProject>

Modified: uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-eclipse-feature/pom.xml Tue Nov 26 09:44:52 2013
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-feature
+      scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-eclipse-feature
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-feature
+      scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-eclipse-feature
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-feature
+      http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-eclipse-feature
     </url>
   </scm>
   

Modified: uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-eclipse-update-site/pom.xml Tue Nov 26 09:44:52 2013
@@ -37,13 +37,13 @@
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-update-site
+      scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-eclipse-update-site
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-eclipse-update-site
+      scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-eclipse-update-site
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-eclipse-update-site
+      http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-eclipse-update-site
     </url>
   </scm>
   

Modified: uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-addons/pom.xml Tue Nov 26 09:44:52 2013
@@ -167,9 +167,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-addons</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-addons</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-addons</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-addons</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-addons</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-addons</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->

Modified: uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-caseditor/pom.xml Tue Nov 26 09:44:52 2013
@@ -34,9 +34,9 @@
   <url>${uimaWebsiteUrl}</url>
   <description>Provides additional views for the CAS Editor</description>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-caseditor</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-caseditor</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-caseditor</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-caseditor</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-caseditor</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-caseditor</developerConnection>
   </scm>
   <dependencies>
     <dependency>

Modified: uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-engine/pom.xml Tue Nov 26 09:44:52 2013
@@ -159,9 +159,9 @@ licensed under the Common Public License
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-engine</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-engine</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-engine</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-engine</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-engine</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-engine</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead 

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide-ui/pom.xml Tue Nov 26 09:44:52 2013
@@ -234,9 +234,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide-ui</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide-ui</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide-ui</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide-ui</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-ide-ui</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-ide-ui</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->

Modified: uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-ide/pom.xml Tue Nov 26 09:44:52 2013
@@ -122,9 +122,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-ide</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-ide</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-ide</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-ide</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-ide</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->

Modified: uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-ep-textruler/pom.xml Tue Nov 26 09:44:52 2013
@@ -148,9 +148,9 @@
     </dependency>
   </dependencies>
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-ep-textruler</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-textruler</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-ep-textruler</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-ep-textruler</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-textruler</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-textruler</developerConnection>
   </scm>
   <build>
     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->

Modified: uima/sandbox/ruta/trunk/ruta-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-parent/pom.xml?rev=1545584&r1=1545583&r2=1545584&view=diff
==============================================================================
--- uima/sandbox/ruta/trunk/ruta-parent/pom.xml (original)
+++ uima/sandbox/ruta/trunk/ruta-parent/pom.xml Tue Nov 26 09:44:52 2013
@@ -46,9 +46,9 @@
        Keeping this a bit factored allows cutting/pasting the <scm>
        element, and just changing the following two properties -->
   <scm>
-    <url>http://svn.apache.org/viewvc/uima/sandbox/ruta/trunk/ruta-parent</url>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/ruta/trunk/ruta-parent</developerConnection>
+    <url>http://svn.apache.org/viewvc/uima/ruta/trunk/ruta-parent</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-parent</developerConnection>
   </scm>
 
   <!-- The repositories and pluginRepositories section is duplicated from the parent pom one, and adds