Repository: marmotta Updated Branches: refs/heads/develop 62c125076 -> 3844ae46c
pre-release cleanup: shared version-number for blueprints Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/bb75e2e5 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/bb75e2e5 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/bb75e2e5 Branch: refs/heads/develop Commit: bb75e2e56fb69b5ab499c78d6c1a7e55a9e52be8 Parents: 62c1250 Author: Jakob Frank <[email protected]> Authored: Tue Apr 24 16:21:05 2018 +0200 Committer: Jakob Frank <[email protected]> Committed: Tue Apr 24 16:21:05 2018 +0200 ---------------------------------------------------------------------- launchers/marmotta-webapp/pom.xml | 3 +-- parent/pom.xml | 1 + platform/backends/marmotta-backend-accumulograph/pom.xml | 3 +-- platform/backends/marmotta-backend-titan/pom.xml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/bb75e2e5/launchers/marmotta-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-webapp/pom.xml b/launchers/marmotta-webapp/pom.xml index 82470d6..6636410 100644 --- a/launchers/marmotta-webapp/pom.xml +++ b/launchers/marmotta-webapp/pom.xml @@ -263,8 +263,7 @@ <dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-graph-sail</artifactId> - <!-- TODO: create a shared blueprints version in marmotta-parent --> - <version>2.6.0</version> + <version>${blueprints.version}</version> </dependency> <dependency> <groupId>org.apache.hadoop</groupId> http://git-wip-us.apache.org/repos/asf/marmotta/blob/bb75e2e5/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 051c251..cba0452 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -54,6 +54,7 @@ <jackson.version>2.3.3</jackson.version> <titan.version>0.4.2</titan.version> <accumulograph.version>0.2.1</accumulograph.version> + <blueprints.version>2.6.0</blueprints.version> <jax.doclets.version>0.10.1</jax.doclets.version> </properties> http://git-wip-us.apache.org/repos/asf/marmotta/blob/bb75e2e5/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 88bf192..40bb6c2 100644 --- a/platform/backends/marmotta-backend-accumulograph/pom.xml +++ b/platform/backends/marmotta-backend-accumulograph/pom.xml @@ -55,8 +55,7 @@ <dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-graph-sail</artifactId> - <!-- TODO: create a shared blueprints version in marmotta-parent --> - <version>2.6.0</version> + <version>${blueprints.version}</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/marmotta/blob/bb75e2e5/platform/backends/marmotta-backend-titan/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-titan/pom.xml b/platform/backends/marmotta-backend-titan/pom.xml index b9e4b19..ea2d48f 100644 --- a/platform/backends/marmotta-backend-titan/pom.xml +++ b/platform/backends/marmotta-backend-titan/pom.xml @@ -165,7 +165,7 @@ <dependency> <groupId>com.tinkerpop.blueprints</groupId> <artifactId>blueprints-graph-sail</artifactId> - <version>2.6.0</version> + <version>${blueprints.version}</version> </dependency> </dependencies>
