aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/adaptors/pom.xml
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-23 09:21:16 -0400
committerTimoney, Dan (dt5972) <dtimoney@att.com>2018-10-23 09:21:16 -0400
commitf5da531e05c4294eb06003270a9083b63fb9e685 (patch)
tree4e41a47e88df6e436e911a9558c8f7ecb1e3e20b /blueprints-processor/adaptors/pom.xml
parent3526777d937af9e0f7b82a3254b1149d29e28a1e (diff)
Roll to initial Dublin snapshot
Roll version to initial Dublin snapshot Change-Id: I50009b9cef542d4358bd0dbe5abebad8b1f1ad5b Issue-ID: CCSDK-617 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'blueprints-processor/adaptors/pom.xml')
-rw-r--r--blueprints-processor/adaptors/pom.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/blueprints-processor/adaptors/pom.xml b/blueprints-processor/adaptors/pom.xml
index fbe27f094..a7c3ccb22 100644
--- a/blueprints-processor/adaptors/pom.xml
+++ b/blueprints-processor/adaptors/pom.xml
@@ -17,26 +17,26 @@
-->
<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/maven-v4_0_0.xsd">
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <groupId>org.onap.ccsdk.parent</groupId>
- <artifactId>odlparent-lite</artifactId>
- <version>1.1.1</version>
- <relativePath/>
- </parent>
+ <parent>
+ <groupId>org.onap.ccsdk.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
+ <version>1.2.0-SNAPSHOT</version>
+ <relativePath />
+ </parent>
- <groupId>org.onap.ccsdk.features</groupId>
- <version>0.3.1-SNAPSHOT</version>
- <modelVersion>4.0.0</modelVersion>
- <packaging>pom</packaging>
- <artifactId>blueprints-processor-adaptors</artifactId>
- <name>Blueprints Processor Adaptors - POM</name>
- <url>http://wiki.sdn.labs.att.com</url>
- <description>Blueprints Processor Adaptors - POM</description>
- <modules>
- <module>data-adaptor-provider</module>
- <module>rest-adaptor-provider</module>
- </modules>
+ <groupId>org.onap.ccsdk.features</groupId>
+ <version>0.4.0-SNAPSHOT</version>
+ <modelVersion>4.0.0</modelVersion>
+ <packaging>pom</packaging>
+ <artifactId>blueprints-processor-adaptors</artifactId>
+ <name>Blueprints Processor Adaptors - POM</name>
+ <url>http://wiki.sdn.labs.att.com</url>
+ <description>Blueprints Processor Adaptors - POM</description>
+ <modules>
+ <module>data-adaptor-provider</module>
+ <module>rest-adaptor-provider</module>
+ </modules>
</project>