diff options
author | Thomas <> | 2022-11-21 09:56:37 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-21 09:56:37 +0100 |
commit | cdd4acf5097565b1fae6d6cd73c7a18518586248 (patch) | |
tree | eb552eaf35bc9a988b9a69ec160694031540c97f /eaaf-springboot-utils/pom.xml | |
parent | f49e3e4981aabf34ce656e0e0ec82d917040a179 (diff) | |
download | EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.tar.gz EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.tar.bz2 EAAF-Components-cdd4acf5097565b1fae6d6cd73c7a18518586248.zip |
build(core): switch to next release version1.3.8
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 df7cad9c..a54a717b 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.8-SNAPSHOT</version> + <version>1.3.8</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf-springboot-utils</artifactId> |