diff options
author | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 17:20:10 +0200 |
---|---|---|
committer | Thomas <thomas.lenz@egiz.gv.at> | 2025-05-05 17:20:10 +0200 |
commit | 2c56e0be86a75cc5ed489c6c2a2260494cefd65a (patch) | |
tree | a84a291ae0081ad9de514c70784f3c206066a988 /eaaf_modules/eaaf_module_auth_sl20 | |
parent | c73e9a15b272d742cfabde88faccb4d1cb78e0f0 (diff) | |
download | EAAF-Components-2c56e0be86a75cc5ed489c6c2a2260494cefd65a.tar.gz EAAF-Components-2c56e0be86a75cc5ed489c6c2a2260494cefd65a.tar.bz2 EAAF-Components-2c56e0be86a75cc5ed489c6c2a2260494cefd65a.zip |
build(core): switch to next release version2.0.6
Diffstat (limited to 'eaaf_modules/eaaf_module_auth_sl20')
-rw-r--r-- | eaaf_modules/eaaf_module_auth_sl20/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_modules/eaaf_module_auth_sl20/pom.xml b/eaaf_modules/eaaf_module_auth_sl20/pom.xml index 6168c7ad..757c7f36 100644 --- a/eaaf_modules/eaaf_module_auth_sl20/pom.xml +++ b/eaaf_modules/eaaf_module_auth_sl20/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_modules</artifactId> - <version>2.0.6-SNAPSHOT</version> + <version>2.0.6</version> </parent> <artifactId>eaaf_module_auth_sl20</artifactId> <name>Generic SL2.0 authentication</name> |