diff options
Diffstat (limited to 'ueb-listener')
-rwxr-xr-x | ueb-listener/pom.xml | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml index 21173680a..b8ec986c1 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -1,18 +1,21 @@ <?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> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <packaging>jar</packaging> - <artifactId>ueb-listener</artifactId> - <version>0.2.0-SNAPSHOT</version> - <name>UEB Listener</name> - <description>UEB Listener</description> <parent> - <groupId>org.onap.ccsdk.sli.northbound</groupId> - <artifactId>ccsdk-sli-northbound</artifactId> - <version>0.2.0-SNAPSHOT</version> + <groupId>org.onap.ccsdk.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.0.1-SNAPSHOT</version> </parent> + + <groupId>org.onap.ccsdk.sli.northbound</groupId> + <artifactId>ueb-listener</artifactId> + <version>0.2.1-SNAPSHOT</version> + <packaging>jar</packaging> + + <name>ccsdk-sli-northbound :: ueb-listener</name> + <description>UEB Listener</description> + <properties> <sdc.client.version>1.1.32</sdc.client.version> <sdc.tosca.version>1.1.32</sdc.tosca.version> @@ -91,9 +94,10 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-provider</artifactId> - <version>${sdnctl.dblib.version}</version> + <version>${sdnctl.dblib.version}</version> </dependency> </dependencies> + <build> <plugins> @@ -150,5 +154,4 @@ </plugins> </build> - </project> |