You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2019/11/04 15:04:27 UTC

[uima-uimaj] branch rc/uimaj-3.1.1 updated: [maven-release-plugin] prepare release uimaj-3.1.1

This is an automated email from the ASF dual-hosted git repository.

schor pushed a commit to branch rc/uimaj-3.1.1
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to refs/heads/rc/uimaj-3.1.1 by this push:
     new 35ae2c8  [maven-release-plugin] prepare release uimaj-3.1.1
35ae2c8 is described below

commit 35ae2c876783d4a94b0e059300dc4a47af334b71
Author: Marshall Schor <ms...@schor.com>
AuthorDate: Mon Nov 4 10:04:20 2019 -0500

    [maven-release-plugin] prepare release uimaj-3.1.1
---
 PearPackagingMavenPlugin/pom.xml                | 4 ++--
 aggregate-uimaj-docbooks/pom.xml                | 4 ++--
 aggregate-uimaj-eclipse-plugins/pom.xml         | 4 ++--
 aggregate-uimaj/pom.xml                         | 4 ++--
 jVinci/pom.xml                                  | 4 ++--
 jcasgen-maven-plugin/pom.xml                    | 4 ++--
 pom.xml                                         | 4 ++--
 uima-docbook-overview-and-setup/pom.xml         | 4 ++--
 uima-docbook-references/pom.xml                 | 4 ++--
 uima-docbook-tools/pom.xml                      | 4 ++--
 uima-docbook-tutorials-and-users-guides/pom.xml | 4 ++--
 uima-docbook-v3-users-guide/pom.xml             | 4 ++--
 uimaj-adapter-soap/pom.xml                      | 4 ++--
 uimaj-adapter-vinci/pom.xml                     | 4 ++--
 uimaj-bootstrap/pom.xml                         | 4 ++--
 uimaj-component-test-util/pom.xml               | 4 ++--
 uimaj-core/pom.xml                              | 4 ++--
 uimaj-cpe/pom.xml                               | 4 ++--
 uimaj-document-annotation/pom.xml               | 4 ++--
 uimaj-eclipse-feature-runtime/pom.xml           | 4 ++--
 uimaj-eclipse-feature-tools/pom.xml             | 4 ++--
 uimaj-ep-cas-editor-ide/pom.xml                 | 4 ++--
 uimaj-ep-cas-editor/pom.xml                     | 4 ++--
 uimaj-ep-configurator/pom.xml                   | 4 ++--
 uimaj-ep-debug/pom.xml                          | 4 ++--
 uimaj-ep-jcasgen/pom.xml                        | 4 ++--
 uimaj-ep-launcher/pom.xml                       | 4 ++--
 uimaj-ep-pear-packager/pom.xml                  | 4 ++--
 uimaj-ep-runtime/pom.xml                        | 4 ++--
 uimaj-examples/pom.xml                          | 4 ++--
 uimaj-json/pom.xml                              | 4 ++--
 uimaj-parent/pom.xml                            | 4 ++--
 uimaj-test-util/pom.xml                         | 4 ++--
 uimaj-tools/pom.xml                             | 4 ++--
 uimaj-v3migration-jcas/pom.xml                  | 4 ++--
 35 files changed, 70 insertions(+), 70 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 146c7a8..2b0c810 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/PearPackagingMavenPlugin
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/aggregate-uimaj-docbooks/pom.xml b/aggregate-uimaj-docbooks/pom.xml
index f065ed8..ea0f661 100644
--- a/aggregate-uimaj-docbooks/pom.xml
+++ b/aggregate-uimaj-docbooks/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/aggregate-uimaj-docbooks
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/aggregate-uimaj-eclipse-plugins/pom.xml b/aggregate-uimaj-eclipse-plugins/pom.xml
index 32fde98..af86063 100644
--- a/aggregate-uimaj-eclipse-plugins/pom.xml
+++ b/aggregate-uimaj-eclipse-plugins/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/aggregate-uimaj-eclipse-plugins
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
 
   <properties>
diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index 16b7bf8..b80a4b3 100644
--- a/aggregate-uimaj/pom.xml
+++ b/aggregate-uimaj/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/aggregate-uimaj
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index 1aa6509..5230b5c 100644
--- a/jVinci/pom.xml
+++ b/jVinci/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version> 
+    <version>3.1.1</version> 
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -54,7 +54,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/jVinci
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index 2476142..48cbc85 100644
--- a/jcasgen-maven-plugin/pom.xml
+++ b/jcasgen-maven-plugin/pom.xml
@@ -30,7 +30,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimaj-parent</artifactId>
-		<version>3.1.1-SNAPSHOT</version>
+		<version>3.1.1</version>
 		<relativePath>../uimaj-parent/pom.xml</relativePath>
 	</parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/jcasgen-maven-plugin
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
 
   <properties>
diff --git a/pom.xml b/pom.xml
index 14977dc..635ff24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -57,7 +57,7 @@
     <url>
       https://github.com/apache/uima-uimaj/
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
 
   <properties>
diff --git a/uima-docbook-overview-and-setup/pom.xml b/uima-docbook-overview-and-setup/pom.xml
index a1a1d41..060e419 100644
--- a/uima-docbook-overview-and-setup/pom.xml
+++ b/uima-docbook-overview-and-setup/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uima-docbook-overview-and-setup
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uima-docbook-references/pom.xml b/uima-docbook-references/pom.xml
index 239cf0e..acb98d8 100644
--- a/uima-docbook-references/pom.xml
+++ b/uima-docbook-references/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uima-docbook-references
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uima-docbook-tools/pom.xml b/uima-docbook-tools/pom.xml
index de0b154..18dff76 100644
--- a/uima-docbook-tools/pom.xml
+++ b/uima-docbook-tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uima-docbook-tools
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uima-docbook-tutorials-and-users-guides/pom.xml b/uima-docbook-tutorials-and-users-guides/pom.xml
index 3f57f52..f632203 100644
--- a/uima-docbook-tutorials-and-users-guides/pom.xml
+++ b/uima-docbook-tutorials-and-users-guides/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uima-docbook-tutorials-and-users-guides
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uima-docbook-v3-users-guide/pom.xml b/uima-docbook-v3-users-guide/pom.xml
index 7fa1c71..969d4c6 100644
--- a/uima-docbook-v3-users-guide/pom.xml
+++ b/uima-docbook-v3-users-guide/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -50,7 +50,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uima-docbook-v3-users-guide
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-adapter-soap/pom.xml b/uimaj-adapter-soap/pom.xml
index 76dadd1..a491c40 100644
--- a/uimaj-adapter-soap/pom.xml
+++ b/uimaj-adapter-soap/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-adapter-soap
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index c30fe90..5a31ac0 100644
--- a/uimaj-adapter-vinci/pom.xml
+++ b/uimaj-adapter-vinci/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-adapter-vinci
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-bootstrap/pom.xml b/uimaj-bootstrap/pom.xml
index 4e0bee4..16b1143 100644
--- a/uimaj-bootstrap/pom.xml
+++ b/uimaj-bootstrap/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -44,7 +44,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-bootstrap
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-component-test-util/pom.xml b/uimaj-component-test-util/pom.xml
index 1d3d0b1..828f9ee 100644
--- a/uimaj-component-test-util/pom.xml
+++ b/uimaj-component-test-util/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-component-test-util
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index 958c911..e2c670b 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-core
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index 1d41bbe..99593c5 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-cpe
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-document-annotation/pom.xml b/uimaj-document-annotation/pom.xml
index 4acf7ab..9f6e22b 100644
--- a/uimaj-document-annotation/pom.xml
+++ b/uimaj-document-annotation/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-document-annotation
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-eclipse-feature-runtime/pom.xml b/uimaj-eclipse-feature-runtime/pom.xml
index 50fd4d8..8422a14 100644
--- a/uimaj-eclipse-feature-runtime/pom.xml
+++ b/uimaj-eclipse-feature-runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
     
