Browse Source

升级正式版本1.5.2

xueli.xue 8 years ago
parent
commit
ce270b794c
5 changed files with 6 additions and 10 deletions
  1. 0 4
      README.md
  2. 1 1
      pom.xml
  3. 2 2
      xxl-job-admin/pom.xml
  4. 1 1
      xxl-job-core/pom.xml
  5. 2 2
      xxl-job-executor-example/pom.xml

+ 0 - 4
README.md View File

@@ -61,10 +61,6 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
61 61
 - [github地址](https://github.com/xuxueli/xxl-job)
62 62
 - [git.osc地址](http://git.oschina.net/xuxueli0323/xxl-job)
63 63
 
64
-
65
-    最新 Release 版本: v1.5.1
66
-    最新 SNAPSHOT 版本: v1.5.2-SNAPSHOT
67
-
68 64
 ##### 中央仓库地址 (最新Release版本)
69 65
 
70 66
 ```

+ 1 - 1
pom.xml View File

@@ -3,7 +3,7 @@
3 3
 	<modelVersion>4.0.0</modelVersion>
4 4
 	<groupId>com.xuxueli</groupId>
5 5
 	<artifactId>xxl-job</artifactId>
6
-	<version>1.5.2-SNAPSHOT</version>
6
+	<version>1.5.2</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>xxl-job</name>

+ 2 - 2
xxl-job-admin/pom.xml View File

@@ -4,13 +4,13 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.5.2-SNAPSHOT</version>
7
+		<version>1.5.2</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-admin</artifactId>
10 10
 	<packaging>war</packaging>
11 11
 
12 12
 	<properties>
13
-		<xxl-job.version>1.5.2-SNAPSHOT</xxl-job.version>
13
+		<xxl-job.version>1.5.2</xxl-job.version>
14 14
 		<spring.version>3.2.17.RELEASE</spring.version>
15 15
 	</properties>
16 16
 

+ 1 - 1
xxl-job-core/pom.xml View File

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.5.2-SNAPSHOT</version>
7
+		<version>1.5.2</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-core</artifactId>
10 10
 	<packaging>jar</packaging>

+ 2 - 2
xxl-job-executor-example/pom.xml View File

@@ -4,13 +4,13 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.5.2-SNAPSHOT</version>
7
+		<version>1.5.2</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-executor-example</artifactId>
10 10
 	<packaging>war</packaging>
11 11
 
12 12
 	<properties>
13
-		<xxl-job.version>1.5.2-SNAPSHOT</xxl-job.version>
13
+		<xxl-job.version>1.5.2</xxl-job.version>
14 14
 		<spring.version>3.2.17.RELEASE</spring.version>
15 15
 	</properties>
16 16