From 27e1535d75978bb7558c17bf27db7d1a1131fe40 Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Wed, 22 Sep 2021 17:56:33 +0200 Subject: update third-party libs to latest versions --- connector_lib/checks/spotbugs-exclude.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'connector_lib') diff --git a/connector_lib/checks/spotbugs-exclude.xml b/connector_lib/checks/spotbugs-exclude.xml index 90ca96f2..9700a0c0 100644 --- a/connector_lib/checks/spotbugs-exclude.xml +++ b/connector_lib/checks/spotbugs-exclude.xml @@ -5,5 +5,16 @@ - + + + + + + + + + + + + -- cgit v1.2.3 From 0f0b59abce4242bdd69de1b48f2d197bc84255ba Mon Sep 17 00:00:00 2001 From: Thomas <> Date: Thu, 21 Oct 2021 09:27:11 +0200 Subject: switch to next release version --- build_reporting/pom.xml | 2 +- connector/pom.xml | 2 +- connector_lib/pom.xml | 2 +- eidas_modules/authmodule-eIDAS-v2/pom.xml | 2 +- eidas_modules/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'connector_lib') diff --git a/build_reporting/pom.xml b/build_reporting/pom.xml index 871c76ad..c6bd080e 100644 --- a/build_reporting/pom.xml +++ b/build_reporting/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 build_reporting pom diff --git a/connector/pom.xml b/connector/pom.xml index 3145f051..48e449c3 100644 --- a/connector/pom.xml +++ b/connector/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific diff --git a/connector_lib/pom.xml b/connector_lib/pom.xml index d30af204..5fad0ad1 100644 --- a/connector_lib/pom.xml +++ b/connector_lib/pom.xml @@ -7,7 +7,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific connector_lib diff --git a/eidas_modules/authmodule-eIDAS-v2/pom.xml b/eidas_modules/authmodule-eIDAS-v2/pom.xml index 603395ab..a2db974b 100644 --- a/eidas_modules/authmodule-eIDAS-v2/pom.xml +++ b/eidas_modules/authmodule-eIDAS-v2/pom.xml @@ -6,7 +6,7 @@ at.asitplus.eidas.ms_specific modules - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific.modules authmodule-eIDAS-v2 diff --git a/eidas_modules/pom.xml b/eidas_modules/pom.xml index 0c6183dc..0693d793 100644 --- a/eidas_modules/pom.xml +++ b/eidas_modules/pom.xml @@ -4,7 +4,7 @@ at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 at.asitplus.eidas.ms_specific modules diff --git a/pom.xml b/pom.xml index e2445c37..a0aa2a90 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 at.asitplus.eidas ms_specific - 1.2.3-SNAPSHOT + 1.2.3 pom MS specific eIDAS components -- cgit v1.2.3