Repository: marmotta Updated Branches: refs/heads/develop 89b69179a -> 364a14189
MARMOTTA-621: fixed ostrich old references to cmarmotta Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/364a1418 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/364a1418 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/364a1418 Branch: refs/heads/develop Commit: 364a14189a0594968852f876116a4bcfdfcc29ad Parents: 89b6917 Author: Sergio Fernández <[email protected]> Authored: Sun Dec 13 20:59:30 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Sun Dec 13 20:59:30 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/model/pom.xml | 2 +- platform/backends/marmotta-backend-ostrich/pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/364a1418/libraries/ostrich/model/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ostrich/model/pom.xml b/libraries/ostrich/model/pom.xml index 893346c..c3ad042 100644 --- a/libraries/ostrich/model/pom.xml +++ b/libraries/ostrich/model/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.marmotta</groupId> - <artifactId>cmarmotta-parent</artifactId> + <artifactId>ostrich-parent</artifactId> <version>3.4.0-SNAPSHOT</version> <relativePath>../</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/marmotta/blob/364a1418/platform/backends/marmotta-backend-ostrich/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-ostrich/pom.xml b/platform/backends/marmotta-backend-ostrich/pom.xml index 76b52f2..c9c3e20 100644 --- a/platform/backends/marmotta-backend-ostrich/pom.xml +++ b/platform/backends/marmotta-backend-ostrich/pom.xml @@ -23,10 +23,11 @@ <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-parent</artifactId> <version>3.4.0-SNAPSHOT</version> + <relativePath>../../parent</relativePath> </parent> - <groupId>org.apache.marmotta</groupId> <artifactId>marmotta-backend-ostrich</artifactId> + <packaging>jar</packaging> <name>Apache Marmotta Platform: C++ LevelDB Backend</name> <description>
