diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-11-07 11:21:03 -0600 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-11-07 11:30:51 -0600 |
commit | c701407539324d60f32be496e5292808829ae1d6 (patch) | |
tree | d650a9d1a820af98e99796e98cffdb77e018c400 /shiro | |
parent | 25129101f6735146df78a6c94fac9fca510d585d (diff) |
Pom OParent, other hierarchy
Issue-ID: AAF-613
Change-Id: I14531b546aebb9e5326ddc67eb3ec4eb9e17dac1
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'shiro')
-rw-r--r-- | shiro/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shiro/pom.xml b/shiro/pom.xml index 8266a00..a228bd4 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -21,13 +21,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.onap.aaf.cadi</groupId> - <artifactId>cadimiscparent</artifactId> - <version>2.1.2-SNAPSHOT</version> + <artifactId>parent</artifactId> + <version>2.1.7-SNAPSHOT</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <name>AAF CADI Shiro Plugin</name> + <name>Shiro CADI Plugin</name> <packaging>jar</packaging> <artifactId>aaf-cadi-shiro</artifactId> |