You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/05/19 12:30:10 UTC

[uima-uimaj] branch main updated: [maven-release-plugin] rollback the release of uimaj-3.4.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new dfa4fef18 [maven-release-plugin] rollback the release of uimaj-3.4.0
dfa4fef18 is described below

commit dfa4fef18757e6fa56876f503b96d08fe2a09ab6
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Thu May 19 14:30:06 2022 +0200

    [maven-release-plugin] rollback the release of uimaj-3.4.0
---
 PearPackagingMavenPlugin/pom.xml                |  2 +-
 aggregate-uimaj-docbooks/pom.xml                |  2 +-
 aggregate-uimaj-eclipse-plugins/pom.xml         |  6 ++++--
 aggregate-uimaj/pom.xml                         |  2 +-
 jVinci/pom.xml                                  |  2 +-
 jcasgen-maven-plugin/pom.xml                    |  2 +-
 pom.xml                                         | 16 ++++++++--------
 uima-doc-v3-users-guide/pom.xml                 |  2 +-
 uima-docbook-overview-and-setup/pom.xml         |  2 +-
 uima-docbook-references/pom.xml                 |  2 +-
 uima-docbook-tools/pom.xml                      |  2 +-
 uima-docbook-tutorials-and-users-guides/pom.xml |  2 +-
 uimaj-adapter-vinci/pom.xml                     |  2 +-
 uimaj-bootstrap/pom.xml                         |  2 +-
 uimaj-component-test-util/pom.xml               |  2 +-
 uimaj-core/pom.xml                              |  2 +-
 uimaj-cpe/pom.xml                               |  2 +-
 uimaj-document-annotation/pom.xml               |  2 +-
 uimaj-eclipse-feature-runtime/pom.xml           |  4 ++--
 uimaj-eclipse-feature-tools/pom.xml             | 18 +++++++++---------
 uimaj-eclipse-maven-p2-site/pom.xml             |  6 ++++--
 uimaj-eclipse-update-site/pom.xml               | 10 ++++++----
 uimaj-ep-cas-editor-ide/pom.xml                 |  2 +-
 uimaj-ep-cas-editor/pom.xml                     |  2 +-
 uimaj-ep-configurator/pom.xml                   |  2 +-
 uimaj-ep-debug/pom.xml                          |  2 +-
 uimaj-ep-jcasgen/pom.xml                        |  2 +-
 uimaj-ep-launcher/pom.xml                       |  2 +-
 uimaj-ep-pear-packager/pom.xml                  |  2 +-
 uimaj-ep-runtime/pom.xml                        |  2 +-
 uimaj-examples/pom.xml                          |  2 +-
 uimaj-json/pom.xml                              |  2 +-
 uimaj-parent/pom.xml                            |  2 +-
 uimaj-test-util/pom.xml                         |  2 +-
 uimaj-tools/pom.xml                             |  2 +-
 uimaj-v3migration-jcas/pom.xml                  |  2 +-
 36 files changed, 63 insertions(+), 57 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index 9a809c419..7c244d50f 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/aggregate-uimaj-docbooks/pom.xml b/aggregate-uimaj-docbooks/pom.xml
index e762a8ab8..d0ce1d6e4 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/aggregate-uimaj-eclipse-plugins/pom.xml b/aggregate-uimaj-eclipse-plugins/pom.xml
index e0ec62e90..9019154ef 100644
--- a/aggregate-uimaj-eclipse-plugins/pom.xml
+++ b/aggregate-uimaj-eclipse-plugins/pom.xml
@@ -17,13 +17,15 @@
    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>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index e89ebaa13..ebea87ed5 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index 880481013..dc773f297 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index a04d2bfdd..a6e2fb6e1 100644
--- a/jcasgen-maven-plugin/pom.xml
+++ b/jcasgen-maven-plugin/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
diff --git a/pom.xml b/pom.xml
index 52884d509..6f3f39954 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -350,17 +350,17 @@
                     <mkdir dir="${staging-local-root}/${staging-folder}" />
                     <copy todir="${staging-local-root}/${staging-folder}">
                       <fileset dir="${project.build.directory}">
-                        <include name="uimaj-${project.version}-*.zip" />
-                        <include name="uimaj-${project.version}-*.zip.asc" />
-                        <include name="uimaj-${project.version}-*.zip.sha512" />
-                        <include name="uimaj-${project.version}-*.tar.gz" />
-                        <include name="uimaj-${project.version}-*.tar.gz.asc" />
-                        <include name="uimaj-${project.version}-*.tar.gz.sha512" />
+                        <include name="uimaj-${project.version}-*.zip"/>
+                        <include name="uimaj-${project.version}-*.zip.asc"/>
+                        <include name="uimaj-${project.version}-*.zip.sha512"/>
+                        <include name="uimaj-${project.version}-*.tar.gz"/>
+                        <include name="uimaj-${project.version}-*.tar.gz.asc"/>
+                        <include name="uimaj-${project.version}-*.tar.gz.sha512"/>
                       </fileset>
                     </copy>
                     <copy todir="${staging-local-root}/${staging-folder}/eclipse-update-site">
                       <fileset dir="uimaj-eclipse-update-site/target/repository">
