diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-04-12 14:04:49 +0200 |
---|---|---|
committer | Xue Gao <xue.gao@intl.att.com> | 2021-04-13 09:28:33 +0000 |
commit | 0d13c9c476bf27eba484bb36e800244349c3dc2d (patch) | |
tree | 07ce17f3774be7a55e57af91d60b83b58080b652 /catalog-be-plugins | |
parent | 8d3262e70808eacadf23a8240174cc166d945b9a (diff) |
Update SDC version
Update SDC version in H branch to prepare for potential new release
Issue-ID: SDC-3555
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: Iddd67f14a394b8447e2becc01c84fb93c039c197
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 4c1b2ec71e..7d7adf2b34 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.4-SNAPSHOT</version> + <version>1.8.5-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 7c0dcdd131..90e8ac418c 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.4-SNAPSHOT</version> + <version>1.8.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/catalog-be-plugins/pom.xml b/catalog-be-plugins/pom.xml index 4e668415de..64c9379288 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.4-SNAPSHOT</version> + <version>1.8.5-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>catalog-be-plugins</artifactId> |