diff options
author | Thomas <> | 2022-11-24 08:01:36 +0100 |
---|---|---|
committer | Thomas <> | 2022-11-24 08:01:36 +0100 |
commit | 82e16c1260c872729eaa22e27664dc0313a34fa4 (patch) | |
tree | 42f7276f9781d200228a9841d2dcfddc92d5b854 /eaaf_core_api/pom.xml | |
parent | 4428a6b1ad5b9de121c1cce675f901213a1e5b51 (diff) | |
download | EAAF-Components-82e16c1260c872729eaa22e27664dc0313a34fa4.tar.gz EAAF-Components-82e16c1260c872729eaa22e27664dc0313a34fa4.tar.bz2 EAAF-Components-82e16c1260c872729eaa22e27664dc0313a34fa4.zip |
build(core): switch to next release version1.3.10
Diffstat (limited to 'eaaf_core_api/pom.xml')
-rw-r--r-- | eaaf_core_api/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eaaf_core_api/pom.xml b/eaaf_core_api/pom.xml index e36e2aa3..b7f900fc 100644 --- a/eaaf_core_api/pom.xml +++ b/eaaf_core_api/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>at.gv.egiz</groupId> <artifactId>eaaf</artifactId> - <version>1.3.10-SNAPSHOT</version> + <version>1.3.10</version> </parent> <groupId>at.gv.egiz.eaaf</groupId> <artifactId>eaaf_core_api</artifactId> |