MARMOTTA-605: fixed non-parseable pom.xml
Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/2d3abb13 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/2d3abb13 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/2d3abb13 Branch: refs/heads/MARMOTTA-556 Commit: 2d3abb1361408dd28cc9d6f711d4f5d4d5e20270 Parents: 8ac1d06 Author: Sergio Fernández <[email protected]> Authored: Wed Apr 8 19:53:13 2015 +0200 Committer: Sergio Fernández <[email protected]> Committed: Wed Apr 8 19:53:13 2015 +0200 ---------------------------------------------------------------------- platform/backends/marmotta-backend-accumulograph/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/2d3abb13/platform/backends/marmotta-backend-accumulograph/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-accumulograph/pom.xml b/platform/backends/marmotta-backend-accumulograph/pom.xml index 941077c..88bf192 100644 --- a/platform/backends/marmotta-backend-accumulograph/pom.xml +++ b/platform/backends/marmotta-backend-accumulograph/pom.xml @@ -50,7 +50,7 @@ <dependency> <groupId>edu.jhuapl.tinkerpop</groupId> <artifactId>blueprints-accumulo-graph</artifactId> - <version>${accumulograph.version}</version + <version>${accumulograph.version}</version> </dependency> <dependency> <groupId>com.tinkerpop.blueprints</groupId> @@ -60,4 +60,4 @@ </dependency> </dependencies> -</project> \ No newline at end of file +</project>
