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 2019/01/14 10:43:12 UTC

[incubator-taverna-maven-parent] branch master updated: [maven-release-plugin] prepare release 4-incubating-RC1

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

stain pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-taverna-maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new cebd786  [maven-release-plugin] prepare release 4-incubating-RC1
cebd786 is described below

commit cebd7862a7457d0e17d49cab5ff17ef425c6e7a0
Author: Stian Soiland-Reyes <st...@apache.org>
AuthorDate: Mon Jan 14 10:43:02 2019 +0000

    [maven-release-plugin] prepare release 4-incubating-RC1
---
 pom.xml                          | 6 +++---
 taverna-shared-resources/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index e1c76a0..e759577 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.taverna</groupId>
   <artifactId>apache-taverna-parent</artifactId>
-  <version>4-incubating-SNAPSHOT</version>
+  <version>4-incubating</version>
   <packaging>pom</packaging>
 
   <name>Apache Taverna Maven parent</name>
@@ -467,7 +467,7 @@
       <connection>scm:git:https://gitbox.apache.org/repos/asf/incubator-taverna-maven-parent.git</connection>
       <developerConnection>scm:git:git@github.com:apache/incubator-taverna-maven-parent.git</developerConnection>
       <url>https://github.com/apache/incubator-taverna-maven-parent/</url>
-      <tag>HEAD</tag>
+      <tag>4-incubating-RC1</tag>
   </scm>
 
   <properties>
@@ -750,7 +750,7 @@ upgraded - this leads to recursive spaghetti.
           <!-- contains checkstyle.xml -->
           <groupId>org.apache.taverna</groupId>
           <artifactId>taverna-shared-resources</artifactId>
-          <version>4-incubating-SNAPSHOT</version>
+          <version>4-incubating</version>
         </dependency>
       </dependencies>
     </plugin>    
diff --git a/taverna-shared-resources/pom.xml b/taverna-shared-resources/pom.xml
index 4f28422..349f583 100644
--- a/taverna-shared-resources/pom.xml
+++ b/taverna-shared-resources/pom.xml
@@ -20,7 +20,7 @@
     <parent>
       <groupId>org.apache.taverna</groupId>
       <artifactId>apache-taverna-parent</artifactId>
-      <version>4-incubating-SNAPSHOT</version>
+      <version>4-incubating</version>
     </parent>
     <artifactId>taverna-shared-resources</artifactId>
     <name>Apache Taverna Shared Resources</name>