From 7515c140da06491dc93826d7030903f3eea218e2 Mon Sep 17 00:00:00 2001 From: Andrea Ceccanti Date: Tue, 29 Jun 2021 14:36:36 +0200 Subject: [PATCH] Bootstrap development for issue 391 --- iam-common/pom.xml | 2 +- iam-login-service/pom.xml | 2 +- iam-persistence/pom.xml | 2 +- iam-test-client/pom.xml | 2 +- iam-test-protected-resource/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/iam-common/pom.xml b/iam-common/pom.xml index 9ca23d082..a5a954b45 100644 --- a/iam-common/pom.xml +++ b/iam-common/pom.xml @@ -7,7 +7,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT iam-common diff --git a/iam-login-service/pom.xml b/iam-login-service/pom.xml index 19470d861..f2841fc2f 100644 --- a/iam-login-service/pom.xml +++ b/iam-login-service/pom.xml @@ -23,7 +23,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT iam-login-service diff --git a/iam-persistence/pom.xml b/iam-persistence/pom.xml index 1bd71bd2d..439e1203e 100644 --- a/iam-persistence/pom.xml +++ b/iam-persistence/pom.xml @@ -23,7 +23,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT iam-persistence jar diff --git a/iam-test-client/pom.xml b/iam-test-client/pom.xml index a8f5dff97..dd80f512e 100644 --- a/iam-test-client/pom.xml +++ b/iam-test-client/pom.xml @@ -7,7 +7,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT iam-test-client diff --git a/iam-test-protected-resource/pom.xml b/iam-test-protected-resource/pom.xml index ea4201a8b..8ab09f877 100644 --- a/iam-test-protected-resource/pom.xml +++ b/iam-test-protected-resource/pom.xml @@ -7,7 +7,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT iam-test-protected-resource diff --git a/pom.xml b/pom.xml index 3a295456e..5879fd51c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ it.infn.mw iam-parent - 1.7.0.rc2-SNAPSHOT + 1.8.0-SNAPSHOT pom INDIGO Identity and Access Manager (IAM)