Skip to content

Commit

Permalink
Release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Aug 20, 2022
1 parent acc6d47 commit daffc14
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ mvn clean install

mvn license:format

# Breaking changes check.

mvn clirr:check

# Setting versions

mvn versions:set -DnewVersion=1.1.0-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=1.1.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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

<inceptionYear>2017</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions keyhelper/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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>octopus-key-helper</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.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.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>

<inceptionYear>2017</inceptionYear>
Expand Down

0 comments on commit daffc14

Please sign in to comment.