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 2013/11/08 21:52:19 UTC

svn commit: r1540180 - in /uima/sandbox/uima-ducc/trunk: ./ uima-ducc-agent/ uima-ducc-cli/ uima-ducc-common/ uima-ducc-duccdocs/ uima-ducc-examples/ uima-ducc-jd/ uima-ducc-orchestrator/ uima-ducc-parent/ uima-ducc-pm/ uima-ducc-rm/ uima-ducc-sm/ uima...

Author: cwiklik
Date: Fri Nov  8 20:52:18 2013
New Revision: 1540180

URL: http://svn.apache.org/r1540180
Log:
UIMA-2881 added scm configuration

Modified:
    uima/sandbox/uima-ducc/trunk/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml
    uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml

Modified: uima/sandbox/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Fri Nov  8 20:52:18 2013
@@ -40,13 +40,13 @@
 		cutting/pasting the <scm> element, and just changing the following two properties -->
 	<scm>
 		<connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/trunk
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk
     </url>
 	</scm>
 

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml Fri Nov  8 20:52:18 2013
@@ -23,6 +23,23 @@
   <!-- Uses default packaging ie. jar                                       -->
   <artifactId>uima-ducc-agent</artifactId>
  
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+    </url>
+  </scm>
+	
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
         <dependency>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Fri Nov  8 20:52:18 2013
@@ -21,6 +21,22 @@
 	<version>1.0.0-SNAPSHOT</version>
 	<relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+    </url>
+  </scm>
 
   <properties>
     <DUCC_CP>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml Fri Nov  8 20:52:18 2013
@@ -25,6 +25,22 @@
     <!-- Inherits groupid and version from the parent pom project coordinates -->
     <!-- Uses default packaging ie. jar                                       -->
 	<artifactId>uima-ducc-common</artifactId>
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+    </url>
+  </scm>
 
 </project>
 	

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Fri Nov  8 20:52:18 2013
@@ -24,6 +24,23 @@
     <artifactId>uima-ducc-duccdocs</artifactId>
     <packaging>pom</packaging>
 
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+    </url>
+  </scm>
+
     <pluginRepositories>
         <pluginRepository>
             <id>maven-latex-plugin-repo</id>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml Fri Nov  8 20:52:18 2013
@@ -24,6 +24,24 @@
   <!-- Uses default packaging ie. jar  --> 
   <artifactId>uima-ducc-examples</artifactId>
   
+   <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+    </url>
+  </scm>
+  
+  
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
         <dependency>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Fri Nov  8 20:52:18 2013
@@ -25,6 +25,22 @@
   <groupId>org.apache.uima</groupId>
   <version>1.0.0-SNAPSHOT</version>
   
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+    </url>
+  </scm>
 
   <dependencies>
         <!-- Dependencies on other DUCC projects -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Fri Nov  8 20:52:18 2013
@@ -23,6 +23,23 @@
   <!-- Inherits groupid and version from the parent pom project coordinates -->
   <!-- Uses default packaging ie. jar                                       -->
   <artifactId>uima-ducc-orchestrator</artifactId>
+  
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+    </url>
+  </scm>
 
   <dependencies>
         <!-- Dependencies on other DUCC projects -->

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Fri Nov  8 20:52:18 2013
@@ -26,6 +26,22 @@
 	<version>1.0.0-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+    </url>
+  </scm>
 
  <!-- The repositories section is duplicated from
        the parent pom one, and adds the Apache Snapshot Nexus repository

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml Fri Nov  8 20:52:18 2013
@@ -23,6 +23,23 @@
   <!-- Uses default packaging ie. jar                                       -->
   <artifactId>uima-ducc-pm</artifactId>
   
+   <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+    </url>
+  </scm>
+  
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
         <dependency>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml Fri Nov  8 20:52:18 2013
@@ -23,6 +23,23 @@
   <!-- Uses default packaging ie. jar  -->         
   <artifactId>uima-ducc-rm</artifactId>
   
+   <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+    </url>
+  </scm>
+  
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
         <dependency>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml Fri Nov  8 20:52:18 2013
@@ -24,6 +24,23 @@
   <!-- Uses default packaging ie. jar  --> 
   <artifactId>uima-ducc-sm</artifactId>
   
+   <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+    </url>
+  </scm>
+  
   <dependencies>
         <!-- Dependencies on other DUCC projects -->
         <dependency>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml Fri Nov  8 20:52:18 2013
@@ -15,11 +15,28 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>0.8.0-SNAPSHOT</version>
+		<version>1.0.0-SNAPSHOT</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
     <artifactId>uima-ducc-spawn</artifactId>
     <packaging>pom</packaging>
 
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+    </url>
+  </scm>
+
 </project>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml Fri Nov  8 20:52:18 2013
@@ -25,6 +25,23 @@
     <!-- Uses default packaging ie. jar                                       -->
 	<artifactId>uima-ducc-transport</artifactId>
 
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+    </url>
+  </scm>
+
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.uima</groupId>

Modified: uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1540180&r1=1540179&r2=1540180&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Fri Nov  8 20:52:18 2013
@@ -26,6 +26,23 @@
 	<artifactId>uima-ducc-web</artifactId>
 	<!-- >packaging>pom</packaging -->
 
+ <!-- Special inheritance note even though the <scm> element that follows 
+		is exactly the same as those in super poms, it cannot be inherited because 
+		there is some special code that computes the connection 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>
+	<connection>
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+    </connection>
+	<developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+    </developerConnection>
+	<url>
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+    </url>
+  </scm>
+
 	<properties>
 		<jetty-version>7.4.4.v20110707</jetty-version>
 		<jetty-orbit-url>http://download.eclipse.org/jetty/orbit</jetty-orbit-url>