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

rec pushed a commit to branch rel/441-Apache-UIMA-Java-SDK-3.6.1
in repository https://gitbox.apache.org/repos/asf/uima-uimaj.git


The following commit(s) were added to 
refs/heads/rel/441-Apache-UIMA-Java-SDK-3.6.1 by this push:
     new 26954763c [maven-release-plugin] prepare for next development iteration
26954763c is described below

commit 26954763ca33a391678fd73ca98f54dc260f1476
Author: noname <nomail>
AuthorDate: Wed Sep 24 11:51:53 2025 +0200

    [maven-release-plugin] prepare for next development iteration
---
 PearPackagingMavenPlugin/pom.xml          |  2 +-
 aggregate-uimaj-eclipse-plugins/pom.xml   |  2 +-
 aggregate-uimaj/pom.xml                   |  2 +-
 jVinci/pom.xml                            |  2 +-
 jcasgen-maven-plugin/pom.xml              |  2 +-
 pom.xml                                   |  4 ++--
 uima-bnd-plugin/pom.xml                   |  2 +-
 uimafit-assertj/pom.xml                   |  2 +-
 uimafit-benchmark/pom.xml                 |  2 +-
 uimafit-core/pom.xml                      |  2 +-
 uimafit-cpe/pom.xml                       |  2 +-
 uimafit-examples/pom.xml                  |  2 +-
 uimafit-junit/pom.xml                     |  2 +-
 uimafit-maven-plugin/pom.xml              |  2 +-
 uimafit-spring/pom.xml                    |  2 +-
 uimaj-adapter-vinci/pom.xml               |  2 +-
 uimaj-bom/pom.xml                         | 30 +++++++++++++++---------------
 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-documentation/pom.xml               |  2 +-
 uimaj-eclipse-feature-runtime/feature.xml |  2 +-
 uimaj-eclipse-feature-runtime/pom.xml     |  4 ++--
 uimaj-eclipse-feature-tools/feature.xml   |  4 ++--
 uimaj-eclipse-feature-tools/pom.xml       | 18 +++++++++---------
 uimaj-eclipse-maven-p2-site/pom.xml       |  2 +-
 uimaj-eclipse-update-site/category.xml    |  4 ++--
 uimaj-eclipse-update-site/pom.xml         |  6 +++---
 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-it-pear-with-typesystem/pom.xml     |  2 +-
 uimaj-json/pom.xml                        |  2 +-
 uimaj-parent-internal/pom.xml             |  2 +-
 uimaj-parent/pom.xml                      |  4 ++--
 uimaj-test-util/pom.xml                   |  2 +-
 uimaj-tools/pom.xml                       |  2 +-
 uimaj-v3migration-jcas/pom.xml            |  2 +-
 46 files changed, 75 insertions(+), 75 deletions(-)

diff --git a/PearPackagingMavenPlugin/pom.xml b/PearPackagingMavenPlugin/pom.xml
index b6ebdf9cc..4580dbb46 100644
--- a/PearPackagingMavenPlugin/pom.xml
+++ b/PearPackagingMavenPlugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/aggregate-uimaj-eclipse-plugins/pom.xml 
b/aggregate-uimaj-eclipse-plugins/pom.xml
index 5c642b631..0390275f0 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/aggregate-uimaj/pom.xml b/aggregate-uimaj/pom.xml
index 09e14c62b..a115ee770 100644
--- a/aggregate-uimaj/pom.xml
+++ b/aggregate-uimaj/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/jVinci/pom.xml b/jVinci/pom.xml
index 3985d0f6d..068898e1e 100644
--- a/jVinci/pom.xml
+++ b/jVinci/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/jcasgen-maven-plugin/pom.xml b/jcasgen-maven-plugin/pom.xml
index e1a3b089e..2902a363e 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index eb676942b..822775fe7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
@@ -43,7 +43,7 @@
     <connection>scm:git:https://github.com/apache/uima-uimaj/</connection>
     
