From 24b5f3ea62ef4539875ad494587362e7e27855b7 Mon Sep 17 00:00:00 2001 From: "Gravitee.io Bot" Date: Fri, 16 Apr 2021 16:34:29 +0000 Subject: [PATCH] 1.18.0 --- .gitignore | 18 ++++++++++++++++++ pom.xml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ee7866ef..1de2cda0 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,21 @@ hs_err_pid* .classpath .project .settings/ +# -- Cicd : Git ignore the [.circleci/**/*] which contains +# files which do not need to be commited (password to artifactory) +.circleci/**/* +# -- Cicd : Do not git ignore the [!./.circleci/config.yml] which contains +# the pipeline definition +!./.circleci/config.yml +# -- Cicd : Git ignore the [gpg.script.snippet.sh] which contains +# secrets (password to artifactory) +gpg.script.snippet.sh +# -- Cicd : The [graviteebot.gpg.priv.key] file contains secrets +# which should not be commited +graviteebot.gpg.priv.key +# -- Cicd : The [.secrethub.credential] file contains secrets +# which should not be commited +graviteebot.gpg.pub.key +# -- Cicd : The [.secrets.json] file contains secrets +# which should not be commited +.secrets.json diff --git a/pom.xml b/pom.xml index 60f5d832..66e2a20b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ io.gravitee.policy gravitee-policy-jwt - 1.18.0-SNAPSHOT + 1.18.0 Gravitee.io APIM - Policy - JWT Description of the JWT Gravitee Policy