Author: cwiklik
Date: Mon Jan 17 20:16:16 2011
New Revision: 1060073

URL: http://svn.apache.org/viewvc?rev=1060073&view=rev
Log:
[maven-release-plugin] prepare release uima-as-2.3.1

Modified:
    uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
    uima/uima-as/trunk/aggregate-uima-as/pom.xml
    uima/uima-as/trunk/uima-as-distr/pom.xml
    uima/uima-as/trunk/uima-as-docbooks/pom.xml
    uima/uima-as/trunk/uima-as-parent/pom.xml
    uima/uima-as/trunk/uima-as/pom.xml
    uima/uima-as/trunk/uimaj-as-activemq/pom.xml
    uima/uima-as/trunk/uimaj-as-camel/pom.xml
    uima/uima-as/trunk/uimaj-as-core/pom.xml
    uima/uima-as/trunk/uimaj-as-jms/pom.xml
    uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
    uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
    uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml

Modified: uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as-eclipse-plugins/pom.xml Mon Jan 17 
20:16:16 2011
@@ -17,21 +17,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>aggregate-uima-as-eclipse-plugins</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the Eclipse plugins 
     that are part of the UIMA-AS framework</description>
@@ -47,13 +45,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/aggregate-uima-as/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/aggregate-uima-as/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/aggregate-uima-as/pom.xml (original)
+++ uima/uima-as/trunk/aggregate-uima-as/pom.xml Mon Jan 17 20:16:16 2011
@@ -18,21 +18,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>aggregate-uima-as</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS Aggregate: ${project.artifactId}</name>
   <description>The aggregate for building the uima-as functionality,
     the eclipse plugins, and the docbooks 
@@ -49,13 +47,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/uima-as-distr/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-distr/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-distr/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-distr/pom.xml Mon Jan 17 20:16:16 2011
@@ -17,21 +17,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
        <artifactId>uima-as-distr</artifactId>
        <packaging>pom</packaging>
-       <version>2.3.1-SNAPSHOT</version>
+       <version>2.3.1</version>
   <name>UIMA-AS: ${project.artifactId}</name>
   <description>Build and release UIMA-AS</description>
   <url>${uimaWebsiteUrl}</url>
@@ -47,13 +45,13 @@
 
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
@@ -276,7 +274,7 @@
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>servlet-api-2.5</artifactId>
       <version>6.0.1</version>
-    </dependency  -->
+    </dependency -->
     
     
     <dependency>
@@ -380,7 +378,7 @@
        </dependencies>
     
        <build>
-    <resources/>
+    <resources />
                <plugins>
     
       <!-- UIMA-AS includes the base UIMA binary distribution

Modified: uima/uima-as/trunk/uima-as-docbooks/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-docbooks/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-docbooks/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-docbooks/pom.xml Mon Jan 17 20:16:16 2011
@@ -18,21 +18,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
        <artifactId>uima-as-docbooks</artifactId>
        <packaging>pom</packaging>
-       <version>2.3.1-SNAPSHOT</version>
+       <version>2.3.1</version>
   <name>UIMA-AS: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
  
@@ -46,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uima-as-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as-parent/pom.xml (original)
+++ uima/uima-as/trunk/uima-as-parent/pom.xml Mon Jan 17 20:16:16 2011
@@ -38,20 +38,20 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uima-as-parent</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS: ${project.artifactId}</name>
   <description>The common parent pom for uima-as</description>
   <url>${uimaWebsiteUrl}</url>
 
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
+      
scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.3.1/uima-as-parent
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as-parent
+      
scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.3.1/uima-as-parent
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as-parent
+      
http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.3.1/uima-as-parent
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/uima-as/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uima-as/pom.xml (original)
+++ uima/uima-as/trunk/uima-as/pom.xml Mon Jan 17 20:16:16 2011
@@ -28,13 +28,13 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uima-as</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS: ${project.artifactId}</name>
   <description>The top project for UIMA-AS</description>
   <url>${uimaWebsiteUrl}</url>
@@ -49,13 +49,13 @@
        element, and just changing the following two properties -->
   <scm>
     <connection>
-      scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as
+      
scm:svn:http://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.3.1/uima-as
     </connection>
     <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/trunk/uima-as
+      
scm:svn:https://svn.apache.org/repos/asf/uima/uima-as/tags/uima-as-2.3.1/uima-as
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/uima-as/trunk/uima-as
+      http://svn.apache.org/viewvc/uima/uima-as/tags/uima-as-2.3.1/uima-as
     </url>
   </scm>
 

Modified: uima/uima-as/trunk/uimaj-as-activemq/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-activemq/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-activemq/pom.xml Mon Jan 17 20:16:16 2011
@@ -17,20 +17,18 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
        <artifactId>uimaj-as-activemq</artifactId>
-       <version>2.3.1-SNAPSHOT</version>
+       <version>2.3.1</version>
        <name>UIMA-AS: ${project.artifactId}</name>
   <description>UIMA-AS ActiveMQ incorporation</description>
   <url>${uimaWebsiteUrl}</url>
@@ -45,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-as-camel/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-camel/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-camel/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-camel/pom.xml Mon Jan 17 20:16:16 2011
@@ -1,114 +1,113 @@
-<?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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-as-parent/pom.xml</relativePath>
-  </parent>
-
-       <artifactId>uimaj-as-camel</artifactId>
-       <packaging>jar</packaging>
-       <version>2.3.1-SNAPSHOT</version>
-       <name>UIMA-AS: ${project.artifactId}</name>
-  <description>Apache UIMA-AS Camel Driver</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 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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-
-       <dependencies>
-               <dependency>
-                       <groupId>org.apache.camel</groupId>
-                       <artifactId>camel-core</artifactId>
-                       <version>1.6.1</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.uima</groupId>
-                       <artifactId>uimaj-core</artifactId>
-                       <version>${uimajDependencyVersion}</version>
-                       <scope>provided</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.apache.uima</groupId>
-                       <artifactId>uimaj-as-core</artifactId>
-      <version>${project.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-               
-               <dependency>
-                       <groupId>org.apache.uima</groupId>
-                       <artifactId>uimaj-as-activemq</artifactId>
-      <version>${project.version}</version>
-                       <scope>provided</scope>
-               </dependency>
-       </dependencies>
-
-       <build>
-    
-    <finalName>org.apache.uima.camel_${parsedVersion.osgiVersion}</finalName>
-               <defaultGoal>install</defaultGoal>
-               <plugins>
-                       <plugin>
-                               <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <executions>
-          <execution>
+<?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>uima-as-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-as-parent/pom.xml</relativePath>
+  </parent>
+
+       <artifactId>uimaj-as-camel</artifactId>
+       <packaging>jar</packaging>
+       <version>2.3.1</version>
+       <name>UIMA-AS: ${project.artifactId}</name>
+  <description>Apache UIMA-AS Camel Driver</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 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/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+
+       <dependencies>
+               <dependency>
+                       <groupId>org.apache.camel</groupId>
+                       <artifactId>camel-core</artifactId>
+                       <version>1.6.1</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.uima</groupId>
+                       <artifactId>uimaj-core</artifactId>
+                       <version>${uimajDependencyVersion}</version>
+                       <scope>provided</scope>
+               </dependency>
+
+               <dependency>
+                       <groupId>org.apache.uima</groupId>
+                       <artifactId>uimaj-as-core</artifactId>
+      <version>${project.version}</version>
+                       <scope>provided</scope>
+               </dependency>
+               
+               <dependency>
+                       <groupId>org.apache.uima</groupId>
+                       <artifactId>uimaj-as-activemq</artifactId>
+      <version>${project.version}</version>
+                       <scope>provided</scope>
+               </dependency>
+       </dependencies>
+
+       <build>
+    
+    <finalName>org.apache.uima.camel_${parsedVersion.osgiVersion}</finalName>
+               <defaultGoal>install</defaultGoal>
+               <plugins>
+                       <plugin>
+                               <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <executions>
+          <execution>
             <id>uima-bundle</id>
-            <configuration>
-              <instructions>
-                
<Bundle-SymbolicName>org.apache.uima.camel</Bundle-SymbolicName>
-                <Private-Package>org.apache.uima.camel</Private-Package>
-              </instructions>
-            </configuration>
+            <configuration>
+              <instructions>
+                
<Bundle-SymbolicName>org.apache.uima.camel</Bundle-SymbolicName>
+                <Private-Package>org.apache.uima.camel</Private-Package>
+              </instructions>
+            </configuration>
           </execution>
-        </executions>
-                       </plugin>
-               </plugins>
-       </build>
-</project>
+        </executions>
+                       </plugin>
+               </plugins>
+       </build>
+</project>

Modified: uima/uima-as/trunk/uimaj-as-core/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-core/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-core/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-core/pom.xml Mon Jan 17 20:16:16 2011
@@ -17,21 +17,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
        <groupId>org.apache.uima</groupId>
        <artifactId>uimaj-as-core</artifactId>
-       <version>2.3.1-SNAPSHOT</version>
+       <version>2.3.1</version>
        <name>UIMA-AS: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
 
@@ -45,13 +43,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-as-jms/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-jms/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-jms/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-jms/pom.xml Mon Jan 17 20:16:16 2011
@@ -17,20 +17,18 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
   
        <artifactId>uimaj-as-jms</artifactId>
-       <version>2.3.1-SNAPSHOT</version>
+       <version>2.3.1</version>
        <name>UIMA-AS: ${project.artifactId}</name>
   <url>${uimaWebsiteUrl}</url>
 
@@ -44,13 +42,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-as-osgi-runtime/pom.xml Mon Jan 17 20:16:16 2011
@@ -1,185 +1,183 @@
-<?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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
-    <relativePath>../uima-as-parent/pom.xml</relativePath>
-  </parent>
-  
-  <artifactId>uimaj-as-osgi-runtime</artifactId>
-  <packaging>jar</packaging>
-  <version>2.3.1-SNAPSHOT</version>
-  <name>UIMA AS: ${project.artifactId}</name>
-  <description>Apache UIMA AS runtime code packaged for osgi use</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 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/${uimaScmRoot}/trunk/${uimaScmProject}
-    </connection>
-    <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </developerConnection>
-    <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
-    </url>
-  </scm>
-  
-  <properties>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-  </properties>
-  
-  <!-- These dependencies should just be all the jars that
-       need to be included in the library plugin -->
-  <dependencies>
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-core</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-cpe</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-tools</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-examples</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-adapter-vinci</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>jVinci</artifactId>
-      <version>${uimajDependencyVersion}</version>
-      <scope>provided</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-core</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>
-    
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-jms</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>
-  
-    <dependency>
-      <groupId>org.apache.uima</groupId>
-      <artifactId>uimaj-as-activemq</artifactId>
-      <version>${project.version}</version>
-      <scope>compile</scope>
-    </dependency>
-  </dependencies>
-
-  <build>
-    
<finalName>org.apache.uima.runtime.uimaas_${parsedVersion.osgiVersion}</finalName>
-
-    <plugins>
-      <plugin>
-        <groupId>org.apache.felix</groupId>
-        <artifactId>maven-bundle-plugin</artifactId>
-        <executions>
-          <execution>
+<?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>uima-as-parent</artifactId>
+    <version>2.3.1</version>
+    <relativePath>../uima-as-parent/pom.xml</relativePath>
+  </parent>
+  
+  <artifactId>uimaj-as-osgi-runtime</artifactId>
+  <packaging>jar</packaging>
+  <version>2.3.1</version>
+  <name>UIMA AS: ${project.artifactId}</name>
+  <description>Apache UIMA AS runtime code packaged for osgi use</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 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/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </connection>
+    <developerConnection>
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </developerConnection>
+    <url>
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
+    </url>
+  </scm>
+  
+  <properties>
+    <uimaScmProject>${project.artifactId}</uimaScmProject>
+  </properties>
+  
+  <!-- These dependencies should just be all the jars that
+       need to be included in the library plugin -->
+  <dependencies>
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-core</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-cpe</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-tools</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-examples</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-adapter-vinci</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>jVinci</artifactId>
+      <version>${uimajDependencyVersion}</version>
+      <scope>provided</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-core</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+    
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-jms</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  
+    <dependency>
+      <groupId>org.apache.uima</groupId>
+      <artifactId>uimaj-as-activemq</artifactId>
+      <version>${project.version}</version>
+      <scope>compile</scope>
+    </dependency>
+  </dependencies>
+
+  <build>
+    
<finalName>org.apache.uima.runtime.uimaas_${parsedVersion.osgiVersion}</finalName>
+
+    <plugins>
+      <plugin>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>maven-bundle-plugin</artifactId>
+        <executions>
+          <execution>
             <id>uima-bundle</id>
-            <configuration>
-              <manifestLocation>META-INF</manifestLocation>
-              <instructions>
-                <!-- turn off "uses" generation because Eclipse 3.2.x doesn't 
work with them -->
-                <_nouses>true</_nouses>
-                <!-- export contents because we don't want the actual
-                     java code included (although we could... as an
-                     alternative to the jars - but might have a
-                     versioning / control issue -->
-                
<_exportcontents>org.apache.uima.aae,org.apache.uima.aae.client,
-            org.apache.uima.aae.controller,
-            org.apache.uima.aae.delegate,
-            org.apache.uima.aae.deploymentDescriptor,
-            org.apache.uima.aae.error,
-            org.apache.uima.aae.error.handler,
-            org.apache.uima.aae.handler,
-            org.apache.uima.aae.handler.input,
-            org.apache.uima.aae.jms_adapter,
-            org.apache.uima.aae.jmx,org.apache.uima.aae.jmx.monitor,
-            org.apache.uima.aae.message,
-            org.apache.uima.aae.monitor,
-            org.apache.uima.aae.monitor.statistics,
-            org.apache.uima.aae.spi.transport,
-            org.apache.uima.aae.spi.transport.vm,
-            org.apache.uima.adapter.jms,
-            org.apache.uima.adapter.jms.activemq,
-            org.apache.uima.adapter.jms.client,
-            org.apache.uima.adapter.jms.message,
-            org.apache.uima.adapter.jms.service,
-            org.apache.uima.examples.as,
-            org.apache.uima.jms.error.handler
-                </_exportcontents>
-    
-                <Import-Package>org.apache.log4j;resolution:=optional,*
-                </Import-Package>
-                
<Embed-Dependency>*;scope=compile;inline=true</Embed-Dependency>
-                <Fragement-Host>org.apache.uima.runtime</Fragement-Host>
-                
<Eclipse-RegisterBuddy>org.apache.uima.runtime</Eclipse-RegisterBuddy>
-              </instructions>
-            </configuration>
+            <configuration>
+              <manifestLocation>META-INF</manifestLocation>
+              <instructions>
+                <!-- turn off "uses" generation because Eclipse 3.2.x doesn't 
work with them -->
+                <_nouses>true</_nouses>
+                <!-- export contents because we don't want the actual
+                     java code included (although we could... as an
+                     alternative to the jars - but might have a
+                     versioning / control issue -->
+                
<_exportcontents>org.apache.uima.aae,org.apache.uima.aae.client,
+            org.apache.uima.aae.controller,
+            org.apache.uima.aae.delegate,
+            org.apache.uima.aae.deploymentDescriptor,
+            org.apache.uima.aae.error,
+            org.apache.uima.aae.error.handler,
+            org.apache.uima.aae.handler,
+            org.apache.uima.aae.handler.input,
+            org.apache.uima.aae.jms_adapter,
+            org.apache.uima.aae.jmx,org.apache.uima.aae.jmx.monitor,
+            org.apache.uima.aae.message,
+            org.apache.uima.aae.monitor,
+            org.apache.uima.aae.monitor.statistics,
+            org.apache.uima.aae.spi.transport,
+            org.apache.uima.aae.spi.transport.vm,
+            org.apache.uima.adapter.jms,
+            org.apache.uima.adapter.jms.activemq,
+            org.apache.uima.adapter.jms.client,
+            org.apache.uima.adapter.jms.message,
+            org.apache.uima.adapter.jms.service,
+            org.apache.uima.examples.as,
+            org.apache.uima.jms.error.handler
+                </_exportcontents>
+    
+                <Import-Package>org.apache.log4j;resolution:=optional,*
+                </Import-Package>
+                
<Embed-Dependency>*;scope=compile;inline=true</Embed-Dependency>
+                <Fragement-Host>org.apache.uima.runtime</Fragement-Host>
+                
<Eclipse-RegisterBuddy>org.apache.uima.runtime</Eclipse-RegisterBuddy>
+              </instructions>
+            </configuration>
           </execution>
-        </executions>
-      </plugin>
-    </plugins>
-  </build>
+        </executions>
+      </plugin>
+    </plugins>
+  </build>
 </project>
\ No newline at end of file

Modified: uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-deployeditor/pom.xml Mon Jan 17 20:16:16 2011
@@ -17,21 +17,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Extension to the Component Descriptor Editor supporting editing 
UIMA-AS deployment descriptors</description>
   <url>${uimaWebsiteUrl}</url>
@@ -46,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   

Modified: uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml?rev=1060073&r1=1060072&r2=1060073&view=diff
==============================================================================
--- uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml (original)
+++ uima/uima-as/trunk/uimaj-ep-runtime-deployeditor/pom.xml Mon Jan 17 
20:16:16 2011
@@ -17,21 +17,19 @@
    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";>
+<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>uima-as-parent</artifactId>
-    <version>2.3.1-SNAPSHOT</version>
+    <version>2.3.1</version>
     <relativePath>../uima-as-parent/pom.xml</relativePath>
   </parent>
 
   <artifactId>uimaj-ep-runtime-deployeditor</artifactId>
   <packaging>jar</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA-AS Eclipse Plugin: ${project.artifactId}</name>
   <description>Bundles the uima-as runtime parts needed for the deploy editor 
extension to the CDE, as a fragment on top of the main uima 
runtime</description>
   <url>${uimaWebsiteUrl}</url>
@@ -46,13 +44,13 @@
        element, and just changing the following two properties -->  
   <scm>
     <connection>
-      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:http://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </connection>
     <developerConnection>
-      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      
http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uima-as-2.3.1/${uimaScmProject}
     </url>
   </scm>
   


Reply via email to