Browse Source

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

xuxueli 8 years ago
parent
commit
2516e115e9

+ 1 - 1
pom.xml View File

3
 	<modelVersion>4.0.0</modelVersion>
3
 	<modelVersion>4.0.0</modelVersion>
4
 	<groupId>com.xuxueli</groupId>
4
 	<groupId>com.xuxueli</groupId>
5
 	<artifactId>xxl-job</artifactId>
5
 	<artifactId>xxl-job</artifactId>
6
-	<version>1.8.1</version>
6
+	<version>1.8.2-SNAPSHOT</version>
7
 	<packaging>pom</packaging>
7
 	<packaging>pom</packaging>
8
 
8
 
9
 	<name>${project.artifactId}</name>
9
 	<name>${project.artifactId}</name>

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

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

+ 1 - 1
xxl-job-admin/src/main/webapp/WEB-INF/template/common/common.macro.ftl View File

175
 
175
 
176
 <#macro commonFooter >
176
 <#macro commonFooter >
177
 	<footer class="main-footer">
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
 		<div class="pull-right hidden-xs">
179
 		<div class="pull-right hidden-xs">
180
             <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
180
             <strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
181
                 <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;
181
                 <a href="https://github.com/xuxueli/xxl-job" target="_blank" >github</a>&nbsp;

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

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

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

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

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

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