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 2015/06/11 11:55:04 UTC

incubator-taverna-maven-parent git commit: Include RC1 in tagNameFormat for release plugin

Repository: incubator-taverna-maven-parent
Updated Branches:
  refs/heads/master 83fc8189b -> 0c603ec2e


Include RC1 in tagNameFormat for release plugin

Version back to 1-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/commit/0c603ec2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/tree/0c603ec2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/diff/0c603ec2

Branch: refs/heads/master
Commit: 0c603ec2e871ec2af27bc10385c3cff60c5be7e4
Parents: 83fc818
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Thu Jun 11 10:54:17 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Thu Jun 11 10:54:39 2015 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-maven-parent/blob/0c603ec2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2fb8e94..73a4dd1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
 	<groupId>org.apache.taverna</groupId>
 	<artifactId>taverna-parent</artifactId>
-	<version>2-incubating-SNAPSHOT</version>
+	<version>1-incubating-SNAPSHOT</version>
 	<packaging>pom</packaging>
 
 	<name>Apache Taverna (incubating) Maven parent</name>
@@ -299,6 +299,7 @@ upgraded - this leads to recursive spaghetti.
 			</dependencies>
       <configuration>
         <releaseProfiles>apache-release</releaseProfiles>
+        <tagNameFormat>@{project.version}-RC1</tagNameFormat>
       </configuration>
 		</plugin>