Repository: marmotta Updated Branches: refs/heads/develop 16590ef63 -> 6f8039f9b
fix versions for experimental modules Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/6f8039f9 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/6f8039f9 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/6f8039f9 Branch: refs/heads/develop Commit: 6f8039f9b34f75664a925d4fb5981e57a07f8ea4 Parents: 16590ef Author: Sebastian Schaffert <[email protected]> Authored: Sun Jul 17 11:21:23 2016 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Sun Jul 17 11:21:23 2016 +0200 ---------------------------------------------------------------------- platform/backends/marmotta-backend-bigdata/pom.xml | 2 +- platform/backends/marmotta-backend-http/pom.xml | 2 +- platform/backends/marmotta-backend-sparql/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/6f8039f9/platform/backends/marmotta-backend-bigdata/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-bigdata/pom.xml b/platform/backends/marmotta-backend-bigdata/pom.xml index aca2c9d..b8f05dd 100644 --- a/platform/backends/marmotta-backend-bigdata/pom.xml +++ b/platform/backends/marmotta-backend-bigdata/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/6f8039f9/platform/backends/marmotta-backend-http/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-http/pom.xml b/platform/backends/marmotta-backend-http/pom.xml index ab62374..d52fb44 100644 --- a/platform/backends/marmotta-backend-http/pom.xml +++ b/platform/backends/marmotta-backend-http/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/6f8039f9/platform/backends/marmotta-backend-sparql/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-sparql/pom.xml b/platform/backends/marmotta-backend-sparql/pom.xml index eb405ed..25f0007 100644 --- a/platform/backends/marmotta-backend-sparql/pom.xml +++ b/platform/backends/marmotta-backend-sparql/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <relativePath>../../../parent</relativePath> </parent>
