File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,10 @@ mvn clean install
23
23
24
24
mvn license:format
25
25
26
+ # Breaking changes check.
27
+
28
+ mvn clirr:check
26
29
27
30
# Setting versions
28
31
29
- mvn versions:set -DnewVersion=1.1.0-SNAPSHOT -DgenerateBackupPoms=false
32
+ mvn versions:set -DnewVersion=1.1.0 -DgenerateBackupPoms=false
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >be.atbash.json</groupId >
26
26
<artifactId >jwt-support-parent</artifactId >
27
- <version >1.1.0-SNAPSHOT </version >
27
+ <version >1.1.0</version >
28
28
<relativePath >../pom.xml</relativePath >
29
29
</parent >
30
30
31
31
<artifactId >octopus-jwt-support</artifactId >
32
- <version >1.1.0-SNAPSHOT </version >
32
+ <version >1.1.0</version >
33
33
<packaging >jar</packaging >
34
34
35
35
<inceptionYear >2017</inceptionYear >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >be.atbash.json</groupId >
26
26
<artifactId >jwt-support-parent</artifactId >
27
- <version >1.1.0-SNAPSHOT </version >
27
+ <version >1.1.0</version >
28
28
<relativePath >../pom.xml</relativePath >
29
29
</parent >
30
30
31
31
<artifactId >octopus-key-helper</artifactId >
32
- <version >1.1.0-SNAPSHOT </version >
32
+ <version >1.1.0</version >
33
33
<packaging >jar</packaging >
34
34
35
35
<licenses >
Original file line number Diff line number Diff line change 23
23
24
24
<groupId >be.atbash.json</groupId >
25
25
<artifactId >jwt-support-parent</artifactId >
26
- <version >1.1.0-SNAPSHOT </version >
26
+ <version >1.1.0</version >
27
27
<packaging >pom</packaging >
28
28
29
29
<inceptionYear >2017</inceptionYear >
You can’t perform that action at this time.
0 commit comments