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/05/22 17:32:24 UTC

incubator-taverna-engine git commit: Try to avoid ARCHETYPE-488

Repository: incubator-taverna-engine
Updated Branches:
  refs/heads/master b5f8f0b81 -> 61f57503f


Try to avoid ARCHETYPE-488


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

Branch: refs/heads/master
Commit: 61f57503fb6fa5a3d0bc7ab5396bd4b6f8c5380b
Parents: b5f8f0b
Author: Stian Soiland-Reyes <st...@apache.org>
Authored: Sun May 22 19:31:20 2016 +0200
Committer: Stian Soiland-Reyes <st...@apache.org>
Committed: Sun May 22 19:31:20 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/61f57503/taverna-activity-archetype/pom.xml
----------------------------------------------------------------------
diff --git a/taverna-activity-archetype/pom.xml b/taverna-activity-archetype/pom.xml
index dd2d032..3ff3cde 100644
--- a/taverna-activity-archetype/pom.xml
+++ b/taverna-activity-archetype/pom.xml
@@ -44,13 +44,13 @@
 			<extension>
 				<groupId>org.apache.maven.archetype</groupId>
 				<artifactId>archetype-packaging</artifactId>
-				<version>2.4</version>
+				<version>2.5</version>
 			</extension>
 		</extensions>
 		<plugins>
 			<plugin>
 				<artifactId>maven-archetype-plugin</artifactId>
-				<version>2.4</version>
+				<version>2.5</version>
 			</plugin>
 			<plugin>
 				<artifactId>maven-resources-plugin</artifactId>