Skip to content

Commit

Permalink
ci/cd : v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patternhelloworld committed Jan 9, 2025
1 parent e656096 commit 34c2c9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>io.github.patternhelloworld.securityhelper.oauth2.api</groupId>
<artifactId>spring-oauth2-easyplus</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.patternhelloworld.securityhelper.oauth2.client</groupId>
<artifactId>spring-oauth2-easyplus-client</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<packaging>jar</packaging>

<properties>
Expand Down Expand Up @@ -48,7 +48,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<dependency>
<groupId>io.github.patternhelloworld.securityhelper.oauth2.api</groupId>
<artifactId>spring-oauth2-easyplus</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>

<!-- DB -->
Expand Down
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">

<groupId>io.github.patternhelloworld.securityhelper.oauth2.api</groupId>
<artifactId>spring-oauth2-easyplus</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
<name>spring-oauth2-easyplus</name>
<description>App-Token based easy OAuth2 implementation built to grow with Spring Boot</description>
<packaging>jar</packaging>
Expand Down

0 comments on commit 34c2c9a

Please sign in to comment.