diff options
author | Thomas <> | 2022-06-22 12:51:41 +0200 |
---|---|---|
committer | Thomas <> | 2022-06-22 12:51:41 +0200 |
commit | 92ed784394bd4d81b12861d938e6094e20c36dcc (patch) | |
tree | d2949331ad98f0ce251bc6b5bd21cc1e80d4ca1b /eaaf-springboot-utils/pom.xml | |
parent | 31019aead2fce419a0a63c97ac07b5e373c946fd (diff) | |
download | EAAF-Components-92ed784394bd4d81b12861d938e6094e20c36dcc.tar.gz EAAF-Components-92ed784394bd4d81b12861d938e6094e20c36dcc.tar.bz2 EAAF-Components-92ed784394bd4d81b12861d938e6094e20c36dcc.zip |
build(core): switch to next snapshot version
Diffstat (limited to 'eaaf-springboot-utils/pom.xml')
-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 0608056c..674980fb 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.3</version> + <version>1.3.4-SNAPSHOT</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |