Skip to content

Commit

Permalink
upgrade to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed May 24, 2016
1 parent 39576a5 commit 6ae474f
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion elastic-job-api/elastic-job-api-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elastic-job-api</artifactId>
<groupId>com.dangdang</groupId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</parent>
<artifactId>elastic-job-api-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion elastic-job-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>elastic-job</artifactId>
<groupId>com.dangdang</groupId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</parent>
<artifactId>elastic-job-api</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion elastic-job-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</parent>
<artifactId>elastic-job-console</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion elastic-job-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</parent>
<artifactId>elastic-job-core</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion elastic-job-doc/content/post/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight=1

# Release Notes

## 1.0.8-SNAPSHOT
## 1.0.8
### 新功能
1. [ISSUE #95](https://github.com/dangdangdotcom/elastic-job/issues/95) 增加脚本类型作业支持

Expand Down
4 changes: 2 additions & 2 deletions elastic-job-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job-example</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<name>${project.artifactId}</name>

<properties>
Expand All @@ -12,7 +12,7 @@
<project.build.locale>zh_CN</project.build.locale>
<project.nexus.address>maven.dangdang.com</project.nexus.address>

<elastic-job.version>1.0.8-SNAPSHOT</elastic-job.version>
<elastic-job.version>1.0.8</elastic-job.version>

<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.1.2</logback.version>
Expand Down
2 changes: 1 addition & 1 deletion elastic-job-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
</parent>
<artifactId>elastic-job-spring</artifactId>
<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.dangdang</groupId>
<artifactId>elastic-job</artifactId>
<version>1.0.8-SNAPSHOT</version>
<version>1.0.8</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Elastic-Job - distributed scheduled job solution</description>
Expand Down

0 comments on commit 6ae474f

Please sign in to comment.