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 /common-be | |
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 'common-be')
-rw-r--r-- | common-be/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common-be/pom.xml b/common-be/pom.xml index 536f76a3dd..249cf8cd90 100644 --- a/common-be/pom.xml +++ b/common-be/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.8.4-SNAPSHOT</version> + <version>1.8.5-SNAPSHOT</version> </parent> <dependencies> |