File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 88 <artifactId >weixin-java-tools-springmvc</artifactId >
99 <packaging >war</packaging >
1010 <version >1.0-SNAPSHOT</version >
11- <build >
12- <finalName >wechatService</finalName >
13- <plugins >
14- <!-- Maven插件 配置 -->
15- <plugin >
16- <groupId >org.apache.maven.plugins</groupId >
17- <artifactId >maven-compiler-plugin</artifactId >
18- <version >${plugin.maven-compiler} </version >
19- <configuration >
20- <source >${project.build.jdk} </source >
21- <target >${project.build.jdk} </target >
22- <encoding >${project.build.sourceEncoding} </encoding >
23- </configuration >
24- </plugin >
25- </plugins >
26- </build >
2711
2812 <properties >
2913 <!-- base setting -->
3519 <plugin .maven-compiler>3.1</plugin .maven-compiler>
3620
3721 <!-- lib versions -->
38- <weixin-java-mp .version>2.0.4 </weixin-java-mp .version>
22+ <weixin-java-mp .version>2.1.1 </weixin-java-mp .version>
3923 <junit .version>4.12</junit .version>
4024 <slf4j .version>1.7.21</slf4j .version>
4125 <spring .version>4.2.6.RELEASE</spring .version>
233217 </dependency >
234218
235219 </dependencies >
220+
221+ <build >
222+ <finalName >wechatService</finalName >
223+ <plugins >
224+ <!-- Maven插件 配置 -->
225+ <plugin >
226+ <groupId >org.apache.maven.plugins</groupId >
227+ <artifactId >maven-compiler-plugin</artifactId >
228+ <version >${plugin.maven-compiler} </version >
229+ <configuration >
230+ <source >${project.build.jdk} </source >
231+ <target >${project.build.jdk} </target >
232+ <encoding >${project.build.sourceEncoding} </encoding >
233+ </configuration >
234+ </plugin >
235+ </plugins >
236+ </build >
236237
237238</project >
You can’t perform that action at this time.
0 commit comments