ソースを参照

升级版本:1.8.2(快照版本)

xuxueli 8 年 前
コミット
2516e115e9

+ 1 - 1
pom.xml ファイルの表示

@@ -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.8.1</version>
6
+	<version>1.8.2-SNAPSHOT</version>
7 7
 	<packaging>pom</packaging>
8 8
 
9 9
 	<name>${project.artifactId}</name>

+ 1 - 1
xxl-job-admin/pom.xml ファイルの表示

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.8.1</version>
7
+		<version>1.8.2-SNAPSHOT</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-admin</artifactId>
10 10
 	<packaging>war</packaging>

+ 1 - 1
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl ファイルの表示

@@ -175,7 +175,7 @@
175 175
 
176 176
 <#macro commonFooter >
177 177
 	<footer class="main-footer">
178
-        Powered by <b>XXL-JOB</b> 1.8.1
178
+        Powered by <b>XXL-JOB</b> 1.8.2(快照版本)
179 179
 		<div class="pull-right hidden-xs">
180 180
             <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
181 181
                 <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;

+ 1 - 1
xxl-job-core/pom.xml ファイルの表示

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

+ 1 - 1
xxl-job-executor-example/pom.xml ファイルの表示

@@ -4,7 +4,7 @@
4 4
 	<parent>
5 5
 		<groupId>com.xuxueli</groupId>
6 6
 		<artifactId>xxl-job</artifactId>
7
-		<version>1.8.1</version>
7
+		<version>1.8.2-SNAPSHOT</version>
8 8
 	</parent>
9 9
 	<artifactId>xxl-job-executor-example</artifactId>
10 10
 	<packaging>war</packaging>

+ 1 - 1
xxl-job-executor-springboot-example/pom.xml ファイルの表示

@@ -6,7 +6,7 @@
6 6
     <parent>
7 7
         <groupId>com.xuxueli</groupId>
8 8
         <artifactId>xxl-job</artifactId>
9
-        <version>1.8.1</version>
9
+        <version>1.8.2-SNAPSHOT</version>
10 10
     </parent>
11 11
     <artifactId>xxl-job-executor-springboot-example</artifactId>
12 12
     <packaging>jar</packaging>