Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed May 26, 2022
1 parent 6b74471 commit afcf317
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -26,4 +26,4 @@ mvn license:format

# Setting versions

mvn versions:set -DnewVersion=1.0.0.-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=1.0.0 -DgenerateBackupPoms=false
4 changes: 2 additions & 2 deletions impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.json</groupId>
<artifactId>jwt-support-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>octopus-jwt-support</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion impl/src/main/doc/manual.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Atbash Octopus JWT Support
Rudy De Busscher <rdebusscher@gmail.com>
v1.0.0, ??/??/20??
v1.0.0, 26/05/2022
:example-caption!:
ifndef::imagesdir[:imagesdir: images]
ifndef::sourcedir[:sourcedir: ../../main/java]
Expand Down
6 changes: 3 additions & 3 deletions keyhelper/pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
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.
Expand All @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.json</groupId>
<artifactId>jwt-support-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>octopus-key-helper</artifactId>
<version>1.0.0.-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>be.atbash.json</groupId>
<artifactId>jwt-support-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down

0 comments on commit afcf317

Please sign in to comment.