diff options
author | ChrisC <christophe.closset@intl.att.com> | 2021-03-16 16:34:18 +0100 |
---|---|---|
committer | Xue Gao <xue.gao@intl.att.com> | 2021-03-17 12:44:57 +0000 |
commit | 737340d942fcfd431f21b5463bcde57b95e4d69c (patch) | |
tree | 2022efb144a40a6e20be1a6cc52329c6b8f5b764 /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | a820979640eb7fa4346e0340ce4dd4a5f9e5feeb (diff) |
Update SDC version
Prepare for RC1 build for H release
Issue-ID: SDC-3479
Signed-off-by: ChrisC <christophe.closset@intl.att.com>
Change-Id: I91ce37170a98d17b71cd30ff9a43ec5fe63b8cad
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml index c8e58f73d7..24f88dcb3d 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-services/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> </parent> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml index bc8755ddf8..8df5b83d44 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/action-library-rest-types/pom.xml @@ -10,7 +10,7 @@ <parent> <groupId>org.openecomp.sdc.onboarding</groupId> <artifactId>action-library-rest</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml index dde369f946..bc22d22991 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.8.3-SNAPSHOT</version> + <version>1.8.4-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |