提交 ab62bbb1 authored 作者: xueli.xue's avatar xueli.xue

pom配置优化

上级 d9b550e7
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<version>1.8.0-SNAPSHOT</version> <version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>xxl-job</name> <name>${project.artifactId}</name>
<description>A lightweight distributed task scheduling framework.</description> <description>A lightweight distributed task scheduling framework.</description>
<url>http://www.xuxueli.com/</url> <url>http://www.xuxueli.com/</url>
......
...@@ -10,7 +10,6 @@ ...@@ -10,7 +10,6 @@
<packaging>war</packaging> <packaging>war</packaging>
<properties> <properties>
<xxl-job.version>1.8.0-SNAPSHOT</xxl-job.version>
<spring.version>3.2.17.RELEASE</spring.version> <spring.version>3.2.17.RELEASE</spring.version>
</properties> </properties>
...@@ -146,7 +145,7 @@ ...@@ -146,7 +145,7 @@
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>${xxl-job.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>xxl-job-core</name> <name>${project.artifactId}</name>
<description>A lightweight distributed task scheduling framework.</description> <description>A lightweight distributed task scheduling framework.</description>
<url>http://www.xuxueli.com/</url> <url>http://www.xuxueli.com/</url>
......
...@@ -9,8 +9,11 @@ ...@@ -9,8 +9,11 @@
<artifactId>xxl-job-executor-example</artifactId> <artifactId>xxl-job-executor-example</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<name>${project.artifactId}</name>
<description>Executor project for spring boot.</description>
<url>http://www.xuxueli.com/</url>
<properties> <properties>
<xxl-job.version>1.8.0-SNAPSHOT</xxl-job.version>
<spring.version>3.2.17.RELEASE</spring.version> <spring.version>3.2.17.RELEASE</spring.version>
</properties> </properties>
...@@ -46,7 +49,7 @@ ...@@ -46,7 +49,7 @@
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>${xxl-job.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
...@@ -10,11 +10,12 @@ ...@@ -10,11 +10,12 @@
</parent> </parent>
<artifactId>xxl-job-executor-springboot-example</artifactId> <artifactId>xxl-job-executor-springboot-example</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>xxl-job-executor-springboot-example</name>
<description>Example executor project for spring boot</description> <name>${project.artifactId}</name>
<description>Example executor project for spring boot.</description>
<url>http://www.xuxueli.com/</url>
<properties> <properties>
<xxl-job.version>1.8.0-SNAPSHOT</xxl-job.version>
<spring-boot.version>1.3.8.RELEASE</spring-boot.version> <spring-boot.version>1.3.8.RELEASE</spring-boot.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
...@@ -71,7 +72,7 @@ ...@@ -71,7 +72,7 @@
<dependency> <dependency>
<groupId>com.xuxueli</groupId> <groupId>com.xuxueli</groupId>
<artifactId>xxl-job-core</artifactId> <artifactId>xxl-job-core</artifactId>
<version>${xxl-job.version}</version> <version>${project.parent.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论