Skip to content

Commit df73c7f

Browse files
author
tangliqun
committed
fix build fail
1 parent 775efd8 commit df73c7f

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</scm>
105105

106106
<modules>
107-
<module>weixin-graal</module>
107+
<!-- <module>weixin-graal</module>-->
108108
<module>weixin-java-common</module>
109109
<module>weixin-java-cp</module>
110110
<module>weixin-java-mp</module>
@@ -277,11 +277,11 @@
277277

278278
<distributionManagement>
279279
<snapshotRepository>
280-
<id>local</id>
280+
<id>central</id>
281281
<url>file:///Users/tanglq/bayrand/maven-repository/public</url>
282282
</snapshotRepository>
283283
<repository>
284-
<id>local</id>
284+
<id>central</id>
285285
<url>file:///Users/tanglq/bayrand/maven-repository/public</url>
286286
</repository>
287287
</distributionManagement>

spring-boot-starters/wx-java-mp-spring-boot-starter/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<parent>
66
<artifactId>wx-java-spring-boot-starters</artifactId>
77
<groupId>com.github.binarywang</groupId>
8-
<version>3.9.0p1</version>
9-
<relativePath>../../pom.xml</relativePath>
8+
<version>3.9.0</version>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

spring-boot-starters/wx-java-open-spring-boot-starter/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
<parent>
66
<artifactId>wx-java-spring-boot-starters</artifactId>
77
<groupId>com.github.binarywang</groupId>
8-
<version>3.9.0p1</version>
9-
<relativePath>../../pom.xml</relativePath>
8+
<version>3.9.0</version>
109
</parent>
1110
<modelVersion>4.0.0</modelVersion>
1211

0 commit comments

Comments
 (0)