diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-09-21 09:53:32 -0400 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-09-21 15:08:44 +0000 |
commit | 7d397bd49ffc2c61d70aa65353f2188bc1264abb (patch) | |
tree | d6af96f4c70c4f7fbd5c259bbab832d69cd323c1 /ms/blueprintsprocessor/modules | |
parent | 54a9aafbec22b49d3ffb151cb46b1b631688cf08 (diff) |
Fixing docker image tag
Moving related properties to parent most pom and using same across
Removing unnecessary version tag from poms
Issue-ID: CCSDK-2794
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I37d16d3f7a467bb579f70235f69a8bff0fe4ba8e
Diffstat (limited to 'ms/blueprintsprocessor/modules')
-rw-r--r-- | ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml | 1 | ||||
-rw-r--r-- | ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index 8673211a2..7960ca3a1 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -27,7 +27,6 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>blueprint-core</artifactId> - <version>1.0.0-SNAPSHOT</version> <name>MS Blueprints Processor Modules - Blueprints - Blueprints Core</name> diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 39f2df5b3..bdf0513cb 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -26,7 +26,6 @@ <groupId>org.onap.ccsdk.cds.blueprintsprocessor.modules</groupId> <artifactId>configs-api</artifactId> - <version>1.0.0-SNAPSHOT</version> <packaging>jar</packaging> <name>MS Blueprints Processor Modules - Inbound - Configurations API</name> |