diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 17:06:38 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-21 16:16:24 -0400 |
commit | e6b9133f88c3b8da88c125a5e63c2caad66a9fd7 (patch) | |
tree | be2c701d0819059d32c4e8b022f0e76dfc4acb6a /message-router/publisher/installer | |
parent | ee0ce402da3f81ef339a2f18442fea071425935e (diff) |
Compile against Fluorine SR2
Updated to compile against Fluorine SR2
Change-Id: Ie7ccf14c802c92fe8250de307546b79776ed984e
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'message-router/publisher/installer')
-rw-r--r-- | message-router/publisher/installer/pom.xml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/message-router/publisher/installer/pom.xml b/message-router/publisher/installer/pom.xml index 4e5abe5b5..c2c148196 100644 --- a/message-router/publisher/installer/pom.xml +++ b/message-router/publisher/installer/pom.xml @@ -1,18 +1,16 @@ <?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"> +<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> <parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.aggregate</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.adaptors.messagerouter</groupId> <artifactId>publisher.installer</artifactId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> |