Skip to content

Commit

Permalink
chore(main): release casa 5.0.0-SNAPSHOT (#782)
Browse files Browse the repository at this point in the history
* chore(main): release casa 5.0.1-7-SNAPSHOT

* chore(main): release casa 5.0.0-SNAPSHOT

* chore: fix SNAPSHOT

---------

Co-authored-by: moabu <47318409+moabu@users.noreply.github.com>
  • Loading branch information
mo-auto and moabu authored Mar 2, 2023
1 parent b986e51 commit 43d35ff
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion casa/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion casa/config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/bioid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/cert-authn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/client-authorizations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/custom-branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/inwebo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/samples/clients-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/samples/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>co.acme</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/samples/sample-cred-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/strong-authn-settings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/plugins/stytch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu.casa.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion casa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<url>http://www.gluu.org</url>
Expand Down
2 changes: 1 addition & 1 deletion casa/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.gluu</groupId>
<artifactId>casa-base</artifactId>
<version>5.0.0-7</version>
<version>5.0.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 43d35ff

Please sign in to comment.