Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Dec 2, 2024
1 parent 0418b02 commit 2d5d85e
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ While most chapters, except [chapter 5](chapter5-jakarta-security) also still ru

## Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.
Release 1.0.0 corresponds to the code in the published book, without corrections or updates.

## Contributions

Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/basic-auth-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>spring-security-basic-auth-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Basic Auth Example</name>
<properties>
<java.version>11</java.version>
Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>appendixa-spring-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixa-spring-security/webflux-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.apress.jakartasecbook</groupId>
<artifactId>spring-security-webflux-example</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>
<name>WebFlux Security Example</name>

Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/basic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>appendixb-shiro-basic</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>appendixb-shiro</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/spring/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro-spring</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion appendixb-shiro/spring/security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>appendixb-shiro-spring-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../parent</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion appendixc-identity-management/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>appendixc-identity-management</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>basic-sam-callback</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-basic-sam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>basic-sam</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>simple-sam-gf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>application</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-simple-sam-gf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam-gf-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>simple-sam-gf-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>serverauthmodule</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam-keycallback</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam-principal</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam-session</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam-wrapping</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/3-simple-sam/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter3-jakarta-authentication</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-sam</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter3-jakarta-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>chapter3-jakarta-authentication</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>basic-mechanism-custom-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>form-mechanism-custom-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-mechanism-interact-store</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-mechanism-interact</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter5-jakarta-security/5-simple-mechanism/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter5-jakarta-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>simple-authentication-mechanism</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter5-jakarta-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>chapter5-jakarta-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/digital-signatures/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>digital-signatures</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/jaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>jaas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/jce-providers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>jce-providers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/pki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>pki</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>chapter6-javase-underpinnings</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter6-javase-underpinnings/tls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter6-javase-underpinnings</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>tls</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter8-microprofile-jwt/mp-jwt-wallet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>chapter8-microprofile-jwt</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>mp-jwt-wallet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion chapter8-microprofile-jwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</parent>

<artifactId>chapter8-microprofile-jwt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.apress.jakartasecbook</groupId>
<artifactId>def-guide-jakarta-ee-security</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>pom</packaging>

<name>The Definitive Guide to Jakarta EE Security</name>
Expand Down

0 comments on commit 2d5d85e

Please sign in to comment.