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 2020/04/15 08:57:20 UTC

[uima-uimafit] branch release/2.5.0 updated: [maven-release-plugin] prepare for next development iteration

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

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


The following commit(s) were added to refs/heads/release/2.5.0 by this push:
     new 587ca76  [maven-release-plugin] prepare for next development iteration
587ca76 is described below

commit 587ca76d9ba93f6f8d4d962fc870bf5d13e8b15b
Author: Richard Eckart de Castilho <re...@apache.org>
AuthorDate: Wed Apr 15 10:57:07 2020 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml                        | 10 +++++-----
 uimafit-benchmark/pom.xml      |  4 ++--
 uimafit-core/pom.xml           |  2 +-
 uimafit-cpe/pom.xml            |  4 ++--
 uimafit-docbook/pom.xml        |  2 +-
 uimafit-examples/pom.xml       |  4 ++--
 uimafit-legacy-support/pom.xml |  4 ++--
 uimafit-maven-plugin/pom.xml   |  4 ++--
 uimafit-parent/pom.xml         |  6 +-----
 uimafit-spring/pom.xml         |  4 ++--
 10 files changed, 20 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index b42ab6a..ea84744 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <relativePath>uimafit-parent</relativePath>
   </parent>
   <properties>
@@ -38,7 +38,7 @@
     <connection>scm:git:git://github.com/apache/uima-uimafit</connection>
     <developerConnection>scm:git:git@github.com:apache/uima-uimafit.git</developerConnection>
     <url>https://github.com/apache/uima-uimafit</url>
-    <tag>uimafit-2.5.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <licenses>
     <license>
@@ -51,17 +51,17 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-core</artifactId>
-      <version>2.5.0</version>
+      <version>2.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-cpe</artifactId>
-      <version>2.5.0</version>
+      <version>2.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-legacy-support</artifactId>
-      <version>2.5.0</version>
+      <version>2.5.1-SNAPSHOT</version>
     </dependency>
   </dependencies>
   <build>
diff --git a/uimafit-benchmark/pom.xml b/uimafit-benchmark/pom.xml
index bf1c880..622a471 100644
--- a/uimafit-benchmark/pom.xml
+++ b/uimafit-benchmark/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <relativePath>../uimafit-parent</relativePath>
   </parent>
   <properties>
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>org.apache.uima</groupId>
       <artifactId>uimafit-core</artifactId>
-      <version>2.5.0</version>
+      <version>2.5.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/uimafit-core/pom.xml b/uimafit-core/pom.xml
index 4f139bc..ac35c95 100644
--- a/uimafit-core/pom.xml
+++ b/uimafit-core/pom.xml
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.uima</groupId>
     <artifactId>uimafit-parent</artifactId>
-    <version>2.5.0</version>
+    <version>2.5.1-SNAPSHOT</version>
     <relativePath>../uimafit-parent</relativePath>
   </parent>
   <dependencies>
diff --git a/uimafit-cpe/pom.xml b/uimafit-cpe/pom.xml
index beac8e9..6b81bb1 100644
--- a/uimafit-cpe/pom.xml
+++ b/uimafit-cpe/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<artifactId>uimafit-cpe</artifactId>
@@ -31,7 +31,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.5.0</version>
+			<version>2.5.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
diff --git a/uimafit-docbook/pom.xml b/uimafit-docbook/pom.xml
index 6149c9e..a9a4b33 100644
--- a/uimafit-docbook/pom.xml
+++ b/uimafit-docbook/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<artifactId>uimafit-docbook</artifactId>
diff --git a/uimafit-examples/pom.xml b/uimafit-examples/pom.xml
index 054d370..3ff7189 100644
--- a/uimafit-examples/pom.xml
+++ b/uimafit-examples/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
@@ -33,7 +33,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.5.0</version>
+			<version>2.5.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.uima</groupId>
diff --git a/uimafit-legacy-support/pom.xml b/uimafit-legacy-support/pom.xml
index fc26253..2070d5b 100644
--- a/uimafit-legacy-support/pom.xml
+++ b/uimafit-legacy-support/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<artifactId>uimafit-legacy-support</artifactId>
@@ -53,7 +53,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.5.0</version>
+			<version>2.5.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework</groupId>
diff --git a/uimafit-maven-plugin/pom.xml b/uimafit-maven-plugin/pom.xml
index 8f22f45..6df6706 100644
--- a/uimafit-maven-plugin/pom.xml
+++ b/uimafit-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<artifactId>uimafit-maven-plugin</artifactId>
@@ -56,7 +56,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.5.0</version>
+			<version>2.5.1-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.javassist</groupId>
diff --git a/uimafit-parent/pom.xml b/uimafit-parent/pom.xml
index d0c35dc..592be1f 100644
--- a/uimafit-parent/pom.xml
+++ b/uimafit-parent/pom.xml
@@ -7,7 +7,7 @@
     <version>13</version>
   </parent>
   <artifactId>uimafit-parent</artifactId>
-  <version>2.5.0</version>
+  <version>2.5.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache UIMA uimaFIT - Parent</name>
   <url>${uimaWebsiteUrl}</url>
@@ -410,8 +410,4 @@
       </build>
     </profile>
   </profiles>
-
-  <scm>
-    <tag>uimafit-2.5.0</tag>
-  </scm>
 </project>
\ No newline at end of file
diff --git a/uimafit-spring/pom.xml b/uimafit-spring/pom.xml
index fbf8a0c..8018943 100644
--- a/uimafit-spring/pom.xml
+++ b/uimafit-spring/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
 		<groupId>org.apache.uima</groupId>
 		<artifactId>uimafit-parent</artifactId>
-		<version>2.5.0</version>
+		<version>2.5.1-SNAPSHOT</version>
 		<relativePath>../uimafit-parent</relativePath>
 	</parent>
 	<dependencies>
@@ -46,7 +46,7 @@
 		<dependency>
 			<groupId>org.apache.uima</groupId>
 			<artifactId>uimafit-core</artifactId>
-			<version>2.5.0</version>
+			<version>2.5.1-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<licenses>