diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-18 16:51:25 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-18 16:57:58 -0500 |
commit | fe8d3bc523ac928f5cf7d9a9951d584b333e21f5 (patch) | |
tree | c4cf32776e09d59ded0b3c2a74a00701c03c297d /configbackuprestore/vnfconfigbackupservice/pom.xml | |
parent | 479fa5da00b68989e3951b8256919c8c07975ed9 (diff) |
Updates for Fluorine
Updated to create Fluorine-based artifacts
Change-Id: Ib450be62cc016c1b5e6da2ebfb4fa3d9851e9a41
Issue-ID: SDNC-552
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Former-commit-id: 95f86710cfec2e6267bc97280ab6cfad4cf44866
Diffstat (limited to 'configbackuprestore/vnfconfigbackupservice/pom.xml')
-rw-r--r-- | configbackuprestore/vnfconfigbackupservice/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/configbackuprestore/vnfconfigbackupservice/pom.xml b/configbackuprestore/vnfconfigbackupservice/pom.xml index ef9a981e..c521c4aa 100644 --- a/configbackuprestore/vnfconfigbackupservice/pom.xml +++ b/configbackuprestore/vnfconfigbackupservice/pom.xml @@ -1,7 +1,5 @@ -<?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<?xml version="1.0" encoding="UTF-8"?> +<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> @@ -170,4 +168,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |