Skip to content

Commit

Permalink
release v0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebusscher committed Oct 21, 2019
1 parent f84f21a commit 47252e8
Show file tree
Hide file tree
Showing 81 changed files with 160 additions and 160 deletions.
4 changes: 2 additions & 2 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.ee.security.octopus</groupId>
<artifactId>bom</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ mvn license:format



mvn versions:set -DnewVersion=0.6-SNAPSHOT -DgenerateBackupPoms=false
mvn versions:set -DnewVersion=0.6 -DgenerateBackupPoms=false
2 changes: 1 addition & 1 deletion examples/auth-methods/hashed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/auth-methods/oauth2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/auth-methods/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions examples/auth-methods/remember-me/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>remember-me</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/auth-methods/twostep-totp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>twostep-totp</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/auth-methods/twostep/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>auth-methods</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>twostep</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/authorization/async-manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>authorization</artifactId>

<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/authorization/multiple/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>authorization</artifactId>

<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/authorization/named-permission/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>authorization</artifactId>

<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>authorization</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions examples/authz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>authz</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mem-basic</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/cas-jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>cas-jsf</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>events</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions examples/javafx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>java-fx</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -38,7 +38,7 @@
<dependency>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-javafx</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<!-- We can't put this into octopus-javafx as we force then everyone to use this MP config implementation -->
Expand Down
6 changes: 3 additions & 3 deletions examples/keycloak-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>keycloak-cli</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-keycloak-se</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions examples/keycloak-jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>keycloak-jsf</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/keycloak-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>keycloak-rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/local-secret/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>local-secret</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/login_jsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>login-jsf</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/mp-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>mp-cli</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>


Expand Down
4 changes: 2 additions & 2 deletions examples/rest-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>rest-main</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions examples/rest-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>be.atbash.ee.security</groupId>
<artifactId>octopus-examples</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>rest-mp</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>war</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion examples/rest/github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion examples/rest/google/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>be.atbash.ee.security.examples</groupId>
<artifactId>rest</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Loading

0 comments on commit 47252e8

Please sign in to comment.