diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-06-29 10:08:59 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-06-29 10:08:59 +0200 |
commit | 09fb659de8b346fdb2b3a894b39319e445145f43 (patch) | |
tree | cbcd4ad327519f3de750e3b8da196c6d17d18192 /openecomp-be/api/openecomp-sdc-rest-webapp/item-rest | |
parent | 1cf949cb77c4413f09ccd5c65c02a2d1d4ab7d67 (diff) |
Update pom version1.5.3
Update pom version to 1.5.3 so that we can release a new Elalto
Issue-ID: SDC-3162
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: Ia337de253a921e6854eed61e078a7940ac8d6154
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml index 9b8ecc1974..b37c1632ef 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-services/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-rest</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>item-rest-services</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml index a34e926533..5d359ec5fb 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/item-rest-types/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-rest</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>item-rest-types</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml index e5e1c79995..3bf86cf470 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-rest/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>1.5.3-SNAPSHOT</version> </parent> <artifactId>item-rest</artifactId> |