xueli.xue 9 anos atrás
pai
commit
4a9f347ed1
4 arquivos alterados com 6 adições e 14 exclusões
  1. 2 7
      pom.xml
  2. 1 2
      xxl-job-admin/pom.xml
  3. 2 3
      xxl-job-core/pom.xml
  4. 1 2
      xxl-job-executor-example/pom.xml

+ 2 - 7
pom.xml Ver arquivo

@@ -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>${xxl-job.version}</version>
6
+	<version>1.4.1</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>xxl-job</name>
@@ -11,16 +11,11 @@
11 11
 	<url>http://www.xuxueli.com/</url>
12 12
 
13 13
 	<modules>
14
-		<module>xxl-job-admin</module>
15 14
 		<module>xxl-job-core</module>
15
+		<module>xxl-job-admin</module>
16 16
 		<module>xxl-job-executor-example</module>
17 17
 	</modules>
18 18
 
19
-	<properties>
20
-		<xxl-job.version>1.4.1</xxl-job.version>
21
-		<spring.version>3.2.14.RELEASE</spring.version>
22
-	</properties>
23
-
24 19
 	<build>
25 20
 		<plugins>
26 21
 			<plugin>

+ 1 - 2
xxl-job-admin/pom.xml Ver arquivo

@@ -4,10 +4,9 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>${xxl-job.version}</version>
7
+		<version>1.4.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-admin</artifactId>
10
-	<version>${xxl-job.version}</version>
11 10
 	<packaging>war</packaging>
12 11
 
13 12
 	<properties>

+ 2 - 3
xxl-job-core/pom.xml Ver arquivo

@@ -4,13 +4,12 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>${xxl-job.version}</version>
7
+		<version>1.4.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-core</artifactId>
10
-	<version>${xxl-job.version}</version>
10
+	<packaging>jar</packaging>
11 11
 
12 12
 	<properties>
13
-		<xxl-job.version>1.4.1</xxl-job.version>
14 13
 		<spring.version>3.2.14.RELEASE</spring.version>
15 14
 	</properties>
16 15
 

+ 1 - 2
xxl-job-executor-example/pom.xml Ver arquivo

@@ -4,10 +4,9 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>${xxl-job.version}</version>
7
+		<version>1.4.1</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-executor-example</artifactId>
10
-	<version>${xxl-job.version}</version>
11 10
 	<packaging>war</packaging>
12 11
 
13 12
 	<properties>