mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-05-06 21:57:48 +08:00
提取pom版本号为配置项,并提升其版本号
This commit is contained in:
parent
04b3d596ff
commit
2923512a83
6
pom.xml
6
pom.xml
@ -52,6 +52,8 @@
|
||||
<jackson.version>2.7.5</jackson.version>
|
||||
<gson.version>2.7</gson.version>
|
||||
<commons-lang3.version>3.4</commons-lang3.version>
|
||||
<commons-io.version>2.5</commons-io.version>
|
||||
<commons-codec.version>1.10</commons-codec.version>
|
||||
<jetty.version>9.3.0.M0</jetty.version>
|
||||
<jetty-new.version>9.3.10.v20160621</jetty-new.version>
|
||||
</properties>
|
||||
@ -91,12 +93,12 @@
|
||||
<dependency>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
<version>1.9</version>
|
||||
<version>${commons-codec.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.4</version>
|
||||
<version>${commons-io.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user