diff options
author | Thomas <> | 2022-04-05 08:59:31 +0200 |
---|---|---|
committer | Thomas <> | 2022-04-05 08:59:31 +0200 |
commit | ecc1dd834c5af467a5aa0f77e5dc6d986c6af418 (patch) | |
tree | fb3633acad58770e636fd8461263459d38e7bdaa /modules/pom.xml | |
parent | 1e30bda37929ed76b9565e3aa6742ffa7cc142bc (diff) | |
download | National_eIDAS_Gateway-ecc1dd834c5af467a5aa0f77e5dc6d986c6af418.tar.gz National_eIDAS_Gateway-ecc1dd834c5af467a5aa0f77e5dc6d986c6af418.tar.bz2 National_eIDAS_Gateway-ecc1dd834c5af467a5aa0f77e5dc6d986c6af418.zip |
build(core): switch to new snapshot version
Diffstat (limited to 'modules/pom.xml')
-rw-r--r-- | modules/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pom.xml b/modules/pom.xml index a6e9c696..fff02aa5 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.2.5-SNAPSHOT</version> </parent> <groupId>at.asitplus.eidas.ms_specific</groupId> <artifactId>modules</artifactId> |