<developerConnection>scm:git:https://github.com/apache/uima-uimaj/</developerConnection>
     <url>https://github.com/apache/uima-uimaj/</url>
-    <tag>uimaj-3.6.1</tag>
+    <tag>uimaj-3.6.0</tag>
   </scm>
 
   <properties>
diff --git a/uima-bnd-plugin/pom.xml b/uima-bnd-plugin/pom.xml
index 4ec0bea43..76560e2cd 100644
--- a/uima-bnd-plugin/pom.xml
+++ b/uima-bnd-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimafit-assertj/pom.xml b/uimafit-assertj/pom.xml
index ec56df874..15447f08e 100644
--- a/uimafit-assertj/pom.xml
+++ b/uimafit-assertj/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimafit-benchmark/pom.xml b/uimafit-benchmark/pom.xml
index f55df0a52..75da9feba 100644
--- a/uimafit-benchmark/pom.xml
+++ b/uimafit-benchmark/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
   
diff --git a/uimafit-core/pom.xml b/uimafit-core/pom.xml
index b8123410c..22267db64 100644
--- a/uimafit-core/pom.xml
+++ b/uimafit-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimafit-cpe/pom.xml b/uimafit-cpe/pom.xml
index 02e866b31..14619fa15 100644
--- a/uimafit-cpe/pom.xml
+++ b/uimafit-cpe/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
   
diff --git a/uimafit-examples/pom.xml b/uimafit-examples/pom.xml
index 39efaad55..be672206b 100644
--- a/uimafit-examples/pom.xml
+++ b/uimafit-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimafit-junit/pom.xml b/uimafit-junit/pom.xml
index 6b9bfe336..cc3e6e4d9 100644
--- a/uimafit-junit/pom.xml
+++ b/uimafit-junit/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
   
diff --git a/uimafit-maven-plugin/pom.xml b/uimafit-maven-plugin/pom.xml
index b7fb9a24a..176e70889 100644
--- a/uimafit-maven-plugin/pom.xml
+++ b/uimafit-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimafit-spring/pom.xml b/uimafit-spring/pom.xml
index 6cb2ed3a5..28806438f 100644
--- a/uimafit-spring/pom.xml
+++ b/uimafit-spring/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
   
diff --git a/uimaj-adapter-vinci/pom.xml b/uimaj-adapter-vinci/pom.xml
index 1abd504d7..af8a8eeab 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-bom/pom.xml b/uimaj-bom/pom.xml
index b82a9d3b5..f38067d55 100644
--- a/uimaj-bom/pom.xml
+++ b/uimaj-bom/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
@@ -37,73 +37,73 @@
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-core</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-cpe</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-json</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-tools</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-adapter-vinci</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>jVinci</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-test-util</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-component-test-util</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimaj-document-annotation</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-assertj</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-core</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-cpe</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-junit</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.uima</groupId>
         <artifactId>uimafit-spring</artifactId>
-        <version>3.6.1</version>
+        <version>3.6.2-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
diff --git a/uimaj-bootstrap/pom.xml b/uimaj-bootstrap/pom.xml
index d5b0627ef..677f60c03 100644
--- a/uimaj-bootstrap/pom.xml
+++ b/uimaj-bootstrap/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-component-test-util/pom.xml 
b/uimaj-component-test-util/pom.xml
index 1caba52e9..dc20c3c0c 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-core/pom.xml b/uimaj-core/pom.xml
index e66f590c0..ad3e521a8 100644
--- a/uimaj-core/pom.xml
+++ b/uimaj-core/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-cpe/pom.xml b/uimaj-cpe/pom.xml
index b6cf20117..7961450df 100644
--- a/uimaj-cpe/pom.xml
+++ b/uimaj-cpe/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-document-annotation/pom.xml 
b/uimaj-document-annotation/pom.xml
index 64e46dace..b4e2d63a2 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-documentation/pom.xml b/uimaj-documentation/pom.xml
index bfe623922..033d5eccb 100644
--- a/uimaj-documentation/pom.xml
+++ b/uimaj-documentation/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-eclipse-feature-runtime/feature.xml 
b/uimaj-eclipse-feature-runtime/feature.xml
index 9ae2e6876..518966425 100644
--- a/uimaj-eclipse-feature-runtime/feature.xml
+++ b/uimaj-eclipse-feature-runtime/feature.xml
@@ -20,7 +20,7 @@
 <feature
       id="org.apache.uima.runtime"
       label="UIMA Runtime"
