Repository: incubator-taverna-server
Updated Branches:
  refs/heads/master 458621f6c -> 135a77ec8


[maven-release-plugin] prepare release 3.1.0-incubating-RC2


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

Branch: refs/heads/master
Commit: 135a77ec8fe5fdc3fa6e878e3b991f4d74ae2baf
Parents: 458621f
Author: Stian Soiland-Reyes <[email protected]>
Authored: Mon Jan 8 17:20:36 2018 +0000
Committer: Stian Soiland-Reyes <[email protected]>
Committed: Mon Jan 8 17:20:36 2018 +0000

----------------------------------------------------------------------
 pom.xml                                 | 6 +++---
 taverna-server-client/pom.xml           | 2 +-
 taverna-server-distribution/pom.xml     | 2 +-
 taverna-server-port-description/pom.xml | 2 +-
 taverna-server-rmidaemon/pom.xml        | 2 +-
 taverna-server-runinterface/pom.xml     | 2 +-
 taverna-server-unix-forker/pom.xml      | 2 +-
 taverna-server-usagerecord/pom.xml      | 2 +-
 taverna-server-webapp/pom.xml           | 8 ++++----
 taverna-server-worker/pom.xml           | 2 +-
 10 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8aa2d4c..3276290 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,11 +20,11 @@
        <parent>
                <groupId>org.apache.taverna</groupId>
                <artifactId>apache-taverna-parent</artifactId>
-               <version>3-incubating-SNAPSHOT</version>
+               <version>3-incubating</version>
        </parent>
        <groupId>org.apache.taverna.server</groupId>
        <artifactId>apache-taverna-server</artifactId>
-       <version>3.1.0-incubating-SNAPSHOT</version>
+       <version>3.1.0-incubating</version>
        <packaging>pom</packaging>
        <name>Apache Taverna Server</name>
        <description>Apache Taverna Server is a service that provides execution 
of
@@ -514,7 +514,7 @@ executing.</description>
                
<connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-server.git</connection>
                
<developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-taverna-server.git</developerConnection>
                <url>https://github.com/apache/incubator-taverna-server</url>
-               <tag>trunk</tag>
+               <tag>3.1.0-incubating-RC2</tag>
        </scm>
 
        <repositories>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-client/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-client/pom.xml b/taverna-server-client/pom.xml
index 507b2b6..0e86042 100644
--- a/taverna-server-client/pom.xml
+++ b/taverna-server-client/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-client</artifactId>
        <packaging>bundle</packaging>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-distribution/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-distribution/pom.xml 
b/taverna-server-distribution/pom.xml
index 47bb5ce..b1c8ef3 100644
--- a/taverna-server-distribution/pom.xml
+++ b/taverna-server-distribution/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-distribution</artifactId>
        <name>Apache Taverna Server Distribution Packaging</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-port-description/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-port-description/pom.xml 
b/taverna-server-port-description/pom.xml
index b7bb7f1..c3195af 100644
--- a/taverna-server-port-description/pom.xml
+++ b/taverna-server-port-description/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-port-description</artifactId>
        <name>Apache Taverna Server Workflow Port Descriptors</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-rmidaemon/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-rmidaemon/pom.xml b/taverna-server-rmidaemon/pom.xml
index 8058497..2fee075 100644
--- a/taverna-server-rmidaemon/pom.xml
+++ b/taverna-server-rmidaemon/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
 
        <artifactId>taverna-server-rmidaemon</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-runinterface/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-runinterface/pom.xml 
b/taverna-server-runinterface/pom.xml
index 22b3e3f..2d93b2e 100644
--- a/taverna-server-runinterface/pom.xml
+++ b/taverna-server-runinterface/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
 
        <artifactId>taverna-server-runinterface</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-unix-forker/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-unix-forker/pom.xml 
b/taverna-server-unix-forker/pom.xml
index f7f61ef..bc8f21d 100644
--- a/taverna-server-unix-forker/pom.xml
+++ b/taverna-server-unix-forker/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-unix-forker</artifactId>
        <name>Apache Taverna Server Impersonation Module (Unix)</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-usagerecord/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-usagerecord/pom.xml 
b/taverna-server-usagerecord/pom.xml
index 73b8570..2b6216a 100644
--- a/taverna-server-usagerecord/pom.xml
+++ b/taverna-server-usagerecord/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-usagerecord</artifactId>
        <name>Apache Taverna Server Usage Record Support</name>

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-webapp/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-webapp/pom.xml b/taverna-server-webapp/pom.xml
index c9a0822..7d74e29 100644
--- a/taverna-server-webapp/pom.xml
+++ b/taverna-server-webapp/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-webapp</artifactId>
        <packaging>war</packaging>
@@ -41,9 +41,9 @@ limitations under the License.
                <!-- Default values in case .git/ does not exists, otherwise
                     overriden by git-commit-id-plugin
                -->
-               <git.commit.id.describe></git.commit.id.describe>
-               <git.branch></git.branch>
-               <git.build.time></git.build.time>
+               <git.commit.id.describe />
+               <git.branch />
+               <git.build.time />
 
        </properties>
 

http://git-wip-us.apache.org/repos/asf/incubator-taverna-server/blob/135a77ec/taverna-server-worker/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-server-worker/pom.xml b/taverna-server-worker/pom.xml
index 4b8df5d..73d01ea 100644
--- a/taverna-server-worker/pom.xml
+++ b/taverna-server-worker/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
        <parent>
                <groupId>org.apache.taverna.server</groupId>
                <artifactId>apache-taverna-server</artifactId>
-               <version>3.1.0-incubating-SNAPSHOT</version>
+               <version>3.1.0-incubating</version>
        </parent>
        <artifactId>taverna-server-worker</artifactId>
        <name>Apache Taverna Server Worker</name>

Reply via email to