diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-08-08 12:41:35 +0200 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 15:52:49 -0400 |
commit | 8404b495de1770617d745ab488116714e9d2d06d (patch) | |
tree | a879029441bc1a324121e265618f7b0210a001ce /sdnr/wt/devicemanager/feature | |
parent | 159de601758f7cedcef9359da471f182dcf73781 (diff) |
Fix malformed time stamp
Fix malformed time stamp in devicemanager
Issue-ID: SDNC-788
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Change-Id: Ic012457e0587e8018fe03b057d20e8b713a20042
Diffstat (limited to 'sdnr/wt/devicemanager/feature')
-rw-r--r-- | sdnr/wt/devicemanager/feature/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sdnr/wt/devicemanager/feature/pom.xml b/sdnr/wt/devicemanager/feature/pom.xml index 45fbde1ff..8059223ed 100644 --- a/sdnr/wt/devicemanager/feature/pom.xml +++ b/sdnr/wt/devicemanager/feature/pom.xml @@ -21,7 +21,9 @@ * ============LICENSE_END========================================================= --> -<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"> +<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> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> |