mesos parent fix
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7ec4c823 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7ec4c823 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7ec4c823 Branch: refs/heads/ignite-943 Commit: 7ec4c823785fc5a614eacc96ddd02d23ad8665ce Parents: 2859671 Author: avinogradov <avinogra...@gridgain.com> Authored: Fri May 29 13:36:39 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Fri May 29 13:36:39 2015 +0300 ---------------------------------------------------------------------- modules/mesos/pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7ec4c823/modules/mesos/pom.xml ---------------------------------------------------------------------- diff --git a/modules/mesos/pom.xml b/modules/mesos/pom.xml index eca4fa9..c2bacff 100644 --- a/modules/mesos/pom.xml +++ b/modules/mesos/pom.xml @@ -23,7 +23,13 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>org.apache.ignite</groupId> + <parent> + <groupId>org.apache.ignite</groupId> + <artifactId>ignite-parent</artifactId> + <version>1</version> + <relativePath>../../parent</relativePath> + </parent> + <artifactId>ignite-mesos</artifactId> <version>1.1.1-SNAPSHOT</version>