You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2011/12/01 00:41:32 UTC

svn commit: r1208883 - in /uima/uimaj: branches/xmlComments/uimaj-core/ trunk/ trunk/PearPackagingMavenPlugin/ trunk/aggregate-uimaj-docbooks/ trunk/aggregate-uimaj-eclipse-plugins/ trunk/aggregate-uimaj/ trunk/jVinci/ trunk/uima-docbook-overview-and-s...

Author: schor
Date: Wed Nov 30 23:41:04 2011
New Revision: 1208883

URL: http://svn.apache.org/viewvc?rev=1208883&view=rev
Log:
[maven-release-plugin] prepare release uimaj-2.4.0-rc1

Modified:
    uima/uimaj/branches/xmlComments/uimaj-core/pom.xml
    uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
    uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
    uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml
    uima/uimaj/trunk/aggregate-uimaj/pom.xml
    uima/uimaj/trunk/jVinci/pom.xml
    uima/uimaj/trunk/pom.xml
    uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml
    uima/uimaj/trunk/uima-docbook-references/pom.xml
    uima/uimaj/trunk/uima-docbook-tools/pom.xml
    uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml
    uima/uimaj/trunk/uimaj-adapter-soap/pom.xml
    uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml
    uima/uimaj/trunk/uimaj-bootstrap/pom.xml
    uima/uimaj/trunk/uimaj-component-test-util/pom.xml
    uima/uimaj/trunk/uimaj-cpe/pom.xml
    uima/uimaj/trunk/uimaj-document-annotation/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml
    uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml
    uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
    uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
    uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
    uima/uimaj/trunk/uimaj-ep-debug/pom.xml
    uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
    uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
    uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml
    uima/uimaj/trunk/uimaj-ep-runtime/pom.xml
    uima/uimaj/trunk/uimaj-examples/pom.xml
    uima/uimaj/trunk/uimaj-parent/pom.xml
    uima/uimaj/trunk/uimaj-test-util/pom.xml
    uima/uimaj/trunk/uimaj-tools/pom.xml

Modified: uima/uimaj/branches/xmlComments/uimaj-core/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/branches/xmlComments/uimaj-core/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/branches/xmlComments/uimaj-core/pom.xml (original)
+++ uima/uimaj/branches/xmlComments/uimaj-core/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-core</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}</name>
   <description>The core implementation of the UIMA Java Framework</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-core
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-core
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-core
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-core
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-core
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml (original)
+++ uima/uimaj/trunk/PearPackagingMavenPlugin/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>PearPackagingMavenPlugin</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<packaging>maven-plugin</packaging>
 	<name>Apache UIMA Maven Plugin ${project.artifactId}</name>
   <description>This is a maven plugin that produces a pear artifact.</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/PearPackagingMavenPlugin
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/PearPackagingMavenPlugin
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/PearPackagingMavenPlugin
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/PearPackagingMavenPlugin
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/PearPackagingMavenPlugin
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-docbooks/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>aggregate-uimaj-docbooks</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Aggregate POM ${project.artifactId}: UIMA Base</name>
   <url>${uimaWebsiteUrl}</url>
 
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-docbooks
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-docbooks
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-docbooks
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-docbooks
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>aggregate-uimaj-eclipse-plugins</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <name>Apache UIMA Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the Eclipse plugins 
     that are part of the base UIMA framework</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-eclipse-plugins
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-eclipse-plugins
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj-eclipse-plugins
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj-eclipse-plugins
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/aggregate-uimaj/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/aggregate-uimaj/pom.xml (original)
+++ uima/uimaj/trunk/aggregate-uimaj/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>aggregate-uimaj</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Aggregate: ${project.artifactId}: UIMA Base</name>
   <description>The aggregate for the base UIMA framework build and release</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/aggregate-uimaj
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/aggregate-uimaj
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/aggregate-uimaj
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/jVinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/jVinci/pom.xml (original)
+++ uima/uimaj/trunk/jVinci/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version> 
+    <version>2.4.0</version> 
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>jVinci</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: Vinci Transport Library</name>
   <description>This is a non-standard protocol for higher efficiency than
     SOAP, used by the base UIMA Collection processing manager for supporting
