Skip to content

Commit

Permalink
release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KangSpace committed May 29, 2023
1 parent f6af127 commit e3df601
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<packaging>pom</packaging>

<name>wechat-helper</name>
Expand Down
6 changes: 3 additions & 3 deletions wechat-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@
<parent>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>wechat-helper</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

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

<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<wechat-helper.version>0.0.2-SNAPSHOT</wechat-helper.version>
<wechat-helper.version>0.0.1</wechat-helper.version>
</properties>

<dependencyManagement>
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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wechat-core</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<description>微信开发助手-公共代码模块</description>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion wechat-miniapp/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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wechat-monitor/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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion wechat-open/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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion wechat-pay/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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.0.2-SNAPSHOT</version>
<version>0.0.1</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.0.2-SNAPSHOT</version>
<version>0.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit e3df601

Please sign in to comment.