diff options
author | MichaelMorris <michael.morris@est.tech> | 2022-05-17 17:52:36 +0100 |
---|---|---|
committer | Andr� Schmid <andre.schmid@est.tech> | 2022-05-18 14:25:36 +0000 |
commit | dea1a8ef0105f902faea976c9ae9429fa2f2e8db (patch) | |
tree | 72dd0eb505037fb424d3c70e6df98443396275e8 /openecomp-be/backend | |
parent | b804b97e06e50e134633a9c3be58f3fb7228756a (diff) |
Step version to 1.11.3-SNAPSHOT
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Issue-ID: SDC-3980
Change-Id: Ib1a7cae9f32c347c97157020e58188d802fd6068
Diffstat (limited to 'openecomp-be/backend')
11 files changed, 11 insertions, 11 deletions
diff --git a/openecomp-be/backend/openecomp-sdc-action-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-action-manager/pom.xml index 600ea16c07..6ba6b79556 100644 --- a/openecomp-be/backend/openecomp-sdc-action-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-action-manager/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> diff --git a/openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml index caafa58955..92cc138236 100644 --- a/openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-activity-log-manager/pom.xml @@ -9,7 +9,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/backend/openecomp-sdc-application-config-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-application-config-manager/pom.xml index b38b4a7f3f..54ff09fb91 100644 --- a/openecomp-be/backend/openecomp-sdc-application-config-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-application-config-manager/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/backend/openecomp-sdc-conflict-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-conflict-manager/pom.xml index 2195cae0cd..0413b6c6c4 100644 --- a/openecomp-be/backend/openecomp-sdc-conflict-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-conflict-manager/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <artifactId>openecomp-sdc-conflict-manager</artifactId> diff --git a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml index 17a356af85..74adafea19 100644 --- a/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-healthcheck-manager/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <artifactId>openecomp-sdc-healthcheck-manager</artifactId> diff --git a/openecomp-be/backend/openecomp-sdc-item-permissions-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-item-permissions-manager/pom.xml index 1483f6dba5..f4a8014cab 100644 --- a/openecomp-be/backend/openecomp-sdc-item-permissions-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-item-permissions-manager/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <artifactId>openecomp-sdc-item-permissions-manager</artifactId> diff --git a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml index bdeb689b98..0d3149c87e 100644 --- a/openecomp-be/backend/openecomp-sdc-security-util/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-security-util/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>backend</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/openecomp-be/backend/openecomp-sdc-validation-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-validation-manager/pom.xml index 60734dcd8f..e03c978713 100644 --- a/openecomp-be/backend/openecomp-sdc-validation-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-validation-manager/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml index 956da0031b..6332f54b73 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-license-manager/pom.xml @@ -25,7 +25,7 @@ <parent> <artifactId>backend</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml index c524a959e3..80a967b9b5 100644 --- a/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml +++ b/openecomp-be/backend/openecomp-sdc-vendor-software-product-manager/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.openecomp.sdc</groupId> <artifactId>backend</artifactId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <dependencies> diff --git a/openecomp-be/backend/pom.xml b/openecomp-be/backend/pom.xml index ae47747b09..a9ea20fdaf 100644 --- a/openecomp-be/backend/pom.xml +++ b/openecomp-be/backend/pom.xml @@ -10,7 +10,7 @@ <parent> <artifactId>openecomp-sdc</artifactId> <groupId>org.openecomp.sdc</groupId> - <version>1.11.2-SNAPSHOT</version> + <version>1.11.3-SNAPSHOT</version> </parent> <modules> |