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/12/26 21:33:58 UTC

svn commit: r1553580 - 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: Thu Dec 26 20:33:58 2013
New Revision: 1553580

URL: http://svn.apache.org/r1553580
Log:
[maven-release-plugin] prepare release uima-ducc-1.0.0

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/pom.xml Thu Dec 26 20:33:58 2013
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -44,13 +44,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
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0
     </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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-agent/pom.xml Thu Dec 26 20:33:58 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,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-agent
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-agent
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-agent
     </url>
   </scm>
   

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-cli/pom.xml Thu Dec 26 20:33:58 2013
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-ducc-parent</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -39,13 +39,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-cli
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-cli
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-cli
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-common/pom.xml Thu Dec 26 20:33:58 2013
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 	
@@ -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-common
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-common
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Thu Dec 26 20:33:58 2013
@@ -17,7 +17,7 @@
   <parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -31,13 +31,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-duccdocs
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-duccdocs
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-duccdocs
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-examples/pom.xml Thu Dec 26 20:33:58 2013
@@ -23,7 +23,7 @@
    <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -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-examples
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-examples
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-examples
     </url>
   </scm>
   

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-jd/pom.xml Thu Dec 26 20:33:58 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -37,13 +37,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-jd
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-jd
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-jd
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Thu Dec 26 20:33:58 2013
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
     
@@ -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-orchestrator
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-orchestrator
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-orchestrator
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-parent/pom.xml Thu Dec 26 20:33:58 2013
@@ -28,7 +28,7 @@
 	</parent>
 
 	<artifactId>uima-ducc-parent</artifactId>
-	<version>1.0.0-SNAPSHOT</version>
+	<version>1.0.0</version>
 	<packaging>pom</packaging>
 
 	<!-- Special inheritance note even though the <scm> element that follows 
@@ -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-parent
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-parent
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-parent
     </url>
 	</scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-pm/pom.xml Thu Dec 26 20:33:58 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,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-pm
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-pm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-pm
     </url>
   </scm>
   

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-rm/pom.xml Thu Dec 26 20:33:58 2013
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -37,13 +37,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-rm
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-rm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-rm
     </url>
   </scm>
   

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-sm/pom.xml Thu Dec 26 20:33:58 2013
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.0</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -31,13 +31,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/sandbox/uima-ducc/tags/uima-ducc-1.0.0/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/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-sm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-sm
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-sm
     </url>
   </scm>
   

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-spawn/pom.xml Thu Dec 26 20:33:58 2013
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
@@ -29,13 +29,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-spawn
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-spawn
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-spawn
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-transport/pom.xml Thu Dec 26 20:33:58 2013
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
     <!-- Inherits groupid and version from the parent pom project coordinates -->
@@ -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-transport
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-transport
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-transport
     </url>
   </scm>
 

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=1553580&r1=1553579&r2=1553580&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/sandbox/uima-ducc/trunk/uima-ducc-web/pom.xml Thu Dec 26 20:33:58 2013
@@ -23,7 +23,7 @@
 	<parent>
 		<artifactId>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>1.0.0-SNAPSHOT</version>
+		<version>1.0.0</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -39,13 +39,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-web
+      scm:svn:http://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+      scm:svn:https://svn.apache.org/repos/asf/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-web
+      http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/tags/uima-ducc-1.0.0/uima-ducc-web
     </url>
   </scm>