diff options
author | Thomas <> | 2023-08-31 12:00:28 +0200 |
---|---|---|
committer | Thomas <> | 2023-08-31 12:00:28 +0200 |
commit | 34d55551acd6c49c34cf1a8d7759558eb92fd617 (patch) | |
tree | dcd7514a924b8ec1be659ed323c14a1c7933d6ea /eaaf-springboot-utils | |
parent | f4e014993a75212023bb34497d4759b81ca39053 (diff) | |
download | EAAF-Components-34d55551acd6c49c34cf1a8d7759558eb92fd617.tar.gz EAAF-Components-34d55551acd6c49c34cf1a8d7759558eb92fd617.tar.bz2 EAAF-Components-34d55551acd6c49c34cf1a8d7759558eb92fd617.zip |
build(core): switch to new major-release version 2.0.0-SNAPSHOT
This version requires Java 17 as minimum
# Conflicts:
# build_reporting/pom.xml
# eaaf-springboot-utils/pom.xml
# eaaf_core/pom.xml
# eaaf_core_api/pom.xml
# eaaf_core_utils/pom.xml
# eaaf_modules/eaaf_module_auth_sl20/pom.xml
# eaaf_modules/eaaf_module_moa-sig/pom.xml
# eaaf_modules/eaaf_module_pvp2_core/pom.xml
# eaaf_modules/eaaf_module_pvp2_idp/pom.xml
# eaaf_modules/eaaf_module_pvp2_sp/pom.xml
# eaaf_modules/pom.xml
# pom.xml
Diffstat (limited to 'eaaf-springboot-utils')
-rw-r--r-- | eaaf-springboot-utils/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf-springboot-utils/pom.xml b/eaaf-springboot-utils/pom.xml index 9ae133a8..3f2d2f11 100644 --- a/eaaf-springboot-utils/pom.xml +++ b/eaaf-springboot-utils/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.3.16-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |