Skip to content

Commit

Permalink
feat: 剔除小程序封禁检测,升级release版本
Browse files Browse the repository at this point in the history
  • Loading branch information
KangSpace committed Oct 20, 2024
1 parent b1201a4 commit 0d62afe
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 112 deletions.
7 changes: 6 additions & 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.2-SNAPSHOT</version>
<version>0.1.2</version>
<packaging>pom</packaging>

<name>wechat-helper</name>
Expand Down Expand Up @@ -399,6 +399,11 @@
</configuration>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
</plugin>

<plugin>
<groupId>org.sonatype.plugins</groupId>
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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>

<artifactId>wechat-bom</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wechat-core</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.1.2</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.2-SNAPSHOT</version>
<version>0.1.2</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
25 changes: 1 addition & 24 deletions 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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,22 +20,6 @@
<spring.boot.version>2.7.2</spring.boot.version>
<spring.profiles.active>default</spring.profiles.active>
</properties>
<profiles>
<profile>
<id>wechat-ban-check</id>
<properties>
<spring.profiles.active>wechat-ban-check</spring.profiles.active>
</properties>
<dependencies>
<dependency>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>ban-helper</artifactId>
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
Expand Down Expand Up @@ -80,13 +64,6 @@
<scope>test</scope>
</dependency>

<!-- 微信封禁助手, 未公开, 需要手动添加 -->
<dependency>
<groupId>org.kangspace.wechat.helper</groupId>
<artifactId>ban-helper</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
</dependencies>

<dependencyManagement>
Expand Down

This file was deleted.

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.2-SNAPSHOT</version>
<version>0.1.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit 0d62afe

Please sign in to comment.