@@ -47,13 +47,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/jVinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jVinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/jVinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/jVinci
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/jVinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/pom.xml (original)
+++ uima/uimaj/trunk/pom.xml Wed Nov 30 23:41:04 2011
@@ -29,13 +29,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>uimaj-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
   <description>The top project for the uimaj SDK</description>
   <url>${uimaWebsiteUrl}</url>
@@ -50,13 +50,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-overview-and-setup/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uima-docbook-overview-and-setup</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA SDK Documentation - overview and setup</name>	
   <url>${uimaWebsiteUrl}</url>
  
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-overview-and-setup
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-overview-and-setup
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-overview-and-setup
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-overview-and-setup
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-references/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-references/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-references/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uima-docbook-references</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA SDK Documentation - references</name>	
   <url>${uimaWebsiteUrl}</url>
  
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-references
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-references
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-references
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-references
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-references
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tools/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tools/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uima-docbook-tools</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA SDK Documentation - tools</name>	
   <url>${uimaWebsiteUrl}</url>
  
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tools
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tools
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml (original)
+++ uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uima-docbook-tutorials-and-users-guides</artifactId>
 	<packaging>pom</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA SDK Documentation - tutorials and user's guides</name>	
   <url>${uimaWebsiteUrl}</url>
  
@@ -43,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tutorials-and-users-guides
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tutorials-and-users-guides
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uima-docbook-tutorials-and-users-guides
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uima-docbook-tutorials-and-users-guides
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-adapter-soap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-adapter-soap/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-adapter-soap/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>uimaj-adapter-soap</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: SOAP Adapter</name>
   <description>Provides the capability to connect to a remote
     component, using the SOAP protocol</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-soap
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-soap
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-soap
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-soap
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-soap
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-adapter-vinci/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-adapter-vinci</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: Vinci Adapter</name>
   <description>Provides the capability to connect to a remote analysis
     engine, using the Vinci protocol</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-vinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-adapter-vinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-vinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-adapter-vinci
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-adapter-vinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-bootstrap/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-bootstrap/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-bootstrap/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>uimaj-bootstrap</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: Bootstrap launcher</name>
   <description>Configures a classpath from directories, and runs
     a Java application using that</description>

Modified: uima/uimaj/trunk/uimaj-component-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-component-test-util/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-component-test-util/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-component-test-util</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: for JUnit</name>
   <description>Supporting utilities used in various JUnit tests</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-component-test-util
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-component-test-util
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-component-test-util
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-component-test-util
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-component-test-util
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-cpe/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-cpe/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-cpe/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-cpe</artifactId>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: Collection Processing Engine</name>
   <description>The implementation of a simple scaleout capability, called
     the Collection Processing Engine.  New implementations may find 
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-cpe
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-cpe
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-cpe
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-cpe
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-cpe
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-document-annotation/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-document-annotation/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-document-annotation/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-document-annotation</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}</name>
   <description>A common, but not built-in, type in the type system,
     specifying the language of a document</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-document-annotation
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-document-annotation
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-document-annotation
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-document-annotation
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-document-annotation
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-runtime/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
     
   <artifactId>uimaj-eclipse-feature-runtime</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature that
@@ -46,13 +46,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-runtime
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-runtime
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-runtime
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-runtime
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-eclipse-feature-tools/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
   <artifactId>uimaj-eclipse-feature-tools</artifactId>
   <packaging>jar</packaging>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>UIMA Eclipse Plugin Feature for base uima tooling</description>  
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-eclipse-feature-tools
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-eclipse-feature-tools
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor-ide/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-ep-cas-editor-ide</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<packaging>jar</packaging>
 	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>Allows editing the contents of a saved CAS</description>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor-ide
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor-ide
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor-ide
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor-ide
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-cas-editor/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-ep-cas-editor</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<packaging>jar</packaging>
 	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>Allows editing the contents of a saved CAS</description>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-cas-editor
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-cas-editor
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-cas-editor
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-configurator/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-configurator/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-configurator/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-configurator</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <packaging>jar</packaging>  
   <name>Apache UIMA Eclipse: ${project.artifactId}: Descriptor Editor</name>
   <description>A frame-based editor for most of the UIMA XML 
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-configurator
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-configurator
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-configurator
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-configurator
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-configurator
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-debug/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-debug/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-debug/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
 	<artifactId>uimaj-ep-debug</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<packaging>jar</packaging> 
 	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <!-- continuation lines need to start in col 1 else manifest has extra blanks -->