-                        <include name="**/*" />
+                        <include name="**/*"/>
                       </fileset>
                     </copy>
                   </target>
diff --git a/uima-doc-v3-users-guide/pom.xml b/uima-doc-v3-users-guide/pom.xml
index 520790b7f..94526597e 100644
--- a/uima-doc-v3-users-guide/pom.xml
+++ b/uima-doc-v3-users-guide/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uima-docbook-overview-and-setup/pom.xml b/uima-docbook-overview-and-setup/pom.xml
index 965790e61..24bbf2dde 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   
diff --git a/uima-docbook-references/pom.xml b/uima-docbook-references/pom.xml
index ac1858cef..97a50398e 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uima-docbook-tools/pom.xml b/uima-docbook-tools/pom.xml
index bcc3c9496..0b02dcebf 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uima-docbook-tutorials-and-users-guides/pom.xml b/uima-docbook-tutorials-and-users-guides/pom.xml
index d6710dbd1..fbb752766 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index 7a2dba6ac..e395edaa9 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-bootstrap/pom.xml b/uimaj-bootstrap/pom.xml
index bf7c7cd29..32645d7dc 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-component-test-util/pom.xml b/uimaj-component-test-util/pom.xml
index 6e6a7df28..856afc1d1 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index 513b788a3..6d2652205 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index b793e02d5..99b388728 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-document-annotation/pom.xml b/uimaj-document-annotation/pom.xml
index bc064faf1..397293d53 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-eclipse-feature-runtime/pom.xml b/uimaj-eclipse-feature-runtime/pom.xml
index cd3f32668..6dcbe72cb 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-runtime</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file
diff --git a/uimaj-eclipse-feature-tools/pom.xml b/uimaj-eclipse-feature-tools/pom.xml
index 25543767a..9151f5708 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -38,42 +38,42 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.runtime</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-cas-editor</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-cas-editor-ide</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-configurator</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-debug</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-jcasgen</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-pear-packager</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-launcher</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file
diff --git a/uimaj-eclipse-maven-p2-site/pom.xml b/uimaj-eclipse-maven-p2-site/pom.xml
index a59eb98ad..cd600e6ed 100644
--- a/uimaj-eclipse-maven-p2-site/pom.xml
+++ b/uimaj-eclipse-maven-p2-site/pom.xml
@@ -17,13 +17,15 @@
    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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-eclipse-update-site/pom.xml b/uimaj-eclipse-update-site/pom.xml
index f19d2d67b..46a0eabb9 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -17,13 +17,15 @@
    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 https://maven.apache.org/xsd/maven-4.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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -43,12 +45,12 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.runtime</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.tools</artifactId>
-      <version>3.4.1-SNAPSHOT</version>
+      <version>3.4.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/uimaj-ep-cas-editor-ide/pom.xml b/uimaj-ep-cas-editor-ide/pom.xml
index da05a8bd4..2e1f9fde4 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index 2cf88fa65..851b9cb65 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index c505b3db6..27b0d9a0f 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index 79ca636b0..facc8e525 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index f5d00f0f8..b7bc92821 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-launcher/pom.xml b/uimaj-ep-launcher/pom.xml
index 75693b34d..180636b7f 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 9b8570ad1..936582347 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 335819573..c2aa0c773 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index 07c6c521c..c799b788d 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-json/pom.xml b/uimaj-json/pom.xml
index 49f985c49..54c1ffa0d 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
   <artifactId>uimaj-json</artifactId>
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index db6c21608..dff321ef5 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -37,7 +37,7 @@
 
   <artifactId>uimaj-parent</artifactId>
   <packaging>pom</packaging>
-  <version>3.4.1-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
   <description>The common parent pom for the UIMA Java SDK</description>
   <url>${uimaWebsiteUrl}</url>
diff --git a/uimaj-test-util/pom.xml b/uimaj-test-util/pom.xml
index b3b527bbc..3b0594c1f 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index 15a42e61a..3d0de13c2 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-v3migration-jcas/pom.xml b/uimaj-v3migration-jcas/pom.xml
index d8657c8e1..3e81c1c3f 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.4.1-SNAPSHOT</version>
+    <version>3.4.0-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>