diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2016-04-10 23:45:43 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2016-04-12 11:00:37 +0200 |
commit | 8764f31fa74942d963dc85dd53227e980ceadf44 (patch) | |
tree | cf4a05617adbe8ef445e6220d40f4b65b6fa6eec /v3po/data-impl/pom.xml | |
parent | c806dc87185ee3a994685561ea024cad45210036 (diff) |
HONEYCOMB-34: Configurable ConfigDataTree dependency
Change-Id: I17a93835541e66835398391e2a127b25767b774a
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
Diffstat (limited to 'v3po/data-impl/pom.xml')
-rw-r--r-- | v3po/data-impl/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v3po/data-impl/pom.xml b/v3po/data-impl/pom.xml index 0df4f4cf9..954d25c30 100644 --- a/v3po/data-impl/pom.xml +++ b/v3po/data-impl/pom.xml @@ -17,10 +17,10 @@ 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"> <parent> - <artifactId>api-parent</artifactId> + <artifactId>impl-parent</artifactId> <groupId>io.fd.honeycomb.common</groupId> <version>1.0.0-SNAPSHOT</version> - <relativePath>../../common/api-parent</relativePath> + <relativePath>../../common/impl-parent</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |