diff options
Diffstat (limited to 'aafshiro/pom.xml')
-rwxr-xr-x | aafshiro/pom.xml | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 11ac408e4..d3a205528 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -15,25 +15,25 @@ limitations under the License. --> <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> + <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.ccsdk.parent</groupId> - <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> - <relativePath/> - </parent> + <parent> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.5.1-SNAPSHOT</version> + <relativePath/> + </parent> - <groupId>org.onap.ccsdk.features</groupId> - <artifactId>aafshiro</artifactId> - <version>0.7.0-SNAPSHOT</version> - <packaging>pom</packaging> + <groupId>org.onap.ccsdk.features</groupId> + <artifactId>aafshiro</artifactId> + <version>0.7.0-SNAPSHOT</version> + <packaging>pom</packaging> - <name>ccsdk-features :: aafshiro</name> - <description>AAF Shiro Bundle for UAC</description> + <name>ccsdk-features :: ${project.artifactId}</name> + <description>AAF Shiro Bundle for UAC</description> - <modules> - <module>features</module> - <module>installer</module> - </modules> + <modules> + <module>features</module> + <module>installer</module> + </modules> </project> |