aboutsummaryrefslogtreecommitdiffstats
path: root/ms/blueprintsprocessor/modules/inbounds
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-03 15:12:55 -0500
committerTimoney, Dan (dt5972) <dtimoney@att.com>2019-01-03 15:12:55 -0500
commit1b478e61aaa065f2ed7fce1ff0216d680d94fed6 (patch)
treec40e5eef1b921d1fd7b2077748959341c42293e2 /ms/blueprintsprocessor/modules/inbounds
parent9c0dd7fa600c477e14b4e7e80a9140b2f8b73fff (diff)
Prepare apps for release3.0.1-ONAP0.3.3casablanca
Prepare apps for 0.3.3 (Casablanca Mtce) release Change-Id: Id731f8148070712d3ab3134b83b685f63b146542 Issue-ID: CCSDK-858 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms/blueprintsprocessor/modules/inbounds')
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/pom.xml3
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml3
-rw-r--r--ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml3
3 files changed, 6 insertions, 3 deletions
diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml b/ms/blueprintsprocessor/modules/inbounds/pom.xml
index 0ce72523..4d8fbdbc 100644
--- a/ms/blueprintsprocessor/modules/inbounds/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml
@@ -20,10 +20,11 @@
<parent>
<groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
<artifactId>modules</artifactId>
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.3-SNAPSHOT</version>
</parent>
<artifactId>inbounds</artifactId>
+ <version>0.3.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Blueprints Processor Inbounds POM</name>
<description>Blueprints Processor Inbounds</description>
diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
index 64ada805..5d07f398 100644
--- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml
@@ -20,10 +20,11 @@
<parent>
<groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
<artifactId>inbounds</artifactId>
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.3-SNAPSHOT</version>
</parent>
<artifactId>resource-api</artifactId>
+ <version>0.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Blueprints Processor Resource API</name>
<description>Blueprints Processor Resource API</description>
diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
index 43b7ffcc..23da7733 100644
--- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
+++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml
@@ -20,10 +20,11 @@
<parent>
<groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId>
<artifactId>inbounds</artifactId>
- <version>0.3.2-SNAPSHOT</version>
+ <version>0.3.3-SNAPSHOT</version>
</parent>
<artifactId>selfservice-api</artifactId>
+ <version>0.3.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Blueprints Processor Selfservice API</name>
<description>Blueprints Processor Selfservice API</description>