diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-02-17 16:02:05 +0100 |
---|---|---|
committer | Christophe Closset <christophe.closset@intl.att.com> | 2021-02-25 13:36:35 +0000 |
commit | 94133cb583800ecd72ee0c736284c6ead18450c9 (patch) | |
tree | e68b112328f9b80babecad5a2a441880a0aa213e /catalog-be-plugins | |
parent | e01f4a5f5e4258e5b02593bda5cb0c5ec87b1899 (diff) |
Update version to 1.8.21.8.2
Update SDC poms to 1.8.2 to prepare for release
Issue-ID: SDC-3464
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I4a82d521dc8ec80b65082a12a1bc43598ae37e25
Diffstat (limited to 'catalog-be-plugins')
-rw-r--r-- | catalog-be-plugins/backend-all-plugins/pom.xml | 2 | ||||
-rw-r--r-- | catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml | 2 | ||||
-rw-r--r-- | catalog-be-plugins/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/catalog-be-plugins/backend-all-plugins/pom.xml b/catalog-be-plugins/backend-all-plugins/pom.xml index 8d59410c14..daa046f891 100644 --- a/catalog-be-plugins/backend-all-plugins/pom.xml +++ b/catalog-be-plugins/backend-all-plugins/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <artifactId>catalog-be-plugins</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <packaging>pom</packaging> diff --git a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml index 49cc9ac63d..3fb44e0908 100644 --- a/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml +++ b/catalog-be-plugins/etsi-nfv-nsd-csar-plugin/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>catalog-be-plugins</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml index 19c2b3f112..cd11a1e157 100644 --- a/catalog-be-plugins/pom.xml +++ b/catalog-be-plugins/pom.xml @@ -24,7 +24,7 @@ <parent> <artifactId>sdc-main</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.8.1-SNAPSHOT</version> + <version>1.8.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>catalog-be-plugins</artifactId> |