[maven-release-plugin] prepare release uimaj-distr-2.3.1

git-svn-id: https://svn.apache.org/repos/asf/uima/uimaj/trunk@1029704 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index ec43512..68ca9ae 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>PearPackagingMavenPlugin</artifactId>

-  <version>2.3.1-SNAPSHOT</version>

+  <version>2.3.1</version>

 	<packaging>maven-plugin</packaging>

 	<name>UIMA Maven Plugin ${project.artifactId}</name>

   <description>This is a maven plugin that produces a pear artifact.</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

@@ -61,7 +59,7 @@
     <uimaScmRoot>uimaj</uimaScmRoot>

     <uimaScmProject>${project.artifactId}</uimaScmProject>

     <bookNameRoot>PearPackagingMavenPluginUserGuide</bookNameRoot>

-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>

+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>

   </properties>

   

 

diff --git a/aggregate-uimaj-docbooks/pom.xml b/aggregate-uimaj-docbooks/pom.xml
index 5c181d4..781658c 100644
--- a/aggregate-uimaj-docbooks/pom.xml
+++ b/aggregate-uimaj-docbooks/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

 

 	<artifactId>aggregate-uimaj-docbooks</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Aggregate POM ${project.artifactId}: UIMA Base</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/aggregate-uimaj-eclipse-plugins/pom.xml b/aggregate-uimaj-eclipse-plugins/pom.xml
index b44e192..1abe7fd 100644
--- a/aggregate-uimaj-eclipse-plugins/pom.xml
+++ b/aggregate-uimaj-eclipse-plugins/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

 

   <artifactId>aggregate-uimaj-eclipse-plugins</artifactId>

   <packaging>pom</packaging>

-  <version>2.3.1-SNAPSHOT</version>

+  <version>2.3.1</version>

   <name>UIMA Aggregate: ${project.artifactId}</name>

   <description>The aggregate for building the Eclipse plugins 

     that are part of the base UIMA 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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

 

diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index c7bef1a..40b18ae 100644
--- a/aggregate-uimaj/pom.xml
+++ b/aggregate-uimaj/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

 

 	<artifactId>aggregate-uimaj</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Aggregate: ${project.artifactId}: UIMA Base</name>

   <description>The aggregate for the base UIMA framework build and release</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index 17b5016..a39f3a6 100644
--- a/jVinci/pom.xml
+++ b/jVinci/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version> 
-    <relativePath/>
+    <version>1</version> 
+    <relativePath />
   </parent>
 
 	<artifactId>jVinci</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>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
@@ -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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
diff --git a/uima-docbook-overview-and-setup/pom.xml b/uima-docbook-overview-and-setup/pom.xml
index 24378ba..7600e00 100644
--- a/uima-docbook-overview-and-setup/pom.xml
+++ b/uima-docbook-overview-and-setup/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uima-docbook-overview-and-setup</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>Apache UIMA SDK Documentation - overview and setup</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/uima-docbook-references/pom.xml b/uima-docbook-references/pom.xml
index dca4512..d34e285 100644
--- a/uima-docbook-references/pom.xml
+++ b/uima-docbook-references/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uima-docbook-references</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>Apache UIMA SDK Documentation - references</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/uima-docbook-tools/pom.xml b/uima-docbook-tools/pom.xml
index 248ea32..8bf3283 100644
--- a/uima-docbook-tools/pom.xml
+++ b/uima-docbook-tools/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uima-docbook-tools</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>Apache UIMA SDK Documentation - tools</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/uima-docbook-tutorials-and-users-guides/pom.xml b/uima-docbook-tutorials-and-users-guides/pom.xml
index a230e03..4cdc3d0 100644
--- a/uima-docbook-tutorials-and-users-guides/pom.xml
+++ b/uima-docbook-tutorials-and-users-guides/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uima-docbook-tutorials-and-users-guides</artifactId>

 	<packaging>pom</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>Apache UIMA SDK Documentation - tutorials and user's guides</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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/uimaj-adapter-soap/pom.xml b/uimaj-adapter-soap/pom.xml
index bd31bf3..063fe7b 100644
--- a/uimaj-adapter-soap/pom.xml
+++ b/uimaj-adapter-soap/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
 
 	<artifactId>uimaj-adapter-soap</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>UIMA Base: ${project.artifactId}: SOAP Adapter</name>
   <description>Provides the capability to connect to a remote
     component, using the SOAP protocol</description>
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
   
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index 4b83912..42fc97b 100644
--- a/uimaj-adapter-vinci/pom.xml
+++ b/uimaj-adapter-vinci/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-adapter-vinci</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>UIMA Base: ${project.artifactId}: Vinci Adapter</name>
   <description>Provides the capability to connect to a remote analysis
     engine, using the Vinci protocol</description>
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>    
   </properties>
   
diff --git a/uimaj-bootstrap/pom.xml b/uimaj-bootstrap/pom.xml
index 254c087..3609b28 100644
--- a/uimaj-bootstrap/pom.xml
+++ b/uimaj-bootstrap/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

 

 	<artifactId>uimaj-bootstrap</artifactId>

 	<packaging>jar</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Base: ${project.artifactId}: Bootstrap launcher</name>

   <description>Configures a classpath from directories, and runs

     a Java application using that</description>

@@ -53,4 +51,10 @@
       </plugin>

     </plugins>

   </build>

+

+  <scm>

+    <connection>scm:svn:http://svn.apache.org/repos/asf/uima/build/tags/uimaj-distr-2.3.1/uimaj-bootstrap</connection>

+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/uima/build/tags/uimaj-distr-2.3.1/uimaj-bootstrap</developerConnection>

+    <url>http://svn.apache.org/viewvc/uima/build/tags/uimaj-distr-2.3.1/uimaj-bootstrap</url>

+  </scm>

 </project>
\ No newline at end of file
diff --git a/uimaj-component-test-util/pom.xml b/uimaj-component-test-util/pom.xml
index b536daf..e889fad 100644
--- a/uimaj-component-test-util/pom.xml
+++ b/uimaj-component-test-util/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-component-test-util</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>UIMA Base: ${project.artifactId}: for JUnit</name>
   <description>Supporting utilities used in various JUnit tests</description>
   <url>${uimaWebsiteUrl}</url>
@@ -46,20 +44,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
   </properties>
 
 	<dependencies>
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index e45e478..03304f9 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-core</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>UIMA Base: ${project.artifactId}</name>
   <description>The core implementation of the UIMA Java Framework</description>
   <url>${uimaWebsiteUrl}</url>
@@ -46,20 +44,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
   
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index 0488abc..e5973bd 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-cpe</artifactId>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>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 
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
 
diff --git a/uimaj-distr/pom.xml b/uimaj-distr/pom.xml
index f4fcafb..ecb4d22e 100644
--- a/uimaj-distr/pom.xml
+++ b/uimaj-distr/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
 
   <artifactId>uimaj-distr</artifactId>
   <packaging>pom</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <name>UIMA Base: ${project.artifactId}</name>
   <description>Builds and releases UIMA Java SDK (base),
     including all of the included sub-projects,
@@ -48,13 +46,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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
diff --git a/uimaj-document-annotation/pom.xml b/uimaj-document-annotation/pom.xml
index 051fc11..6c25659 100644
--- a/uimaj-document-annotation/pom.xml
+++ b/uimaj-document-annotation/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-document-annotation</artifactId>
 	<packaging>jar</packaging>
-	<version>2.3.1-SNAPSHOT</version>
+	<version>2.3.1</version>
 	<name>UIMA Base: ${project.artifactId}</name>
   <description>A common, but not built-in, type in the type system,
     specifying the language of a document</description>
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
 
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index 50c4dfd..9346ed7 100644
--- a/uimaj-ep-cas-editor/pom.xml
+++ b/uimaj-ep-cas-editor/pom.xml
@@ -1,228 +1,227 @@
-<?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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
-  </parent>
-  
-	<artifactId>uimaj-ep-cas-editor</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
-	<packaging>jar</packaging>
-	<name>UIMA Eclipse: ${project.artifactId}</name>
-  <description>Allows editing the contents of a saved CAS</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>
-    <uimaScmRoot>uimaj</uimaScmRoot>
-    <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
-  </properties>
-  		
-	<dependencies>
-		<dependency>
-			<groupId>junit</groupId>
-			<artifactId>junit</artifactId>
-			<version>4.5</version>
-      <scope>test</scope>
-		</dependency>
-
-		<!-- UIMA dependencies -->
-		<!--
-			don't depend on the runtime plugin, instead, depend on the parts
-			needed
-		-->
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-core</artifactId>
-			<version>${uimaDependencyVersion}</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.apache.uima</groupId>
-			<artifactId>uimaj-tools</artifactId>
-			<version>${uimaDependencyVersion}</version>
-			<scope>compile</scope>
-		</dependency>
-
-		<!-- Eclipse dependencies -->
-		<dependency>
-			<groupId>org.eclipse.core</groupId>
-			<artifactId>runtime</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.eclipse.core</groupId>
-			<artifactId>resources</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<!-- Depending on org.eclipse.ui does not include the SWT dependency -->
-		<dependency>
-			<groupId>org.eclipse</groupId>
-			<artifactId>ui</artifactId>
-			<version>[3.3.0.0,4.0.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.ui</groupId>
-			<artifactId>ide</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.eclipse.ui</groupId>
-			<artifactId>views</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.ui.workbench</groupId>
-			<artifactId>texteditor</artifactId>
-			<version>[3.3.0.0,4.0.0)</version>
-			<scope>provided</scope>
-		</dependency>
-
-		<dependency>
-			<groupId>org.eclipse.jface</groupId>
-			<artifactId>text</artifactId>
-			<version>[3.3.0.0,4.0.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.caseditor_${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>parent-pom</artifactId>

+    <version>1</version>

+    <relativePath />

+  </parent>

+  

+	<artifactId>uimaj-ep-cas-editor</artifactId>

+  <version>2.3.1</version>

+	<packaging>jar</packaging>

+	<name>UIMA Eclipse: ${project.artifactId}</name>

+  <description>Allows editing the contents of a saved CAS</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/uimaj-distr-2.3.1/${uimaScmProject}

+    </connection>

+    <developerConnection>

+      scm:svn:https://svn.apache.org/repos/asf/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

+    </developerConnection>

+    <url>

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

+    </url>

+  </scm>

+  

+  <properties>

+    <uimaScmRoot>uimaj</uimaScmRoot>

+    <uimaScmProject>${project.artifactId}</uimaScmProject>

+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>

+  </properties>

+  		

+	<dependencies>

+		<dependency>

+			<groupId>junit</groupId>

+			<artifactId>junit</artifactId>

+			<version>4.5</version>

+      <scope>test</scope>

+		</dependency>

+

+		<!-- UIMA dependencies -->

+		<!--

+			don't depend on the runtime plugin, instead, depend on the parts

+			needed

+		-->

+		<dependency>

+			<groupId>org.apache.uima</groupId>

+			<artifactId>uimaj-core</artifactId>

+			<version>${uimaDependencyVersion}</version>

+			<scope>compile</scope>

+		</dependency>

+

+		<dependency>

+			<groupId>org.apache.uima</groupId>

+			<artifactId>uimaj-tools</artifactId>

+			<version>${uimaDependencyVersion}</version>

+			<scope>compile</scope>

+		</dependency>

+

+		<!-- Eclipse dependencies -->

+		<dependency>

+			<groupId>org.eclipse.core</groupId>

+			<artifactId>runtime</artifactId>

+			<version>[3.3.0.0,4.0.0)</version>

+			<scope>provided</scope>

+		</dependency>

+

+		<dependency>

+			<groupId>org.eclipse.core</groupId>

+			<artifactId>resources</artifactId>

+			<version>[3.3.0.0,4.0.0)</version>

+			<scope>provided</scope>

+		</dependency>

+

+		<!-- Depending on org.eclipse.ui does not include the SWT dependency -->

+		<dependency>

+			<groupId>org.eclipse</groupId>

+			<artifactId>ui</artifactId>

+			<version>[3.3.0.0,4.0.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.ui</groupId>

+			<artifactId>ide</artifactId>

+			<version>[3.3.0.0,4.0.0)</version>

+			<scope>provided</scope>

+		</dependency>

+

+		<dependency>

+			<groupId>org.eclipse.ui</groupId>

+			<artifactId>views</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.ui.workbench</groupId>

+			<artifactId>texteditor</artifactId>

+			<version>[3.3.0.0,4.0.0)</version>

+			<scope>provided</scope>

+		</dependency>

+

+		<dependency>

+			<groupId>org.eclipse.jface</groupId>

+			<artifactId>text</artifactId>

+			<version>[3.3.0.0,4.0.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.caseditor_${parsedVersion.osgiVersion}</finalName>		

+		<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.caseditor;singleton:=true</Bundle-SymbolicName>
-                <Bundle-Activator>org.apache.uima.caseditor.CasEditorPlugin</Bundle-Activator>
-                <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
-                <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>
-                <Export-Package>
-                  org.apache.uima.caseditor.*
-                      </Export-Package>
-                <Require-Bundle>
-                  org.eclipse.jface.text,
-                  org.eclipse.text,
-                  org.eclipse.ui.editors,
-                  org.eclipse.ui.workbench.texteditor,
-                  org.eclipse.ui.ide,
-                  org.eclipse.ui,
-                  org.eclipse.ui.workbench,
-                  org.eclipse.core.runtime,
-                  org.eclipse.core.resources,
-                  org.junit4;bundle-version="4.5.0";resolution:=optional
-                </Require-Bundle>
-                <Import-Package>
-                  !org.eclipse.jface.text,
-                  !org.eclipse.jface.text.link,
-                  !org.eclipse.jface.text.source,
-                  !org.eclipse.jface.text.templates,
-                  !org.eclipse.ui.texteditor,
-                  !org.eclipse.ui,
-                  !org.eclipse.ui.actions,
-                  !org.eclipse.ui.dialogs,
-                  !org.eclipse.ui.model,
-                  !org.eclipse.ui.part, 
-                  !org.eclipse.core.runtime,
-                  *
-                </Import-Package>
-              </instructions>
-            </configuration>
+            <configuration>

+              <instructions>

+                <Bundle-SymbolicName>org.apache.uima.caseditor;singleton:=true</Bundle-SymbolicName>

+                <Bundle-Activator>org.apache.uima.caseditor.CasEditorPlugin</Bundle-Activator>

+                <Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>

+                <Bundle-ActivationPolicy>lazy</Bundle-ActivationPolicy>

+                <Export-Package>

+                  org.apache.uima.caseditor.*

+                      </Export-Package>

+                <Require-Bundle>

+                  org.eclipse.jface.text,

+                  org.eclipse.text,

+                  org.eclipse.ui.editors,

+                  org.eclipse.ui.workbench.texteditor,

+                  org.eclipse.ui.ide,

+                  org.eclipse.ui,

+                  org.eclipse.ui.workbench,

+                  org.eclipse.core.runtime,

+                  org.eclipse.core.resources,

+                  org.junit4;bundle-version="4.5.0";resolution:=optional

+                </Require-Bundle>

+                <Import-Package>

+                  !org.eclipse.jface.text,

+                  !org.eclipse.jface.text.link,

+                  !org.eclipse.jface.text.source,

+                  !org.eclipse.jface.text.templates,

+                  !org.eclipse.ui.texteditor,

+                  !org.eclipse.ui,

+                  !org.eclipse.ui.actions,

+                  !org.eclipse.ui.dialogs,

+                  !org.eclipse.ui.model,

+                  !org.eclipse.ui.part, 

+                  !org.eclipse.core.runtime,

+                  *

+                </Import-Package>

+              </instructions>

+            </configuration>

           </execution>

-        </executions>
-			</plugin>
-      
-      <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <executions>
-          <execution>
-            <id>default-cli</id>
-            <configuration>
-              <excludes>
-                <exclude>release.properties</exclude> <!-- release generated artifact -->
-                <exclude>src/test/resources/ManualTests/*</exclude> <!-- test data -->
-                <exclude>marker-file-identifying-*</exclude>
-              </excludes>              
-            </configuration>
-          </execution>
-        </executions>
-      </plugin>   
-      
-		</plugins>
-	</build>
+        </executions>

+			</plugin>

+      

+      <plugin>

+        <groupId>org.apache.rat</groupId>

+        <artifactId>apache-rat-plugin</artifactId>

+        <executions>

+          <execution>

+            <id>default-cli</id>

+            <configuration>

+              <excludes>

+                <exclude>release.properties</exclude> <!-- release generated artifact -->

+                <exclude>src/test/resources/ManualTests/*</exclude> <!-- test data -->

+                <exclude>marker-file-identifying-*</exclude>

+              </excludes>              

+            </configuration>

+          </execution>

+        </executions>

+      </plugin>   

+      

+		</plugins>

+	</build>

 </project>
\ No newline at end of file
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index 2bb36f2..88d2df8 100644
--- a/uimaj-ep-configurator/pom.xml
+++ b/uimaj-ep-configurator/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
 
   <artifactId>uimaj-ep-configurator</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
   <packaging>jar</packaging>  
   <name>UIMA Eclipse: ${project.artifactId}: Descriptor Editor</name>
   <description>A frame-based editor for most of the UIMA XML 
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
+    <uimaDependenciesVersion>2.3.1</uimaDependenciesVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
   
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index 1d33013..5487675 100644
--- a/uimaj-ep-debug/pom.xml
+++ b/uimaj-ep-debug/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
 
 	<artifactId>uimaj-ep-debug</artifactId>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
 	<packaging>jar</packaging> 
 	<name>UIMA Eclipse: ${project.artifactId}</name>
   <!-- continuation lines need to start in col 1 else manifest has extra blanks -->
@@ -48,20 +46,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>
+    <uimaDependenciesVersion>2.3.1</uimaDependenciesVersion>
   </properties>
   
 	<dependencies>
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index 0818205..8c10705 100644
--- a/uimaj-ep-jcasgen/pom.xml
+++ b/uimaj-ep-jcasgen/pom.xml
@@ -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>parent-pom</artifactId>
-    <version>1-SNAPSHOT</version>
-    <relativePath/>
+    <version>1</version>
+    <relativePath />
   </parent>
   
 	<artifactId>uimaj-ep-jcasgen</artifactId>
 	<packaging>jar</packaging>
-  <version>2.3.1-SNAPSHOT</version>
+  <version>2.3.1</version>
 	<name>UIMA Eclipse: ${project.artifactId}</name>
   <description>Provides a connection to the JCasGen tooling, for
     the Component Descriptor Editor</description>
@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}
     </developerConnection>
     <url>
-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}
+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}
     </url>
   </scm>
   
   <properties>
     <uimaScmRoot>uimaj</uimaScmRoot>
     <uimaScmProject>${project.artifactId}</uimaScmProject>
-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>
+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>
     <postNoticeText>${ibmNoticeText}</postNoticeText>
   </properties>
   
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 6def543..768ba58 100644
--- a/uimaj-ep-pear-packager/pom.xml
+++ b/uimaj-ep-pear-packager/pom.xml
@@ -17,22 +17,20 @@
    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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

-  
-	<artifactId>uimaj-ep-pear-packager</artifactId>
-  <version>2.3.1-SNAPSHOT</version>

+  

+	<artifactId>uimaj-ep-pear-packager</artifactId>

+  <version>2.3.1</version>

 	<packaging>jar</packaging>

-	<name>UIMA Eclipse: ${project.artifactId}</name>
+	<name>UIMA Eclipse: ${project.artifactId}</name>

   <description>Provides an Eclipse Wizard to construct

     a PEAR package</description>

   <url>${uimaWebsiteUrl}</url>

@@ -47,23 +45,23 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

   <properties>

     <uimaScmRoot>uimaj</uimaScmRoot>

     <uimaScmProject>${project.artifactId}</uimaScmProject>

-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>

+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>

   </properties>

 

-	<dependencies>
+	<dependencies>

     <!-- UIMA 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".

@@ -85,7 +83,7 @@
       <version>${uimaDependencyVersion}</version>

       <scope>compile</scope>

     </dependency>

-    			
+    			

     <!-- Eclipse dependencies -->

     <dependency>

       <groupId>org.eclipse.core</groupId>

@@ -94,19 +92,19 @@
       <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>

+			<groupId>org.eclipse.core</groupId>

+			<artifactId>org.eclipse.core.runtime</artifactId>

+			<version>3.2.0</version>

+			<scope>provided</scope>

 		</dependency>

-    
-		<dependency>
-			<groupId>org.eclipse.jdt</groupId>
-			<artifactId>org.eclipse.jdt.core</artifactId>
-			<version>3.2.0</version>
-			<scope>provided</scope>
-		</dependency>	
+    

+		<dependency>

+			<groupId>org.eclipse.jdt</groupId>

+			<artifactId>org.eclipse.jdt.core</artifactId>

+			<version>3.2.0</version>

+			<scope>provided</scope>

+		</dependency>	

     <dependency>

       <groupId>org.eclipse.ui</groupId>

       <artifactId>org.eclipse.ui.ide</artifactId>

@@ -200,9 +198,9 @@
       <version>3.1.100</version>

       <scope>provided</scope>      

     </dependency>    

-	</dependencies>
+	</dependencies>

 	<build>

-    
+    

     <!-- don't use artifactId as first part of finalName, follow instead the eclipse convention -->  

     <finalName>org.apache.uima.pear_${parsedVersion.osgiVersion}</finalName>

     

@@ -277,6 +275,6 @@
           </instructions>

         </configuration>

       </plugin>  

-		</plugins>
-	</build>
+		</plugins>

+	</build>

 </project>
\ No newline at end of file
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 4f443b0..5285ff3 100644
--- a/uimaj-ep-runtime/pom.xml
+++ b/uimaj-ep-runtime/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

   <artifactId>uimaj-ep-runtime</artifactId>

-  <version>2.3.1-SNAPSHOT</version>

+  <version>2.3.1</version>

   <packaging>jar</packaging>  <!-- can't be bundle because it doesn't handle property substitution -->

   <name>UIMA Eclipse: ${project.artifactId}</name>

   <description>Provides the core UIMA Framework to other Eclipse 

@@ -47,20 +45,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

   <properties>

     <uimaScmRoot>uimaj</uimaScmRoot>

     <uimaScmProject>${project.artifactId}</uimaScmProject>

-    <uimaDependenciesVersion>2.3.1-SNAPSHOT</uimaDependenciesVersion>

+    <uimaDependenciesVersion>2.3.1</uimaDependenciesVersion>

   </properties>

   

   <!-- These dependencies should just be all the jars that

diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index 181372a..f147ea5 100644
--- a/uimaj-examples/pom.xml
+++ b/uimaj-examples/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uimaj-examples</artifactId>

 	<packaging>jar</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Base: ${project.artifactId}: SDK Examples</name>

   <description>Examples and sample code</description>

   <url>${uimaWebsiteUrl}</url>

@@ -46,20 +44,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

   <properties>

     <uimaScmRoot>uimaj</uimaScmRoot>

     <uimaScmProject>${project.artifactId}</uimaScmProject>

-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>

+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>

     <postNoticeText>${ibmNoticeText}</postNoticeText>

   </properties>

   

diff --git a/uimaj-test-util/pom.xml b/uimaj-test-util/pom.xml
index 1bec1da..32b91ed 100644
--- a/uimaj-test-util/pom.xml
+++ b/uimaj-test-util/pom.xml
@@ -17,22 +17,20 @@
    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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<groupId>org.apache.uima</groupId>

 	<artifactId>uimaj-test-util</artifactId>

 	<packaging>jar</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Base: ${project.artifactId}: JUnit utilities</name>

   <description>Utilities for testing UIMA</description>

   <url>${uimaWebsiteUrl}</url>

@@ -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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index 7f702e0..a051ada 100644
--- a/uimaj-tools/pom.xml
+++ b/uimaj-tools/pom.xml
@@ -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>parent-pom</artifactId>

-    <version>1-SNAPSHOT</version>

-    <relativePath/>

+    <version>1</version>

+    <relativePath />

   </parent>

   

 	<artifactId>uimaj-tools</artifactId>

 	<packaging>jar</packaging>

-	<version>2.3.1-SNAPSHOT</version>

+	<version>2.3.1</version>

 	<name>UIMA Base: ${project.artifactId}: Tools</name>

   <description>Tooling supporting UIMA use</description>

   <url>${uimaWebsiteUrl}</url>

@@ -46,20 +44,20 @@
        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/uimaj-distr-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/uimaj-distr-2.3.1/${uimaScmProject}

     </developerConnection>

     <url>

-      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/trunk/${uimaScmProject}

+      http://svn.apache.org/viewvc/uima/${uimaScmRoot}/tags/uimaj-distr-2.3.1/${uimaScmProject}

     </url>

   </scm>

   

   <properties>

     <uimaScmRoot>uimaj</uimaScmRoot>

     <uimaScmProject>${project.artifactId}</uimaScmProject>

-    <uimaDependencyVersion>2.3.1-SNAPSHOT</uimaDependencyVersion>

+    <uimaDependencyVersion>2.3.1</uimaDependencyVersion>

     <postNoticeText>${ibmNoticeText}</postNoticeText>

   </properties>