|
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.github.binarywang</groupId> |
7 | 7 | <artifactId>weixin-java-parent</artifactId> |
8 | | - <version>2.3.0</version> |
| 8 | + <version>2.4.0</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <name>WeiXin Java Tools - Parent</name> |
11 | 11 | <description>微信公众号、企业号上级POM</description> |
|
54 | 54 | |
55 | 55 | <url>https://github.com/aimilin6688</url> |
56 | 56 | </developer> |
| 57 | + <developer> |
| 58 | + <name>Eric.Tsai</name> |
| 59 | + |
| 60 | + <url>https://github.com/iwareserictsai</url> |
| 61 | + </developer> |
| 62 | + <developer> |
| 63 | + <name>withinthefog</name> |
| 64 | + |
| 65 | + <url>https://github.com/withinthefog</url> |
| 66 | + </developer> |
| 67 | + <developer> |
| 68 | + <name>Keung</name> |
| 69 | + |
| 70 | + <url>https://github.com/johnnytung</url> |
| 71 | + </developer> |
57 | 72 | </developers> |
58 | 73 |
|
59 | 74 | <scm> |
|
70 | 85 | </modules> |
71 | 86 |
|
72 | 87 | <properties> |
| 88 | + <maven.compiler.source>1.7</maven.compiler.source> |
| 89 | + <maven.compiler.target>1.7</maven.compiler.target> |
| 90 | + |
73 | 91 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
74 | 92 | <downloadJavadocs>true</downloadJavadocs> |
75 | 93 | <downloadSources>true</downloadSources> |
|
97 | 115 | <version>${logback.version}</version> |
98 | 116 | <scope>test</scope> |
99 | 117 | </dependency> |
| 118 | + <dependency> |
| 119 | + <groupId>org.apache.httpcomponents</groupId> |
| 120 | + <artifactId>httpclient</artifactId> |
| 121 | + <version>${httpclient.version}</version> |
| 122 | + </dependency> |
100 | 123 | <dependency> |
101 | 124 | <groupId>org.apache.httpcomponents</groupId> |
102 | 125 | <artifactId>httpmime</artifactId> |
|
296 | 319 | <plugin> |
297 | 320 | <groupId>org.apache.maven.plugins</groupId> |
298 | 321 | <artifactId>maven-compiler-plugin</artifactId> |
299 | | - <version>2.3.2</version> |
| 322 | + <version>3.6.0</version> |
300 | 323 | <configuration> |
301 | | - <source>1.7</source> |
302 | | - <target>1.7</target> |
303 | 324 | <encoding>UTF-8</encoding> |
304 | 325 | </configuration> |
305 | 326 | </plugin> |
|
0 commit comments