@@ -53,7 +53,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-eclipse-feature-runtime
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-eclipse-feature-tools/pom.xml b/uimaj-eclipse-feature-tools/pom.xml
index d7450f9..44bd85c 100644
--- a/uimaj-eclipse-feature-tools/pom.xml
+++ b/uimaj-eclipse-feature-tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-eclipse-feature-tools
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-cas-editor-ide/pom.xml b/uimaj-ep-cas-editor-ide/pom.xml
index 9b13ed2..37d7fc2 100644
--- a/uimaj-ep-cas-editor-ide/pom.xml
+++ b/uimaj-ep-cas-editor-ide/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-cas-editor-ide
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index f66de21..4b2a5f1 100644
--- a/uimaj-ep-cas-editor/pom.xml
+++ b/uimaj-ep-cas-editor/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-cas-editor
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index 75fd889..e850701 100644
--- a/uimaj-ep-configurator/pom.xml
+++ b/uimaj-ep-configurator/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-configurator
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index 605dc52..1e46e69 100644
--- a/uimaj-ep-debug/pom.xml
+++ b/uimaj-ep-debug/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -53,7 +53,7 @@ UIMA data structures to the Eclipse Debug displays</description>
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-debug
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index e8def62..1e4459f 100644
--- a/uimaj-ep-jcasgen/pom.xml
+++ b/uimaj-ep-jcasgen/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-jcasgen
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-launcher/pom.xml b/uimaj-ep-launcher/pom.xml
index ce26ac5..d166508 100644
--- a/uimaj-ep-launcher/pom.xml
+++ b/uimaj-ep-launcher/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-launcher
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 851bb78..cc1b5d3 100644
--- a/uimaj-ep-pear-packager/pom.xml
+++ b/uimaj-ep-pear-packager/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-pear-packager
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 784b7eb..6f12cbb 100644
--- a/uimaj-ep-runtime/pom.xml
+++ b/uimaj-ep-runtime/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-ep-runtime
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index c95e7bf..7e6699f 100644
--- a/uimaj-examples/pom.xml
+++ b/uimaj-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-examples
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-json/pom.xml b/uimaj-json/pom.xml
index 32314a3..980b94f 100644
--- a/uimaj-json/pom.xml
+++ b/uimaj-json/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   <artifactId>uimaj-json</artifactId>
@@ -33,7 +33,7 @@
     <connection>scm:git:https://github.com/apache/uima-uimaj/uimaj-json</connection>
     <developerConnection>scm:git:https://github.com/apache/uima-uimaj/uimaj-json</developerConnection>
     <url>https://github.com/apache/uima-uimaj/tree/master/uimaj-json</url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index e585666..03fcecb 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -38,7 +38,7 @@
   <groupId>org.apache.uima</groupId>
   <artifactId>uimaj-parent</artifactId>
   <packaging>pom</packaging>
-  <version>3.1.1-SNAPSHOT</version>
+  <version>3.1.1</version>
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
   <description>The common parent pom for the uimaj SDK</description>
   <url>${uimaWebsiteUrl}</url>
@@ -61,7 +61,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-parent
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
 
   <!-- The repositories and pluginRepositories section is duplicated from
diff --git a/uimaj-test-util/pom.xml b/uimaj-test-util/pom.xml
index b8b8c30..ff24dce 100644
--- a/uimaj-test-util/pom.xml
+++ b/uimaj-test-util/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -52,7 +52,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/jvinci
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index 28f9d76..49d1d3d 100644
--- a/uimaj-tools/pom.xml
+++ b/uimaj-tools/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
@@ -51,7 +51,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-tools
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>
diff --git a/uimaj-v3migration-jcas/pom.xml b/uimaj-v3migration-jcas/pom.xml
index bf1097e..e50ad9a 100644
--- a/uimaj-v3migration-jcas/pom.xml
+++ b/uimaj-v3migration-jcas/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.1.1-SNAPSHOT</version>
+    <version>3.1.1</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -43,7 +43,7 @@
     <url>
       https://github.com/apache/uima-uimaj/tree/master/uimaj-jcas
     </url>
-    <tag>HEAD</tag>
+    <tag>uimaj-3.1.1</tag>
   </scm>
   
   <properties>