diff options
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:49:13 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | 2021-05-12 08:49:13 +0200 |
commit | a6834bcb4795559415653122626cce05c4dba5ea (patch) | |
tree | feb622e8d448ba7d65f8f9c37332a20d2ccc0511 /deployment | |
parent | 0b6e4283c2c83361cbe71ddde1ab62df5c782425 (diff) |
Release 1.0.0.v1.0.0
Change-Id: I62f3987debea924197609d5d4a0377bf8c450b73
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index d4b2db2..3c7595d 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -7,7 +7,7 @@ <parent> <groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId> <artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>quarkus-googlecloud-jsonlogging-deployment</artifactId> |