diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-08 10:05:51 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2021-01-08 10:05:51 +0100 |
commit | b74524c6b6e0f703f25476062cd95d78ed4b901d (patch) | |
tree | a8cfb01ff0439cc5e51faf0b18d89b88e7de0583 /eaaf-springboot-utils | |
parent | e9d30c0022f19e096164a006b1db478a9490898a (diff) | |
download | EAAF-Components-b74524c6b6e0f703f25476062cd95d78ed4b901d.tar.gz EAAF-Components-b74524c6b6e0f703f25476062cd95d78ed4b901d.tar.bz2 EAAF-Components-b74524c6b6e0f703f25476062cd95d78ed4b901d.zip |
switch to next release version1.1.11
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 f4a5761c..2ea02bb4 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.1.11-SNAPSHOT</version> + <version>1.1.11</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |