diff options
author | Thomas <> | 2023-01-09 11:43:34 +0100 |
---|---|---|
committer | Thomas <> | 2023-01-09 11:43:34 +0100 |
commit | 5781d1c6c8ce6002120aaf7499237fce17b50e41 (patch) | |
tree | 38da5be8b6494128aeb0ded11fcecd77516ba9b3 /eaaf-springboot-utils | |
parent | e25a1735f2140ea38f7fb616a2af59874d0105a9 (diff) | |
download | EAAF-Components-5781d1c6c8ce6002120aaf7499237fce17b50e41.tar.gz EAAF-Components-5781d1c6c8ce6002120aaf7499237fce17b50e41.tar.bz2 EAAF-Components-5781d1c6c8ce6002120aaf7499237fce17b50e41.zip |
build(core): switch to next snapshot version
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 c6ac1b8c..b9d46520 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.12</version> + <version>1.3.13-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |