Skip to content

Commit

Permalink
升级快照版本:1.7.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed May 3, 2017
1 parent c6737af commit dccb0ec
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.7.0</version>
<version>1.7.1-SNAPSHOT</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.7.0</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-admin</artifactId>
<packaging>war</packaging>

<properties>
<xxl-job.version>1.7.0</xxl-job.version>
<xxl-job.version>1.7.1-SNAPSHOT</xxl-job.version>
<spring.version>3.2.17.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.7.0</version>
<version>1.7.1-SNAPSHOT</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.7.0</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-example</artifactId>
<packaging>war</packaging>

<properties>
<xxl-job.version>1.7.0</xxl-job.version>
<xxl-job.version>1.7.1-SNAPSHOT</xxl-job.version>
<spring.version>3.2.17.RELEASE</spring.version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions xxl-job-executor-springboot-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-job</artifactId>
<version>1.7.0</version>
<version>1.7.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-job-executor-springboot-example</artifactId>
<packaging>jar</packaging>
<name>xxl-job-executor-springboot-example</name>
<description>Example executor project for spring boot</description>

<properties>
<xxl-job.version>1.7.0</xxl-job.version>
<xxl-job.version>1.7.1-SNAPSHOT</xxl-job.version>
<spring-boot.version>1.3.8.RELEASE</spring-boot.version>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit dccb0ec

Please sign in to comment.