Skip to content

Commit 47252e8

Browse files
committed
release v0.6
1 parent f84f21a commit 47252e8

File tree

81 files changed

+160
-160
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+160
-160
lines changed

bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.ee.security</groupId>
2626
<artifactId>octopus-parent</artifactId>
27-
<version>0.6-SNAPSHOT</version>
27+
<version>0.6</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.ee.security.octopus</groupId>
3232
<artifactId>bom</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
<packaging>pom</packaging>
3535

3636
<dependencyManagement>

commands.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ mvn license:format
99

1010

1111

12-
mvn versions:set -DnewVersion=0.6-SNAPSHOT -DgenerateBackupPoms=false
12+
mvn versions:set -DnewVersion=0.6 -DgenerateBackupPoms=false

examples/auth-methods/hashed/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.ee.security.examples</groupId>
2525
<artifactId>auth-methods</artifactId>
26-
<version>0.6-SNAPSHOT</version>
26+
<version>0.6</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/auth-methods/oauth2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>be.atbash.ee.security.examples</groupId>
2525
<artifactId>auth-methods</artifactId>
26-
<version>0.6-SNAPSHOT</version>
26+
<version>0.6</version>
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

examples/auth-methods/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
<parent>
2525
<groupId>be.atbash.ee.security</groupId>
2626
<artifactId>octopus-examples</artifactId>
27-
<version>0.6-SNAPSHOT</version>
27+
<version>0.6</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<groupId>be.atbash.ee.security.examples</groupId>
3232
<artifactId>auth-methods</artifactId>
33-
<version>0.6-SNAPSHOT</version>
33+
<version>0.6</version>
3434
<packaging>pom</packaging>
3535

3636

examples/auth-methods/remember-me/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>be.atbash.ee.security.examples</groupId>
2424
<artifactId>auth-methods</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>remember-me</artifactId>
30-
<version>0.6-SNAPSHOT</version>
30+
<version>0.6</version>
3131
<packaging>war</packaging>
3232

3333
<properties>

examples/auth-methods/twostep-totp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>be.atbash.ee.security.examples</groupId>
2424
<artifactId>auth-methods</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>twostep-totp</artifactId>
30-
<version>0.6-SNAPSHOT</version>
30+
<version>0.6</version>
3131
<packaging>war</packaging>
3232

3333
<properties>

examples/auth-methods/twostep/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<groupId>be.atbash.ee.security.examples</groupId>
2424
<artifactId>auth-methods</artifactId>
25-
<version>0.6-SNAPSHOT</version>
25+
<version>0.6</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

2929
<artifactId>twostep</artifactId>
30-
<version>0.6-SNAPSHOT</version>
30+
<version>0.6</version>
3131
<packaging>war</packaging>
3232

3333
<properties>

examples/authorization/async-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>be.atbash.ee.security.examples</groupId>
2525
<artifactId>authorization</artifactId>
2626

27-
<version>0.6-SNAPSHOT</version>
27+
<version>0.6</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

examples/authorization/multiple/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<groupId>be.atbash.ee.security.examples</groupId>
2525
<artifactId>authorization</artifactId>
2626

27-
<version>0.6-SNAPSHOT</version>
27+
<version>0.6</version>
2828
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

0 commit comments

Comments
 (0)