aboutsummaryrefslogtreecommitdiffstats
path: root/blueprints-processor/plugin/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/plugin/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/plugin/pom.xml')
-rw-r--r--blueprints-processor/plugin/pom.xml40
1 files changed, 20 insertions, 20 deletions
diff --git a/blueprints-processor/plugin/pom.xml b/blueprints-processor/plugin/pom.xml
index f52d15e30..2626c4281 100644
--- a/blueprints-processor/plugin/pom.xml
+++ b/blueprints-processor/plugin/pom.xml
@@ -16,27 +16,27 @@
-->
<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>
+ 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.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>
- <version>0.3.1-SNAPSHOT</version>
- <artifactId>blueprints-processor-plugin</artifactId>
- <groupId>org.onap.ccsdk.features</groupId>
- <packaging>pom</packaging>
- <name>Blueprints Processor Plugins - POM</name>
- <description>Blueprints Processor Plugins - POM</description>
- <modules>
- <module>model-provider</module>
- <module>assignment-provider</module>
- <module>generator-provider</module>
- </modules>
+ <version>0.4.0-SNAPSHOT</version>
+ <artifactId>blueprints-processor-plugin</artifactId>
+ <groupId>org.onap.ccsdk.features</groupId>
+ <packaging>pom</packaging>
+ <name>Blueprints Processor Plugins - POM</name>
+ <description>Blueprints Processor Plugins - POM</description>
+ <modules>
+ <module>model-provider</module>
+ <module>assignment-provider</module>
+ <module>generator-provider</module>
+ </modules>
</project>