diff options
author | Michael Lando <ml636r@att.com> | 2018-05-27 09:07:08 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-05-27 08:48:19 +0000 |
commit | 17873c46a6b6823e951f3aaf972b10284020cbe9 (patch) | |
tree | d4de0947e64e1aa9ef653ef94d0713fbdce7a949 /openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest | |
parent | b72a4b4795ccbc16364d96ee897ee36154b3a298 (diff) |
Revert "update sdc version"
This reverts commit 5920d2c9e47958ed5f3197b7a16094e01e8d4bcd.
Change-Id: I7906549d1fb7ba5d8d081870a9d976a3c8077438
Issue-ID: SDC-1370
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest')
3 files changed, 6 insertions, 6 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml index 5da8f9077e..7879723c68 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-services/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>healthcheck-rest</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>healthcheck-rest-services</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <!--packaging>pom</packaging--> <dependencies> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml index 399606fa75..c24e5b4519 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/healthcheck-rest-types/pom.xml @@ -7,11 +7,11 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>healthcheck-rest</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <artifactId>healthcheck-rest-types</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </project>
\ No newline at end of file diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml index fb2d510a1a..544c510081 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/healthcheck-rest/pom.xml @@ -7,12 +7,12 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> </parent> <groupId>org.openecomp.sdc</groupId> <artifactId>healthcheck-rest</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.0-SNAPSHOT</version> <packaging>pom</packaging> |