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 /integration-tests | |
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 'integration-tests')
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b025da202e..fd3aef6669 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -32,7 +32,7 @@ limitations under the License. <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>sdc-main</artifactId> - <version>1.8.4-SNAPSHOT</version> + <version>1.8.5-SNAPSHOT</version> </parent> <properties> |