From afcf317027f2d8eed4b6420f4fcbbac672a54e50 Mon Sep 17 00:00:00 2001 From: Rudy De Busscher Date: Thu, 26 May 2022 14:32:06 +0200 Subject: [PATCH] Release v1.0.0 --- commands.txt | 4 ++-- impl/pom.xml | 4 ++-- impl/src/main/doc/manual.adoc | 2 +- keyhelper/pom.xml | 6 +++--- pom.xml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/commands.txt b/commands.txt index 5c2d25ce..6977dd06 100644 --- a/commands.txt +++ b/commands.txt @@ -1,5 +1,5 @@ ==== - Copyright 2017-2019 Rudy De Busscher (https://www.atbash.be) + Copyright 2017-2022 Rudy De Busscher (https://www.atbash.be) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -26,4 +26,4 @@ mvn license:format # Setting versions -mvn versions:set -DnewVersion=1.0.0.-SNAPSHOT -DgenerateBackupPoms=false \ No newline at end of file +mvn versions:set -DnewVersion=1.0.0 -DgenerateBackupPoms=false \ No newline at end of file diff --git a/impl/pom.xml b/impl/pom.xml index 4c5f10fd..1e22d7b8 100755 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -24,12 +24,12 @@ be.atbash.json jwt-support-parent - 1.0.0-SNAPSHOT + 1.0.0 ../pom.xml octopus-jwt-support - 1.0.0-SNAPSHOT + 1.0.0 jar 2017 diff --git a/impl/src/main/doc/manual.adoc b/impl/src/main/doc/manual.adoc index e0a5ad28..dec1b8a1 100644 --- a/impl/src/main/doc/manual.adoc +++ b/impl/src/main/doc/manual.adoc @@ -1,6 +1,6 @@ = Atbash Octopus JWT Support Rudy De Busscher -v1.0.0, ??/??/20?? +v1.0.0, 26/05/2022 :example-caption!: ifndef::imagesdir[:imagesdir: images] ifndef::sourcedir[:sourcedir: ../../main/java] diff --git a/keyhelper/pom.xml b/keyhelper/pom.xml index 254f450f..50194856 100755 --- a/keyhelper/pom.xml +++ b/keyhelper/pom.xml @@ -1,7 +1,7 @@