Skip to content

Commit

Permalink
Update for next development version
Browse files Browse the repository at this point in the history
  • Loading branch information
sutra committed Jan 11, 2025
1 parent 8c0db4b commit 28a718c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Spring Security WeChat</name>
<description>Spring Security WeChat.</description>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>spring-security-wechat-config</artifactId>
<name>Spring Security WeChat Config</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>spring-security-wechat-core</artifactId>
<name>Spring Security WeChat Core</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-coverage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>spring-security-wechat-coverage</artifactId>
<name>Spring Security WeChat Coverage</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<groupId>org.oxerr.spring.security.wechat.samples</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat.samples</groupId>
<artifactId>spring-security-wechat-samples</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>spring-security-wechat-samples-helloworld</artifactId>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion spring-security-wechat-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.oxerr.spring.security.wechat</groupId>
<artifactId>spring-security-wechat</artifactId>
<version>0.0.7</version>
<version>0.0.8-SNAPSHOT</version>
</parent>
<artifactId>spring-security-wechat-web</artifactId>
<name>Spring Security WeChat Web</name>
Expand Down

0 comments on commit 28a718c

Please sign in to comment.