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 2018/02/19 15:21:37 UTC

svn commit: r1824760 - in /uima/uima-ducc/trunk: ./ uima-ducc-agent/ uima-ducc-cli/ uima-ducc-common/ uima-ducc-container/ uima-ducc-database/ uima-ducc-duccdocs/ uima-ducc-examples/ uima-ducc-orchestrator/ uima-ducc-parent/ uima-ducc-pm/ uima-ducc-rm/...

Author: cwiklik
Date: Mon Feb 19 15:21:36 2018
New Revision: 1824760

URL: http://svn.apache.org/viewvc?rev=1824760&view=rev
Log:
[maven-release-plugin] prepare release uima-ducc-2.2.2

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

Modified: uima/uima-ducc/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/pom.xml (original)
+++ uima/uima-ducc/trunk/pom.xml Mon Feb 19 15:21:36 2018
@@ -26,7 +26,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</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/uima-ducc/trunk
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2
     </url>
 	</scm>
 
@@ -209,7 +209,7 @@
 		</dependency>
 	</dependencies>
 	<build>
-		<resources/>
+		<resources />
 
 
 

Modified: uima/uima-ducc/trunk/uima-ducc-agent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-agent/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-agent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-agent/pom.xml Mon Feb 19 15:21:36 2018
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-agent
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-agent
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-agent
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-agent
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-agent
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-agent
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-cli/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-cli/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-cli/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-cli/pom.xml Mon Feb 19 15:21:36 2018
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-ducc-parent</artifactId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
 
@@ -41,13 +41,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/uima-ducc-cli
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-cli
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-cli
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-cli
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-cli
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-cli
     </url>
   </scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-common/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-common/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-common/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-common/pom.xml Mon Feb 19 15:21:36 2018
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 	
@@ -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/uima-ducc-common
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-common
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-common
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-common
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-common
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-common
     </url>
   </scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-container/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-container/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-container/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-container/pom.xml Mon Feb 19 15:21:36 2018
@@ -15,7 +15,7 @@
 	<parent>
 		<artifactId>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</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/uima-ducc/trunk/uima-ducc-container
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-container
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-container
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-container
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-container
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-container
     </url>
 	</scm>
 	<dependencyManagement>

Modified: uima/uima-ducc/trunk/uima-ducc-database/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-database/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-database/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-database/pom.xml Mon Feb 19 15:21:36 2018
@@ -24,7 +24,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -41,13 +41,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/uima-ducc-database
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-database
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-database
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-database
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-database
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-database
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-duccdocs/pom.xml Mon Feb 19 15:21:36 2018
@@ -17,7 +17,7 @@
   <parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -32,13 +32,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/uima-ducc-duccdocs
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-duccdocs
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-duccdocs
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-duccdocs
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-duccdocs
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-duccdocs
     </url>
   </scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-examples/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-examples/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-examples/pom.xml Mon Feb 19 15:21:36 2018
@@ -23,7 +23,7 @@
    <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-examples
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-examples
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-examples
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-examples
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-examples
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-examples
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-orchestrator/pom.xml Mon Feb 19 15:21:36 2018
@@ -23,7 +23,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-orchestrator
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-orchestrator
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-orchestrator
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-orchestrator
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-orchestrator
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-orchestrator
     </url>
   </scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-parent/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-parent/pom.xml Mon Feb 19 15:21:36 2018
@@ -28,7 +28,7 @@
 	</parent>
 
 	<artifactId>uima-ducc-parent</artifactId>
-	<version>2.2.2-SNAPSHOT</version>
+	<version>2.2.2</version>
         <name>${uima.ducc} ${project.artifactId}</name>
 	<packaging>pom</packaging>
 	<!-- Add project inception year. This is used by javadoc plugin   -->
@@ -42,13 +42,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/uima-ducc-parent
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-parent
     </connection>
 		<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-parent
     </developerConnection>
 		<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-parent
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-parent
     </url>
 	</scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-pm/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-pm/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-pm/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-pm/pom.xml Mon Feb 19 15:21:36 2018
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-pm
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-pm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-pm
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-pm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-pm
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-pm
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-rm/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-rm/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-rm/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-rm/pom.xml Mon Feb 19 15:21:36 2018
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-rm
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-rm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-rm
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-rm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-rm
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-rm
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-sm/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-sm/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-sm/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-sm/pom.xml Mon Feb 19 15:21:36 2018
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</version>
     <relativePath>../uima-ducc-parent/pom.xml</relativePath>
   </parent>
   
@@ -33,13 +33,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/uima-ducc-sm
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-sm
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-sm
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-sm
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-sm
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-sm
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-spawn/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-spawn/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-spawn/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-spawn/pom.xml Mon Feb 19 15:21:36 2018
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
   
@@ -30,13 +30,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/uima-ducc-spawn
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-spawn
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-spawn
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-spawn
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-spawn
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-spawn
     </url>
   </scm>
 

Modified: uima/uima-ducc/trunk/uima-ducc-transport/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-transport/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-transport/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-transport/pom.xml Mon Feb 19 15:21:36 2018
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uima-ducc-parent</artifactId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
     <!-- Inherits groupid and version from the parent pom project coordinates -->
@@ -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/uima-ducc/trunk/uima-ducc-transport
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-transport
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-transport
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-transport
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-transport
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-transport
     </url>
   </scm>
 <dependencyManagement>

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=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-user/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-user/pom.xml Mon Feb 19 15:21:36 2018
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>uima-ducc-parent</artifactId>
     <groupId>org.apache.uima</groupId>
-    <version>2.2.2-SNAPSHOT</version>
+    <version>2.2.2</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/uima-ducc/trunk/uima-ducc-user
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-user
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-user
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-user
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-user
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-user
     </url>
   </scm>
   

Modified: uima/uima-ducc/trunk/uima-ducc-web/pom.xml
URL: http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-web/pom.xml?rev=1824760&r1=1824759&r2=1824760&view=diff
==============================================================================
--- uima/uima-ducc/trunk/uima-ducc-web/pom.xml (original)
+++ uima/uima-ducc/trunk/uima-ducc-web/pom.xml Mon Feb 19 15:21:36 2018
@@ -23,7 +23,7 @@
 	<parent>
 		<artifactId>uima-ducc-parent</artifactId>
 		<groupId>org.apache.uima</groupId>
-		<version>2.2.2-SNAPSHOT</version>
+		<version>2.2.2</version>
 		<relativePath>../uima-ducc-parent/pom.xml</relativePath>
 	</parent>
 
@@ -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/uima-ducc-web
+      scm:svn:http://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-web
     </connection>
 	<developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/trunk/uima-ducc-web
+      scm:svn:https://svn.apache.org/repos/asf/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-web
     </developerConnection>
 	<url>
-      http://svn.apache.org/viewvc/uima/uima-ducc/trunk/uima-ducc-web
+      http://svn.apache.org/viewvc/uima/uima-ducc/tags/uima-ducc-2.2.2/uima-ducc-web
     </url>
   </scm>