|
1 | 1 | <?xml version="1.0"?> |
2 | 2 | <project |
3 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
4 | | - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 | <groupId>com.github.binarywang</groupId> |
7 | 7 | <artifactId>weixin-java-parent</artifactId> |
8 | | - <version>2.4.0</version> |
| 8 | + <version>2.5.0</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <name>WeiXin Java Tools - Parent</name> |
11 | 11 | <description>微信公众号、企业号上级POM</description> |
|
69 | 69 | <email>dongfuqiang1988@163.com</email> |
70 | 70 | <url>https://github.com/johnnytung</url> |
71 | 71 | </developer> |
| 72 | + <developer> |
| 73 | + <name>Jonk</name> |
| 74 | + <email>aimilin@yeah.net</email> |
| 75 | + <url>https://github.com/aimilin6688</url> |
| 76 | + </developer> |
72 | 77 | </developers> |
73 | 78 |
|
74 | 79 | <scm> |
|
94 | 99 | <httpclient.version>4.5</httpclient.version> |
95 | 100 | <slf4j.version>1.7.10</slf4j.version> |
96 | 101 | <logback.version>1.1.2</logback.version> |
97 | | - <jedis.version>2.9.0</jedis.version> |
98 | 102 | <gson.version>2.7</gson.version> |
99 | 103 | <guava.version>19.0</guava.version> |
100 | 104 | <commons-lang3.version>3.5</commons-lang3.version> |
|
145 | 149 | <artifactId>commons-lang3</artifactId> |
146 | 150 | <version>${commons-lang3.version}</version> |
147 | 151 | </dependency> |
148 | | - <dependency> |
149 | | - <groupId>redis.clients</groupId> |
150 | | - <artifactId>jedis</artifactId> |
151 | | - <version>${jedis.version}</version> |
152 | | - <optional>true</optional> |
153 | | - </dependency> |
154 | 152 | <dependency> |
155 | 153 | <groupId>com.google.guava</groupId> |
156 | 154 | <artifactId>guava</artifactId> |
|
302 | 300 | <configuration> |
303 | 301 | <serverId>ossrh</serverId> |
304 | 302 | <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
305 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
| 303 | + <autoReleaseAfterClose>true</autoReleaseAfterClose> |
306 | 304 | </configuration> |
307 | 305 | </plugin> |
308 | 306 | <plugin> |
|
0 commit comments