Skip to content

Commit

Permalink
Upgrade to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
haocao committed Mar 29, 2016
1 parent 3f8b3af commit f7629a0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT
## 1.0.6

### 功能提升

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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</elastic-job.version>
<elastic-job.version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</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.6-SNAPSHOT</version>
<version>1.0.6</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Elastic-Job - distributed scheduled job solution</description>
Expand Down

0 comments on commit f7629a0

Please sign in to comment.