Skip to content

Commit

Permalink
发布版本2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc committed Nov 6, 2013
1 parent e1b28e7 commit 20b0e50
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion APDPlat_Core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.apdplat</groupId>
<artifactId>APDPlat_Core</artifactId>
<packaging>jar</packaging>
<version>2.4</version>
<version>2.5</version>
<name>APDPlat_Core</name>

<url>https://github.com/ysc/APDPlat</url>
Expand Down
4 changes: 2 additions & 2 deletions APDPlat_Module/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.apdplat</groupId>
<artifactId>APDPlat_Module</artifactId>
<packaging>jar</packaging>
<version>2.4</version>
<version>2.5</version>
<name>APDPlat_Module</name>

<url>https://github.com/ysc/APDPlat</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<!-- 主要依赖库的版本定义 -->
<apdplat.version>2.4</apdplat.version>
<apdplat.version>2.5</apdplat.version>
<junit.version>4.8.2</junit.version>
<javaee-api.version>7.0</javaee-api.version>

Expand Down
4 changes: 2 additions & 2 deletions APDPlat_Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>org.apdplat</groupId>
<artifactId>APDPlat_Web</artifactId>
<packaging>war</packaging>
<version>2.4</version>
<version>2.5</version>
<name>APDPlat_Web</name>

<url>https://github.com/ysc/APDPlat</url>
Expand Down Expand Up @@ -45,7 +45,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.7</java.version>
<!-- 主要依赖库的版本定义 -->
<apdplat.version>2.4</apdplat.version>
<apdplat.version>2.5</apdplat.version>
<wro4j.version>1.7.0</wro4j.version>
<junit.version>4.8.2</junit.version>
<javaee-api.version>7.0</javaee-api.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>org.apdplat</groupId>
<artifactId>APDPlat</artifactId>
<version>2.4</version>
<version>2.5</version>
<name>APDPlat</name>
<packaging>pom</packaging>

Expand Down

0 comments on commit 20b0e50

Please sign in to comment.