Repository: incubator-taverna-workbench-product Updated Branches: refs/heads/master 7c9b8d0db -> 9337025e3
newer maven plugin? Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/commit/9337025e Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/tree/9337025e Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/diff/9337025e Branch: refs/heads/master Commit: 9337025e39147ff1dcf7de0d9c36cd6f134750f0 Parents: 7c9b8d0 Author: Stian Soiland-Reyes <[email protected]> Authored: Thu Jun 30 14:46:48 2016 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Thu Jun 30 14:46:48 2016 +0100 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-workbench-product/blob/9337025e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 98ecdd5..773554e 100644 --- a/pom.xml +++ b/pom.xml @@ -134,9 +134,9 @@ </configuration> </plugin> <plugin> - <groupId>net.sf.taverna.t2.maven.plugins</groupId> + <groupId>org.apache.taverna.maven.plugins</groupId> <artifactId>taverna-maven-plugin</artifactId> - <version>0.3.1-SNAPSHOT</version> + <version>${taverna.osgi.verion}</version> <extensions>true</extensions> <configuration> <buildNumber>${buildNumber}</buildNumber>
