Repository: marmotta Updated Branches: refs/heads/develop 364a14189 -> abb1f00ed
MARMOTTA-621: temporally added sonatype snapshots repo untils gRPC 0.10.0 gets out Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/abb1f00e Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/abb1f00e Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/abb1f00e Branch: refs/heads/develop Commit: abb1f00edb238f6fbaa6cf7b96b873d8696be9cc Parents: 364a141 Author: Sergio Fernández <[email protected]> Authored: Mon Dec 14 08:51:44 2015 +0100 Committer: Sergio Fernández <[email protected]> Committed: Mon Dec 14 08:51:44 2015 +0100 ---------------------------------------------------------------------- libraries/ostrich/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/abb1f00e/libraries/ostrich/pom.xml ---------------------------------------------------------------------- diff --git a/libraries/ostrich/pom.xml b/libraries/ostrich/pom.xml index 321a07b..108706c 100644 --- a/libraries/ostrich/pom.xml +++ b/libraries/ostrich/pom.xml @@ -42,6 +42,16 @@ </plugins> </build> + <!-- MARMOTTA-621: to be removed as soon as gRPC 0.10.0 gets out --> + <repositories> + <repository> + <id>sonatype-snapshots</id> + <url>https://oss.sonatype.org/content/repositories/snapshots</url> + <releases><enabled>false</enabled></releases> + <snapshots><enabled>true</enabled></snapshots> + </repository> + </repositories> + <modules> <module>model</module> <module>client</module>
