blob: 908c61da77a08d2baa5b61912e98bd5e4d19a985 [file] [log] [blame]
Dan Timoney5363b272017-07-18 20:23:07 -04001<?xml version="1.0" encoding="UTF-8"?>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05002<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4 <modelVersion>4.0.0</modelVersion>
Dan Timoney5363b272017-07-18 20:23:07 -04005
Dan Timoney8a3f1ea2018-02-16 17:12:41 -05006 <parent>
7 <groupId>org.onap.ccsdk.parent</groupId>
8 <artifactId>odlparent-lite</artifactId>
Stilwell, David (stilwelld)590f1d22018-05-23 17:13:04 -04009 <version>1.0.3</version>
Timoney, Dan (dt5972)4caeb142018-03-02 13:10:30 -050010 <relativePath />
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050011 </parent>
Dan Timoney5363b272017-07-18 20:23:07 -040012
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050013 <groupId>org.onap.ccsdk.sli.adaptors</groupId>
14 <artifactId>sql-resource-features</artifactId>
Stilwell, David (stilwelld)ff7de8e2018-05-23 12:37:38 -040015 <version>0.2.3-SNAPSHOT</version>
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050016 <packaging>pom</packaging>
Dan Timoney5363b272017-07-18 20:23:07 -040017
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050018 <name>ccsdk-sli-adaptors :: sql-resource :: ${project.artifactId}</name>
Dan Timoney5363b272017-07-18 20:23:07 -040019
Dan Timoney8a3f1ea2018-02-16 17:12:41 -050020 <modules>
21 <module>ccsdk-sql-resource</module>
22 <module>features-sql-resource</module>
23 </modules>
Dan Timoney5363b272017-07-18 20:23:07 -040024</project>