Skip to content

Commit

Permalink
feat: upgrade version to 0.1.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
KangSpace committed Oct 19, 2024
1 parent 46fc16e commit b1201a4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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>org.kangspace.wechat.helper</groupId>
<artifactId>wechat-helper</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<name>wechat-helper</name>
Expand Down
4 changes: 2 additions & 2 deletions wechat-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>wechat-helper</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<artifactId>wechat-bom</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<description>微信开发助手-SDK模块集合</description>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions wechat-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>wechat-helper</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wechat-core</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<description>微信开发助手-公共代码模块</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wechat-mp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>wechat-helper</artifactId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wechat-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wechat-helper</artifactId>
<groupId>org.kangspace.wechat.helper</groupId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wechat-work/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wechat-helper</artifactId>
<groupId>org.kangspace.wechat.helper</groupId>
<version>0.1.1</version>
<version>0.1.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b1201a4

Please sign in to comment.