@@ -46,13 +46,13 @@ UIMA data structures to the Eclipse Debu
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-debug
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-debug
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-debug
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-debug
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-debug
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-jcasgen/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-ep-jcasgen</artifactId>
 	<packaging>jar</packaging>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>Provides a connection to the JCasGen tooling, for
     the Component Descriptor Editor</description>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-jcasgen
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-jcasgen
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-jcasgen
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-jcasgen
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-jcasgen
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-launcher/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-launcher/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-launcher/pom.xml Wed Nov 30 23:41:04 2011
@@ -1,249 +1,249 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-   Licensed to the Apache Software Foundation (ASF) under one
-   or more contributor license agreements.  See the NOTICE file
-   distributed with this work for additional information
-   regarding copyright ownership.  The ASF licenses this file
-   to you under the Apache License, Version 2.0 (the
-   "License"); you may not use this file except in compliance
-   with the License.  You may obtain a copy of the License at
-
-     http://www.apache.org/licenses/LICENSE-2.0
-
-   Unless required by applicable law or agreed to in writing,
-   software distributed under the License is distributed on an
-   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-   KIND, either express or implied.  See the License for the
-   specific language governing permissions and limitations
-   under the License.    
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-	<modelVersion>4.0.0</modelVersion>
-  
-  <parent>
-    <groupId>org.apache.uima</groupId>
-    <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
-    <relativePath>../uimaj-parent/pom.xml</relativePath>
-  </parent>
-
-	<artifactId>uimaj-ep-launcher</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
-	<packaging>jar</packaging> 
-	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
-  <!-- continuation lines need to start in col 1 else manifest has extra blanks -->
-  <description>Adds launch support for Analysis Engines </description>
-  <url>${uimaWebsiteUrl}</url>
-
-  <!-- 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 incorrectly 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/uimaj/trunk/uimaj-ep-launcher
-    </connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-launcher
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-  
-	<dependencies>
-    <!-- depending on the ep-runtime doesn't work without manual intervention because
-         eclipse:eclipse on the ep-runtime doesn't mark the embedded things as "exported".
-         It doesn't matter which scope - compile or provided - is used, both fail
-      
-         Other posts indicate that plugins should have explicit dependencies, anyway.
-         And, it lets these plugins work when the library plugin is "open" in the same workspace.
-      -->
-    <!--dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-ep-runtime</artifactId>
-      <version>${uimaj-release-eclipse-version}</version>
-      <scope>compile</scope>       
-    </dependency-->
-    
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-core</artifactId>
-      <version>${project.parent.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    
-    <!-- next dependency is commented out due to Maven 2.0.7 throwing NPE 
-         Might be related to http://jira.codehaus.org/browse/MNG-3086 -->
-		<!--dependency>
-			<groupId>org.eclipse.ui</groupId>
-			<artifactId>org.eclipse.ui</artifactId>
-			<version>3.2.0</version>
-			<scope>provided</scope>
-		</dependency-->
-    		<dependency>
-			<groupId>org.eclipse.swt</groupId>
-			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
-      <!-- changing the lower version number to 3.2.0, 
-           was 3.3.0 
-           because only 3.2.0 and 3.2.1 are in 
-           repo -->
-			<version>[3.2.0.0,4.0.0)</version>
-			<scope>provided</scope>
-		</dependency>
-		<dependency>
-			<groupId>org.eclipse.jdt</groupId>
-			<artifactId>org.eclipse.jdt.debug.ui</artifactId>
-			<version>3.2.0</version>
-			<scope>provided</scope>
-		</dependency>
-    
-    <!-- dependencies added to overcome 3.6 maven central corrupted upload -->
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.filesystem</artifactId>
-      <version>1.0.0</version>
-      <scope>provided</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.resources</artifactId>
-      <version>3.2.1</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.runtime</artifactId>
-      <version>3.2.0</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.equinox.common</artifactId>
-      <version>[3.3.0.0,4.0.0)</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.osgi</groupId>
-      <artifactId>org.eclipse.osgi</artifactId>
-      <version>3.2.1</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.expressions</artifactId>
-      <version>3.2.1</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.variables</artifactId>
-      <version>3.1.100</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.ant</groupId>
-      <artifactId>org.eclipse.ant.core</artifactId>
-      <version>3.1.100</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.equinox.registry</artifactId>
-      <version>3.2.1</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.jobs</artifactId>
-      <version>3.2.0</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.equinox</groupId>
-      <artifactId>org.eclipse.equinox.preferences</artifactId>
-      <version>3.2.1</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.contenttype</artifactId>
-      <version>3.2.0</version>
-      <scope>provided</scope>      
-    </dependency>
-    <dependency>
-      <groupId>org.eclipse.core</groupId>
-      <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
-      <version>3.2.0</version>
-      <scope>provided</scope>      
-    </dependency>  
-	</dependencies>
-  
-	<build>  
-    <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->  
-		<finalName>org.apache.uima.launcher_${parsedVersion.osgiVersion}</finalName>   	    
-		<plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <configuration>
-          <instructions>
-            <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->
-            <_nouses>true</_nouses>
-            <Export-Package>
-              org.apache.uima.ep_launcher
-            </Export-Package>
-             
-            <!-- handle split packages in Eclipse.
-               We do this by using Require-Bundle, and excluding from the Import-Package those
-                 split packages covered by those bundles - this is required by OSGi.
-                                
-                org.eclipse.core.runtime has combined apis (that were split in later 
-                  point releases of 3.x)
-            -->
-            <!-- NOTE: ANY CONTINUATION LINES for Require-Bundle MUST START IN Col1 else manifest is potentially wrong -->
-            <Require-Bundle>org.eclipse.core.runtime</Require-Bundle>
-            <Import-Package>
-              !org.eclipse.core.runtime,                 
-			  org.eclipse.core.resources,
-			  org.eclipse.core.runtime.model,
-			  org.eclipse.core.variables,
-			  org.eclipse.core.commands.common,
-			  org.eclipse.debug.core,
-			  org.eclipse.debug.ui,
-			  org.eclipse.debug.ui.sourcelookup,
-			  org.eclipse.debug.core.model,
-			  org.eclipse.jdt.debug.ui.launchConfigurations,
-			  org.eclipse.jdt.launching,
-			  org.eclipse.jface.layout,
-			  org.eclipse.jface.preference,
-			  org.eclipse.jface.viewers,
-			  org.eclipse.jface.window,
-			  org.eclipse.jface.dialogs,
-			  org.eclipse.swt,
-			  org.eclipse.swt.events,
-			  org.eclipse.swt.layout,
-			  org.eclipse.swt.widgets,
-			  org.eclipse.ui,
-			  org.eclipse.ui.dialogs,
-			  org.eclipse.ui.model,
-			  org.eclipse.ui.plugin,
-			  org.osgi.framework;version="1.3"
-            </Import-Package>
-			<Bundle-SymbolicName>org.apache.uima.launcher;singleton:=true</Bundle-SymbolicName>
-			<Bundle-Activator>org.apache.uima.ep_launcher.LauncherPlugin</Bundle-Activator>
-            <Eclipse-AutoStart>true</Eclipse-AutoStart>
-          </instructions>
-        </configuration>
-      </plugin>      		
-		</plugins>
-	</build>
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+	<modelVersion>4.0.0</modelVersion>
+  
+  <parent>
+    <groupId>org.apache.uima</groupId>
+    <artifactId>uimaj-parent</artifactId>
+    <version>2.4.0</version>
+    <relativePath>../uimaj-parent/pom.xml</relativePath>
+  </parent>
+
+	<artifactId>uimaj-ep-launcher</artifactId>
+  <version>2.4.0</version>
+	<packaging>jar</packaging> 
+	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
+  <!-- continuation lines need to start in col 1 else manifest has extra blanks -->
+  <description>Adds launch support for Analysis Engines </description>
+  <url>${uimaWebsiteUrl}</url>
+
+  <!-- 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 incorrectly 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/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-launcher
+    </connection>
+    <developerConnection>
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-launcher
+    </developerConnection>
+    <url>
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-launcher
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+  
+	<dependencies>
+    <!-- depending on the ep-runtime doesn't work without manual intervention because
+         eclipse:eclipse on the ep-runtime doesn't mark the embedded things as "exported".
+         It doesn't matter which scope - compile or provided - is used, both fail
+      
+         Other posts indicate that plugins should have explicit dependencies, anyway.
+         And, it lets these plugins work when the library plugin is "open" in the same workspace.
+      -->
+    <!--dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-ep-runtime</artifactId>
+      <version>${uimaj-release-eclipse-version}</version>
+      <scope>compile</scope>       
+    </dependency-->
+    
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</artifactId>
+      <version>${project.parent.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    
+    <!-- next dependency is commented out due to Maven 2.0.7 throwing NPE 
+         Might be related to http://jira.codehaus.org/browse/MNG-3086 -->
+		<!--dependency>
+			<groupId>org.eclipse.ui</groupId>
+			<artifactId>org.eclipse.ui</artifactId>
+			<version>3.2.0</version>
+			<scope>provided</scope>
+		</dependency-->
+    		<dependency>
+			<groupId>org.eclipse.swt</groupId>
+			<artifactId>org.eclipse.swt.win32.win32.x86</artifactId>
+      <!-- changing the lower version number to 3.2.0, 
+           was 3.3.0 
+           because only 3.2.0 and 3.2.1 are in 
+           repo -->
+			<version>[3.2.0.0,4.0.0)</version>
+			<scope>provided</scope>
+		</dependency>
+		<dependency>
+			<groupId>org.eclipse.jdt</groupId>
+			<artifactId>org.eclipse.jdt.debug.ui</artifactId>
+			<version>3.2.0</version>
+			<scope>provided</scope>
+		</dependency>
+    
+    <!-- dependencies added to overcome 3.6 maven central corrupted upload -->
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.filesystem</artifactId>
+      <version>1.0.0</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.resources</artifactId>
+      <version>3.2.1</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.runtime</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.equinox.common</artifactId>
+      <version>[3.3.0.0,4.0.0)</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.osgi</groupId>
+      <artifactId>org.eclipse.osgi</artifactId>
+      <version>3.2.1</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.expressions</artifactId>
+      <version>3.2.1</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.variables</artifactId>
+      <version>3.1.100</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.ant</groupId>
+      <artifactId>org.eclipse.ant.core</artifactId>
+      <version>3.1.100</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.equinox.registry</artifactId>
+      <version>3.2.1</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.jobs</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.equinox</groupId>
+      <artifactId>org.eclipse.equinox.preferences</artifactId>
+      <version>3.2.1</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.contenttype</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>      
+    </dependency>
+    <dependency>
+      <groupId>org.eclipse.core</groupId>
+      <artifactId>org.eclipse.core.runtime.compatibility.auth</artifactId>
+      <version>3.2.0</version>
+      <scope>provided</scope>      
+    </dependency>  
+	</dependencies>
+  
+	<build>  
+    <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->  
+		<finalName>org.apache.uima.launcher_${parsedVersion.osgiVersion}</finalName>   	    
+		<plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <configuration>
+          <instructions>
+            <!-- turn off "uses" generation because Eclipse 3.2.x doesn't work with them -->
+            <_nouses>true</_nouses>
+            <Export-Package>
+              org.apache.uima.ep_launcher
+            </Export-Package>
+             
+            <!-- handle split packages in Eclipse.
+               We do this by using Require-Bundle, and excluding from the Import-Package those
+                 split packages covered by those bundles - this is required by OSGi.
+                                
+                org.eclipse.core.runtime has combined apis (that were split in later 
+                  point releases of 3.x)
+            -->
+            <!-- NOTE: ANY CONTINUATION LINES for Require-Bundle MUST START IN Col1 else manifest is potentially wrong -->
+            <Require-Bundle>org.eclipse.core.runtime</Require-Bundle>
+            <Import-Package>
+              !org.eclipse.core.runtime,                 
+			  org.eclipse.core.resources,
+			  org.eclipse.core.runtime.model,
+			  org.eclipse.core.variables,
+			  org.eclipse.core.commands.common,
+			  org.eclipse.debug.core,
+			  org.eclipse.debug.ui,
+			  org.eclipse.debug.ui.sourcelookup,
+			  org.eclipse.debug.core.model,
+			  org.eclipse.jdt.debug.ui.launchConfigurations,
+			  org.eclipse.jdt.launching,
+			  org.eclipse.jface.layout,
+			  org.eclipse.jface.preference,
+			  org.eclipse.jface.viewers,
+			  org.eclipse.jface.window,
+			  org.eclipse.jface.dialogs,
+			  org.eclipse.swt,
+			  org.eclipse.swt.events,
+			  org.eclipse.swt.layout,
+			  org.eclipse.swt.widgets,
+			  org.eclipse.ui,
+			  org.eclipse.ui.dialogs,
+			  org.eclipse.ui.model,
+			  org.eclipse.ui.plugin,
+			  org.osgi.framework;version="1.3"
+            </Import-Package>
+			<Bundle-SymbolicName>org.apache.uima.launcher;singleton:=true</Bundle-SymbolicName>
+			<Bundle-Activator>org.apache.uima.ep_launcher.LauncherPlugin</Bundle-Activator>
+            <Eclipse-AutoStart>true</Eclipse-AutoStart>
+          </instructions>
+        </configuration>
+      </plugin>      		
+		</plugins>
+	</build>
 </project>
\ No newline at end of file

Modified: uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-pear-packager/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-ep-pear-packager</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
 	<packaging>jar</packaging>
 	<name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>Provides an Eclipse Wizard to construct
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-pear-packager
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-pear-packager
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-pear-packager
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-pear-packager
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-pear-packager
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-ep-runtime/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-ep-runtime/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-ep-runtime/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,12 +23,12 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
   <artifactId>uimaj-ep-runtime</artifactId>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <packaging>jar</packaging>  <!-- can't be bundle because it doesn't handle property substitution -->
   <name>Apache UIMA Eclipse: ${project.artifactId}</name>
   <description>Provides the core UIMA Framework to other Eclipse 
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-runtime
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-ep-runtime
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-runtime
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-runtime
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-ep-runtime
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-examples/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-examples/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-examples/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-examples</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: SDK Examples</name>
   <description>Examples and sample code</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-examples
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-examples
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-examples
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-examples
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-examples
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-parent/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-parent/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-parent/pom.xml Wed Nov 30 23:41:04 2011
@@ -38,7 +38,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.4.0-SNAPSHOT</version>
+  <version>2.4.0</version>
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
   <description>The common parent pom for the uimaj SDK</description>
   <url>${uimaWebsiteUrl}</url>
@@ -53,13 +53,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-parent
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-parent
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-parent
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-parent
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-parent
     </url>
   </scm>
 

Modified: uima/uimaj/trunk/uimaj-test-util/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-test-util/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-test-util/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-test-util/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,14 +23,14 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<groupId>org.apache.uima</groupId>
 	<artifactId>uimaj-test-util</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: JUnit utilities</name>
   <description>Utilities for testing UIMA</description>
   <url>${uimaWebsiteUrl}</url>
@@ -45,13 +45,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/jvinci
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/jvinci
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/jvinci
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/jvinci
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/jvinci
     </url>
   </scm>
   

Modified: uima/uimaj/trunk/uimaj-tools/pom.xml
URL: http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools/pom.xml?rev=1208883&r1=1208882&r2=1208883&view=diff
==============================================================================
--- uima/uimaj/trunk/uimaj-tools/pom.xml (original)
+++ uima/uimaj/trunk/uimaj-tools/pom.xml Wed Nov 30 23:41:04 2011
@@ -23,13 +23,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>2.4.0-SNAPSHOT</version>
+    <version>2.4.0</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
 	<artifactId>uimaj-tools</artifactId>
 	<packaging>jar</packaging>
-	<version>2.4.0-SNAPSHOT</version>
+	<version>2.4.0</version>
 	<name>Apache UIMA Base: ${project.artifactId}: Tools</name>
   <description>Tooling supporting UIMA use</description>
   <url>${uimaWebsiteUrl}</url>
@@ -44,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
+      scm:svn:http://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-tools
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/trunk/uimaj-tools
+      scm:svn:https://svn.apache.org/repos/asf/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-tools
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-tools
+      http://svn.apache.org/viewvc/uima/uimaj/tags/uimaj-2.4.0-rc1/uimaj-tools
     </url>
   </scm>