Repository: incubator-taverna-language Updated Branches: refs/heads/master 8eb242fba -> 0fd1db232
Fixed typo in dependency and updated version Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/commit/3c0d3c20 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/tree/3c0d3c20 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/diff/3c0d3c20 Branch: refs/heads/master Commit: 3c0d3c206805367a6d113058cd6a1415f32fd8b1 Parents: 13283c9 Author: Matthias König <[email protected]> Authored: Tue Aug 16 15:44:45 2016 +0200 Committer: GitHub <[email protected]> Committed: Tue Aug 16 15:44:45 2016 +0200 ---------------------------------------------------------------------- taverna-robundle/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-language/blob/3c0d3c20/taverna-robundle/README.md ---------------------------------------------------------------------- diff --git a/taverna-robundle/README.md b/taverna-robundle/README.md index f922d65..1cb6f59 100644 --- a/taverna-robundle/README.md +++ b/taverna-robundle/README.md @@ -26,7 +26,7 @@ If you use [Maven 3](http://maven.apache.org/), then add to your `pom.xml`: <dependency> <groupId>org.apache.taverna.language</groupId> <artifactId>taverna-robundle</artifactId> - <version>>0.15.0-incubating</version> + <version>0.15.1-incubating</version> </dependency> </dependencies> ```
