diff options
author | Thomas <> | 2021-09-03 14:34:38 +0200 |
---|---|---|
committer | Thomas <> | 2021-09-03 14:34:38 +0200 |
commit | ea3c35558d9296c9071d2b55c2e4fd7d451ee45c (patch) | |
tree | d886798d186ce40f419a2207fcc8328c25c66cbe /eaaf-springboot-utils | |
parent | 2b6aa2a1043cbf9c5f438d48e4d5ea079ddf8f8f (diff) | |
download | EAAF-Components-ea3c35558d9296c9071d2b55c2e4fd7d451ee45c.tar.gz EAAF-Components-ea3c35558d9296c9071d2b55c2e4fd7d451ee45c.tar.bz2 EAAF-Components-ea3c35558d9296c9071d2b55c2e4fd7d451ee45c.zip |
switch to next release version1.1.15
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 39f5b3bd..7352cf83 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.15-SNAPSHOT</version> + <version>1.1.15</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |