Skip to content

Commit

Permalink
Upgrade to final versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Aug 5, 2018
1 parent 27ff7e7 commit 637e838
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![License](https://img.shields.io/:license-Apache2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/be.atbash.json/octopus-jwt-support/badge.svg)](https://maven-badges.herokuapp.com/maven-central/be.atbash.json/octopus-jwt-support)

# octopus-jwt-support
Wrap Java Objects as JWT and Sign or encrypt. Also support JWT tokens.
Expand Down
29 changes: 29 additions & 0 deletions commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
====
Copyright 2017-2018 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.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
====

# local development

mvn clean install


# Update license header

mvn license:format


# Setting versions

mvn versions:set -DnewVersion=0.9.0 -DgenerateBackupPoms=false
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<atbash-utils.version>0.9.2-SNAPSHOT</atbash-utils.version>
<atbash-config.version>0.9.2-SNAPSHOT</atbash-config.version>
<atbash-json.version>0.9.1-SNAPSHOT</atbash-json.version>
<atbash-utils.version>0.9.2</atbash-utils.version>
<atbash-config.version>0.9.2</atbash-config.version>
<atbash-json.version>0.9.1</atbash-json.version>
<nimbus-jose-jwt.version>5.7</nimbus-jose-jwt.version>

<asciidoctor.maven.plugin.version>1.5.6</asciidoctor.maven.plugin.version>
Expand Down

0 comments on commit 637e838

Please sign in to comment.