Parcourir la source

升级正式版本:1.7.2

xueli.xue il y a 8 ans
Parent
révision
bc279ec2eb

+ 1 - 1
pom.xml Voir le fichier

@@ -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.7.2-SNAPSHOT</version>
6
+	<version>1.7.2</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>xxl-job</name>

+ 2 - 2
xxl-job-admin/pom.xml Voir le fichier

@@ -4,13 +4,13 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.7.2-SNAPSHOT</version>
7
+		<version>1.7.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.7.2-SNAPSHOT</xxl-job.version>
13
+		<xxl-job.version>1.7.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 Voir le fichier

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.7.2-SNAPSHOT</version>
7
+		<version>1.7.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 Voir le fichier

@@ -4,13 +4,13 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.7.2-SNAPSHOT</version>
7
+		<version>1.7.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.7.2-SNAPSHOT</xxl-job.version>
13
+		<xxl-job.version>1.7.2</xxl-job.version>
14 14
 		<spring.version>3.2.17.RELEASE</spring.version>
15 15
 	</properties>
16 16
 

+ 2 - 2
xxl-job-executor-springboot-example/pom.xml Voir le fichier

@@ -6,7 +6,7 @@
6 6
     <parent>
7 7
         <groupId>com.xuxueli</groupId>
8 8
         <artifactId>xxl-job</artifactId>
9
-        <version>1.7.2-SNAPSHOT</version>
9
+        <version>1.7.2</version>
10 10
     </parent>
11 11
     <artifactId>xxl-job-executor-springboot-example</artifactId>
12 12
     <packaging>jar</packaging>
@@ -14,7 +14,7 @@
14 14
     <description>Example executor project for spring boot</description>
15 15
 
16 16
     <properties>
17
-        <xxl-job.version>1.7.2-SNAPSHOT</xxl-job.version>
17
+        <xxl-job.version>1.7.2</xxl-job.version>
18 18
         <spring-boot.version>1.3.8.RELEASE</spring-boot.version>
19 19
 
20 20
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>