Skip to content

Commit

Permalink
Realease版本1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Nov 13, 2016
1 parent 979f16d commit afd5ace
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>xxl-job</name>
Expand Down
4 changes: 2 additions & 2 deletions xxl-job-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>war</packaging>

<properties>
<xxl-job.version>1.5.0-SNAPSHOT</xxl-job.version>
<xxl-job.version>1.5.0</xxl-job.version>
<spring.version>3.2.14.RELEASE</spring.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion xxl-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions xxl-job-executor-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>
<artifactId>xxl-job-executor-example</artifactId>
<packaging>war</packaging>

<properties>
<xxl-job.version>1.5.0-SNAPSHOT</xxl-job.version>
<xxl-job.version>1.5.0</xxl-job.version>
<spring.version>3.2.14.RELEASE</spring.version>
</properties>

Expand Down

0 comments on commit afd5ace

Please sign in to comment.