修改项目版本号:1.0

This commit is contained in:
jy.hu
2014-11-26 11:33:44 +08:00
parent c5a7adf6c8
commit 0017d2a06d
15 changed files with 27 additions and 24 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<parent>
<groupId>com.foxinmy.weixin4j</groupId>
<artifactId>weixin4j-mp</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>${weixin4j.mp.version}</version>
</parent>
<artifactId>weixin4j-mp-api</artifactId>
<name>weixin4j-mp-api</name>
@@ -2,7 +2,7 @@
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>full</id>
<id>full-${project.version}</id>
<formats>
<format>jar</format>
</formats>