From 673b6f9e15c294808da02143b35f7cc958102e5e Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Tue, 16 Jan 2024 09:44:31 +0100 Subject: [PATCH] Release 0.0.4 --- client/pom.xml | 8 +- pom.xml | 25 ++---- provisioning-mock/pom.xml | 166 ++++++++++++++++++-------------------- server/pom.xml | 11 +-- welcome/pom.xml | 8 +- 5 files changed, 96 insertions(+), 122 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 36fc04fd..43522670 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -1,14 +1,12 @@ - + + 4.0.0 - org.openconext access - 0.0.4-SNAPSHOT + 0.0.4 ../pom.xml - access-client pom access-client diff --git a/pom.xml b/pom.xml index 9418cc0e..c53aca7c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,35 +1,29 @@ - + 4.0.0 - org.openconext access - 0.0.4-SNAPSHOT + 0.0.4 pom - access SURFconext Invite - org.springframework.boot spring-boot-starter-parent 3.1.2 - + + - - - UTF-8 - 17 - - + + UTF-8 + 17 + server client welcome provisioning-mock - @@ -63,7 +57,6 @@ - @@ -73,7 +66,6 @@ - @@ -103,7 +95,6 @@ https://repo.spring.io/milestone/ - openconext-releases diff --git a/provisioning-mock/pom.xml b/provisioning-mock/pom.xml index 7e958a34..bb8664af 100644 --- a/provisioning-mock/pom.xml +++ b/provisioning-mock/pom.xml @@ -1,88 +1,82 @@ - - 4.0.0 - - - org.openconext - access - 0.0.4-SNAPSHOT - ../pom.xml - - - provisioning-mock - jar - provisioning-mock - - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-actuator - - - com.fasterxml.jackson.datatype - jackson-datatype-jdk8 - 2.15.0 - - - io.hypersistence - hypersistence-utils-hibernate-60 - 3.5.1 - - - org.projectlombok - lombok - 1.18.30 - - - com.mysql - mysql-connector-j - 8.0.33 - - - org.springframework.boot - spring-boot-starter-test - test - - - io.rest-assured - rest-assured - 5.3.0 - test - - - io.rest-assured - json-path - 5.3.0 - test - - - io.rest-assured - xml-path - 5.3.0 - test - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - + + 4.0.0 + + org.openconext + access + 0.0.4 + ../pom.xml + + provisioning-mock + jar + provisioning-mock + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-actuator + + + com.fasterxml.jackson.datatype + jackson-datatype-jdk8 + 2.15.0 + + + io.hypersistence + hypersistence-utils-hibernate-60 + 3.5.1 + + + org.projectlombok + lombok + 1.18.30 + + + com.mysql + mysql-connector-j + 8.0.33 + + + org.springframework.boot + spring-boot-starter-test + test + + + io.rest-assured + rest-assured + 5.3.0 + test + + + io.rest-assured + json-path + 5.3.0 + test + + + io.rest-assured + xml-path + 5.3.0 + test + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + diff --git a/server/pom.xml b/server/pom.xml index ceb24b64..704df35c 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -1,19 +1,15 @@ - + 4.0.0 - org.openconext access - 0.0.4-SNAPSHOT + 0.0.4 ../pom.xml - access-server jar access-server - org.springframework.boot @@ -187,7 +183,6 @@ 1.73 - @@ -223,8 +218,6 @@ - - diff --git a/welcome/pom.xml b/welcome/pom.xml index 13313b5d..636caf2a 100644 --- a/welcome/pom.xml +++ b/welcome/pom.xml @@ -1,14 +1,12 @@ - + + 4.0.0 - org.openconext access - 0.0.4-SNAPSHOT + 0.0.4 ../pom.xml - access-welcome pom access-welcome