diff options
-rw-r--r-- | cadi/aaf/pom.xml | 2 | ||||
-rw-r--r-- | cadi/client/pom.xml | 2 | ||||
-rw-r--r-- | cadi/core/pom.xml | 2 | ||||
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 2 | ||||
-rw-r--r-- | cadi/shiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index f6fb1fdf..25ae5eed 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -25,7 +25,7 @@ <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index 9c96cf34..9d596854 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -23,7 +23,7 @@ <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>..</relativePath> </parent> <artifactId>aaf-cadi-client</artifactId> diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 9491b99a..b2f03be8 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> - <relativePath>../pom.xml</relativePath> + <relativePath>..</relativePath> <version>2.1.0-SNAPSHOT</version> </parent> diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 102d3b49..976c7e0e 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -26,7 +26,7 @@ <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>..</relativePath> </parent> <name>AAF CADI Sample OAuth EndUser</name> diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 7302a411..9fc3c145 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -25,7 +25,7 @@ <groupId>org.onap.aaf.authz.cadi</groupId> <artifactId>parent</artifactId> <version>2.1.0-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> |