diff options
author | Michael Lando <michael.lando@intl.att.com> | 2018-11-01 16:25:31 +0200 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-11-01 16:25:31 +0200 |
commit | 1276ee10702ae3c1e1e7f9c11d6b2949e3e757e8 (patch) | |
tree | 5cf368447e02a1022981c903739e9c05fb9d2b48 /common/onap-common-configuration-management/pom.xml | |
parent | 1777d1336dc7eaf3aa6c8e89fb5462c7700128d2 (diff) |
update sdc to version 1.3.2
Change-Id: Ibd1a6a23f061c23e8bb0bb603f6ac315581564f6
Issue-ID: SDC-1865
Signed-off-by: Michael Lando <michael.lando@intl.att.com>
Diffstat (limited to 'common/onap-common-configuration-management/pom.xml')
-rwxr-xr-x | common/onap-common-configuration-management/pom.xml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/common/onap-common-configuration-management/pom.xml b/common/onap-common-configuration-management/pom.xml index 95ad665194..1be28d38eb 100755 --- a/common/onap-common-configuration-management/pom.xml +++ b/common/onap-common-configuration-management/pom.xml @@ -1,21 +1,21 @@ -<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xmlns="http://maven.apache.org/POM/4.0.0" - 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> +<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> - <name>onap-common-configuration-management</name> - <artifactId>onap-common-configuration-management</artifactId> - <packaging>pom</packaging> + <name>onap-common-configuration-management</name> + <artifactId>onap-common-configuration-management</artifactId> + <packaging>pom</packaging> <parent> <groupId>org.onap.sdc.common</groupId> <artifactId>onap-common-lib</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> </parent> - <modules> - <module>onap-configuration-management-api</module> - <module>onap-configuration-management-core</module> - </modules> + <modules> + <module>onap-configuration-management-api</module> + <module>onap-configuration-management-core</module> + </modules> </project> |