diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-03-22 08:09:18 +0000 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2022-03-22 17:41:42 +0000 |
commit | f935dce7e2f249e804332da31ae54cb71aad6328 (patch) | |
tree | 54c7a2a8b5d98cd5a1fa15ccdf1463aa195a5cc3 /openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest | |
parent | da029d72802abc2099aa0c19f957efaf63cefb17 (diff) |
Step version to 1.10.3-SNAPSHOT1.10.3
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3909
Change-Id: I7bb06e974320433d9f423be6f099d7811982eac0
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest')
3 files changed, 3 insertions, 3 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml index 512241ebac..8d28cd1605 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-services/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-permissions-rest</artifactId> - <version>1.10.2-SNAPSHOT</version> + <version>1.10.3-SNAPSHOT</version> </parent> <artifactId>item-permissions-rest-services</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml index aed01a2cfb..81248d2e05 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/item-permissions-rest-types/pom.xml @@ -14,7 +14,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>item-permissions-rest</artifactId> - <version>1.10.2-SNAPSHOT</version> + <version>1.10.3-SNAPSHOT</version> </parent> <artifactId>item-permissions-rest-types</artifactId> diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml index 17f969280b..b3ea7df33b 100644 --- a/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml +++ b/openecomp-be/api/openecomp-sdc-rest-webapp/item-permissions-rest/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>openecomp-sdc-rest-webapp</artifactId> - <version>1.10.2-SNAPSHOT</version> + <version>1.10.3-SNAPSHOT</version> </parent> <artifactId>item-permissions-rest</artifactId> |