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/08/11 17:26:41 UTC

incubator-taverna-common-activities git commit: use release versions of parent and language

Repository: incubator-taverna-common-activities
Updated Branches:
  refs/heads/master f967ca31d -> 217af64ea


use release versions of parent and language


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/commit/217af64e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/tree/217af64e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/diff/217af64e

Branch: refs/heads/master
Commit: 217af64ea476acc62b15767ec47a589182383ce3
Parents: f967ca3
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Tue Aug 11 16:26:27 2015 +0100
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Tue Aug 11 16:26:27 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-common-activities/blob/217af64e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9cbee3d..b5a6f90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.taverna</groupId>
 		<artifactId>taverna-parent</artifactId>
-		<version>1-incubating-SNAPSHOT</version>
+		<version>1-incubating</version>
 	</parent>
 	<groupId>org.apache.taverna.commonactivities</groupId>
 	<artifactId>taverna-common-activities</artifactId>
@@ -12,7 +12,7 @@
 	<packaging>pom</packaging>
 	<name>Apache Taverna Common Activities</name>
   <properties>
-    <taverna.language.version>0.15.0-incubating-SNAPSHOT</taverna.language.version>
+    <taverna.language.version>0.15.0-incubating</taverna.language.version>
     <taverna.osgi.version>0.2.0-incubating-SNAPSHOT</taverna.osgi.version>
     <taverna.engine.version>3.1.0-incubating-SNAPSHOT</taverna.engine.version>
   </properties>