You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by st...@apache.org on 2016/06/01 10:28:33 UTC

incubator-taverna-commandline git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-taverna-commandline
Updated Branches:
  refs/heads/master ca496f74e -> c3972920c


[maven-release-plugin] prepare for next development iteration


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/commit/c3972920
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/tree/c3972920
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/diff/c3972920

Branch: refs/heads/master
Commit: c3972920cdd37299fea6a03f47dfd12e1894ac4a
Parents: ca496f7
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Wed Jun 1 11:28:30 2016 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Wed Jun 1 11:28:30 2016 +0100

----------------------------------------------------------------------
 pom.xml                              | 4 ++--
 taverna-commandline-api/pom.xml      | 2 +-
 taverna-commandline-common/pom.xml   | 2 +-
 taverna-commandline-launcher/pom.xml | 2 +-
 taverna-commandline-product/pom.xml  | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3972920/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e3e46e0..5253eb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
 	</parent>
 	<groupId>org.apache.taverna.commandline</groupId>
 	<artifactId>apache-taverna-commandline</artifactId>
-	<version>3.1.0-incubating</version>
+	<version>3.1.0-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Apache Taverna Command-line Tool</name>
 	  <properties>
@@ -97,7 +97,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline.git</developerConnection>
     <url>https://github.com/apache/incubator-taverna-commandline</url>
-    <tag>3.1.0-incubating-RC2</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3972920/taverna-commandline-api/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-api/pom.xml b/taverna-commandline-api/pom.xml
index e1ef2a7..ec3390a 100644
--- a/taverna-commandline-api/pom.xml
+++ b/taverna-commandline-api/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
 		<artifactId>apache-taverna-commandline</artifactId>
-		<version>3.1.0-incubating</version>
+		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<packaging>bundle</packaging>
 	<artifactId>taverna-commandline-api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3972920/taverna-commandline-common/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-common/pom.xml b/taverna-commandline-common/pom.xml
index 08b4776..c8f780e 100644
--- a/taverna-commandline-common/pom.xml
+++ b/taverna-commandline-common/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
 		<artifactId>apache-taverna-commandline</artifactId>
-		<version>3.1.0-incubating</version>
+		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-commandline-common</artifactId>
 	<packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3972920/taverna-commandline-launcher/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-launcher/pom.xml b/taverna-commandline-launcher/pom.xml
index 0159858..05c1ad2 100644
--- a/taverna-commandline-launcher/pom.xml
+++ b/taverna-commandline-launcher/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.taverna.commandline</groupId>
 		<artifactId>apache-taverna-commandline</artifactId>
-		<version>3.1.0-incubating</version>
+		<version>3.1.0-incubating-SNAPSHOT</version>
 	</parent>
 	<artifactId>taverna-commandline-launcher</artifactId>
 	<name>Apache Taverna Command-line Tool Launcher</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-commandline/blob/c3972920/taverna-commandline-product/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-commandline-product/pom.xml b/taverna-commandline-product/pom.xml
index 267442c..bdd6aa9 100644
--- a/taverna-commandline-product/pom.xml
+++ b/taverna-commandline-product/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.taverna.commandline</groupId>
     <artifactId>apache-taverna-commandline</artifactId>
-    <version>3.1.0-incubating</version>
+    <version>3.1.0-incubating-SNAPSHOT</version>
   </parent>
   <artifactId>taverna-commandline-product</artifactId>
   <name>Apache Taverna Command-line Tool Product</name>