Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Timoney, Dan (dt5972) | 0320e9c | 2019-03-14 12:01:11 -0400 | [diff] [blame] | 2 | <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"> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 3 | <modelVersion>4.0.0</modelVersion> |
| 4 | |
| 5 | <parent> |
| 6 | <groupId>org.onap.ccsdk.parent</groupId> |
| 7 | <artifactId>single-feature-parent</artifactId> |
Dan Timoney | 3fb66d2 | 2020-08-21 14:05:59 -0400 | [diff] [blame] | 8 | <version>2.0.1-SNAPSHOT</version> |
Timoney, Dan (dt5972) | 057bc26 | 2019-01-04 09:22:20 -0500 | [diff] [blame] | 9 | <relativePath/> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 10 | </parent> |
| 11 | |
| 12 | <groupId>org.onap.ccsdk.sli.plugins</groupId> |
| 13 | <artifactId>ccsdk-template-node</artifactId> |
Dan Timoney | 3805832 | 2020-08-06 15:25:13 -0400 | [diff] [blame] | 14 | <version>1.0.1-SNAPSHOT</version> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 15 | <packaging>feature</packaging> |
| 16 | |
Singal, Kapil (ks220y) | 07b48a0 | 2019-01-09 16:42:33 -0500 | [diff] [blame] | 17 | <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 18 | |
| 19 | <dependencies> |
Smokowski, Kevin (ks6305) | bc136f3 | 2019-05-29 21:25:31 +0000 | [diff] [blame] | 20 | |
Smokowski, Kevin (ks6305) | 02c666d | 2019-02-06 20:26:17 +0000 | [diff] [blame] | 21 | <dependency> |
Smokowski, Kevin (ks6305) | 42478b1 | 2018-08-07 19:07:35 +0000 | [diff] [blame] | 22 | <groupId>${project.groupId}</groupId> |
| 23 | <artifactId>template-node-provider</artifactId> |
| 24 | <version>${project.version}</version> |
| 25 | </dependency> |
| 26 | </dependencies> |
| 27 | </project> |