diff options
author | MichaelMorris <michael.morris@est.tech> | 2021-09-20 09:11:18 +0100 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2021-09-20 09:11:32 +0100 |
commit | 58787cbda5ab57260d792ac4921b368bb78e4025 (patch) | |
tree | d74094181ef2c0c6e49d0f346e295d7d2400baf3 /openecomp-be/api/openecomp-sdc-rest-webapp/action-library-rest | |
parent | 0ef5f83fbe6f68cbde5530b5d58d96cac285cfa7 (diff) |
Updated SDC version to 1.9.2-SNAPSHOT1.9.2
Updated to release bug fixes on 1.9.1 for I release
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3694
Change-Id: Ifda88730a17f2ecabab0ac29128aaa23618bc4f8
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 4125067d0b..ca7598fffd 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.9.1-SNAPSHOT</version> + <version>1.9.2-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 67dc148ceb..ed1ef7ed33 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.9.1-SNAPSHOT</version> + <version>1.9.2-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 980d6211ab..1cc7e7eebf 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.9.1-SNAPSHOT</version> + <version>1.9.2-SNAPSHOT</version> </parent> <modules> <module>/action-library-rest-services</module> |