-      version="3.6.1"
+      version="3.6.2.qualifier"
       provider-name="Apache Software Foundation">
 
    <description>
diff --git a/uimaj-eclipse-feature-runtime/pom.xml 
b/uimaj-eclipse-feature-runtime/pom.xml
index 53b5120d7..241d8fc6e 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-runtime</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   
diff --git a/uimaj-eclipse-feature-tools/feature.xml 
b/uimaj-eclipse-feature-tools/feature.xml
index 2fe9692b6..9cff0b395 100644
--- a/uimaj-eclipse-feature-tools/feature.xml
+++ b/uimaj-eclipse-feature-tools/feature.xml
@@ -20,7 +20,7 @@
 <feature
       id="org.apache.uima.tools"
       label="UIMA Tools (includes Runtime)"
-      version="3.6.1"
+      version="3.6.2.qualifier"
       provider-name="Apache Software Foundation">
 
    <description>
@@ -153,7 +153,7 @@ Apache UIMA is a trademark of the Apache Software 
Foundation in the United State
 
    <includes
          id="org.apache.uima.runtime"
-         version="3.6.1"
+         version="3.6.2.qualifier"
          name="UIMA Runtime plugin feature"/>
 
    <requires>
diff --git a/uimaj-eclipse-feature-tools/pom.xml 
b/uimaj-eclipse-feature-tools/pom.xml
index 3da16e9e0..ea5ca2ede 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
@@ -38,42 +38,42 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.runtime</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-cas-editor</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-cas-editor-ide</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-configurator</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-debug</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-jcasgen</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-pear-packager</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimaj-ep-launcher</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
   
diff --git a/uimaj-eclipse-maven-p2-site/pom.xml 
b/uimaj-eclipse-maven-p2-site/pom.xml
index ad39faa99..01020a0f9 100644
--- a/uimaj-eclipse-maven-p2-site/pom.xml
+++ b/uimaj-eclipse-maven-p2-site/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-eclipse-update-site/category.xml 
b/uimaj-eclipse-update-site/category.xml
index 22d1b01fb..93e325f39 100644
--- a/uimaj-eclipse-update-site/category.xml
+++ b/uimaj-eclipse-update-site/category.xml
@@ -20,10 +20,10 @@
    ***************************************************************
    -->
 <site>
-   <feature url="features/org.apache.uima.runtime_3.6.1.jar" 
id="org.apache.uima.runtime" version="3.6.1">
+   <feature url="features/org.apache.uima.runtime_3.6.2.qualifier.jar" 
id="org.apache.uima.runtime" version="3.6.2.qualifier">
       <category name="uima-tooling-and-runtimes"/>
    </feature>
-   <feature url="features/org.apache.uima.tools_3.6.1.jar" 
id="org.apache.uima.tools" version="3.6.1">
+   <feature url="features/org.apache.uima.tools_3.6.2.qualifier.jar" 
id="org.apache.uima.tools" version="3.6.2.qualifier">
       <category name="uima-tooling-and-runtimes"/>
    </feature>
    <category-def name="uima-tooling-and-runtimes" label="Apache UIMA Eclipse 
tooling and runtime support">
diff --git a/uimaj-eclipse-update-site/pom.xml 
b/uimaj-eclipse-update-site/pom.xml
index d1f4d5ef2..59518b3f6 100644
--- a/uimaj-eclipse-update-site/pom.xml
+++ b/uimaj-eclipse-update-site/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
@@ -43,12 +43,12 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.runtime</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>org.apache.uima.tools</artifactId>
-      <version>3.6.1</version>
+      <version>3.6.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/uimaj-ep-cas-editor-ide/pom.xml b/uimaj-ep-cas-editor-ide/pom.xml
index 73caef672..d9587c294 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-cas-editor/pom.xml b/uimaj-ep-cas-editor/pom.xml
index 210f00763..fbac40c83 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-configurator/pom.xml b/uimaj-ep-configurator/pom.xml
index d8f50957e..07cdcff07 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-debug/pom.xml b/uimaj-ep-debug/pom.xml
index 7ebfcb24a..73a8a5304 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-jcasgen/pom.xml b/uimaj-ep-jcasgen/pom.xml
index 08e9bf3b4..e69d964c7 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-launcher/pom.xml b/uimaj-ep-launcher/pom.xml
index 9227d00e7..dd1b8e56a 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-pear-packager/pom.xml b/uimaj-ep-pear-packager/pom.xml
index 8c1fd3b54..ef7716f28 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-ep-runtime/pom.xml b/uimaj-ep-runtime/pom.xml
index 06f821d4f..32e905c80 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-examples/pom.xml b/uimaj-examples/pom.xml
index 09ad817ad..6451758cf 100644
--- a/uimaj-examples/pom.xml
+++ b/uimaj-examples/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-it-pear-with-typesystem/pom.xml 
b/uimaj-it-pear-with-typesystem/pom.xml
index e52a810bc..96df198ff 100644
--- a/uimaj-it-pear-with-typesystem/pom.xml
+++ b/uimaj-it-pear-with-typesystem/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-json/pom.xml b/uimaj-json/pom.xml
index fbc97c44d..6eaf91a4f 100644
--- a/uimaj-json/pom.xml
+++ b/uimaj-json/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
   
diff --git a/uimaj-parent-internal/pom.xml b/uimaj-parent-internal/pom.xml
index b5ec1ed1d..e87571955 100644
--- a/uimaj-parent-internal/pom.xml
+++ b/uimaj-parent-internal/pom.xml
@@ -31,7 +31,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimaj-parent</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-parent/pom.xml b/uimaj-parent/pom.xml
index 771639aa2..0eeb224cd 100644
--- a/uimaj-parent/pom.xml
+++ b/uimaj-parent/pom.xml
@@ -36,7 +36,7 @@
   </parent>
 
   <artifactId>uimaj-parent</artifactId>
-  <version>3.6.1</version>
+  <version>3.6.2-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache UIMA Java SDK: ${project.artifactId}</name>
@@ -49,7 +49,7 @@
   </issueManagement>
 
   <scm>
-    <tag>uimaj-3.6.1</tag>
+    <tag>uimaj-3.6.0</tag>
     <connection>scm:git:https://github.com/apache/uima-uimaj/</connection>
     
<developerConnection>scm:git:https://github.com/apache/uima-uimaj/</developerConnection>
     <url>https://github.com/apache/uima-uimaj/</url>
diff --git a/uimaj-test-util/pom.xml b/uimaj-test-util/pom.xml
index ea66534a9..044e18d20 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 
diff --git a/uimaj-tools/pom.xml b/uimaj-tools/pom.xml
index b8e345585..c11cdabb2 100644
--- a/uimaj-tools/pom.xml
+++ b/uimaj-tools/pom.xml
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.uima</groupId>
                <artifactId>uimaj-parent-internal</artifactId>
-               <version>3.6.1</version>
+               <version>3.6.2-SNAPSHOT</version>
                <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
        </parent>
 
diff --git a/uimaj-v3migration-jcas/pom.xml b/uimaj-v3migration-jcas/pom.xml
index a9f9ccd62..818645aea 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-internal</artifactId>
-    <version>3.6.1</version>
+    <version>3.6.2-SNAPSHOT</version>
     <relativePath>../uimaj-parent-internal/pom.xml</relativePath>
   </parent>
 

Reply via email to