use released parent 1-incubating .. instead of 2-incubating-SNAPSHOT, as we don't need a 2-release of parent as of now
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/634203a5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/tree/634203a5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/diff/634203a5 Branch: refs/heads/master Commit: 634203a57eccdf66d31e6abbbd6eb25ac5dd3724 Parents: f11a9ba Author: Stian Soiland-Reyes <[email protected]> Authored: Sun Oct 18 18:43:20 2015 +0100 Committer: Stian Soiland-Reyes <[email protected]> Committed: Sun Oct 18 18:43:20 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-engine/blob/634203a5/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3c8e933..3bada79 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.taverna</groupId> <artifactId>taverna-parent</artifactId> - <version>2-incubating-SNAPSHOT</version> + <version>1-incubating</version> </parent> <groupId>org.apache.taverna.engine</groupId> <artifactId>taverna-engine</artifactId>
