diff options
Diffstat (limited to 'ms/blueprintsprocessor/modules/commons')
5 files changed, 10 insertions, 5 deletions
diff --git a/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml b/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml index edc17fec..a7075986 100644 --- a/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/adaptors/pom.xml @@ -20,10 +20,11 @@ <parent> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>commons</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> </parent> <artifactId>adaptors</artifactId> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Blueprints Processor Adaptors POM</name> <description>Blueprints Processor Adaptors</description> diff --git a/ms/blueprintsprocessor/modules/commons/core/pom.xml b/ms/blueprintsprocessor/modules/commons/core/pom.xml index 056068e2..82c8c42d 100644 --- a/ms/blueprintsprocessor/modules/commons/core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/core/pom.xml @@ -22,10 +22,11 @@ <parent> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>commons</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> </parent> <artifactId>core</artifactId> + <version>0.3.3-SNAPSHOT</version> <packaging>jar</packaging> <name>Blueprints Processor Core</name> <description>Blueprints Processor Core</description> diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index 7b724a83..107dec88 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -20,10 +20,11 @@ <parent> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>commons</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> </parent> <artifactId>db-lib</artifactId> + <version>0.3.3-SNAPSHOT</version> <packaging>jar</packaging> <name>Blueprints Processor DB Lib</name> <description>Blueprints Processor DB Lib</description> diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml b/ms/blueprintsprocessor/modules/commons/pom.xml index bba5036d..80aa97ce 100644 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/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>commons</artifactId> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>Blueprints Processor Commons POM</name> <description>Blueprints Processor Commons</description> diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 570b20c3..694541f0 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -20,10 +20,11 @@ <parent> <groupId>org.onap.ccsdk.apps.blueprintsprocessor</groupId> <artifactId>commons</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> </parent> <artifactId>rest-lib</artifactId> + <version>0.3.3-SNAPSHOT</version> <packaging>jar</packaging> <name>Blueprints Processor Rest Lib</name> <description>Blueprints Processor Rest Lib</description> |