Skip to content

Commit daffc14

Browse files
committed
Release version 1.1.0
1 parent acc6d47 commit daffc14

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

commands.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ mvn clean install
2323

2424
mvn license:format
2525

26+
# Breaking changes check.
27+
28+
mvn clirr:check
2629

2730
# Setting versions
2831

29-
mvn versions:set -DnewVersion=1.1.0-SNAPSHOT -DgenerateBackupPoms=false
32+
mvn versions:set -DnewVersion=1.1.0 -DgenerateBackupPoms=false

impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>jwt-support-parent</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>octopus-jwt-support</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
<packaging>jar</packaging>
3434

3535
<inceptionYear>2017</inceptionYear>

keyhelper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
<parent>
2525
<groupId>be.atbash.json</groupId>
2626
<artifactId>jwt-support-parent</artifactId>
27-
<version>1.1.0-SNAPSHOT</version>
27+
<version>1.1.0</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>octopus-key-helper</artifactId>
32-
<version>1.1.0-SNAPSHOT</version>
32+
<version>1.1.0</version>
3333
<packaging>jar</packaging>
3434

3535
<licenses>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<groupId>be.atbash.json</groupId>
2525
<artifactId>jwt-support-parent</artifactId>
26-
<version>1.1.0-SNAPSHOT</version>
26+
<version>1.1.0</version>
2727
<packaging>pom</packaging>
2828

2929
<inceptionYear>2017</inceptionYear>

0 commit comments

Comments
 (0)