Skip to content

Commit

Permalink
release 1.0.4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Feb 24, 2016
1 parent 04d1ec5 commit f8e2c8b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.4-SNAPSHOT</version>
<version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</version>
</parent>
<artifactId>elastic-job-core</artifactId>
<name>${project.artifactId}</name>
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.4-SNAPSHOT</version>
<version>1.0.4</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.4-SNAPSHOT</elastic-job.version>
<elastic-job.version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</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.4-SNAPSHOT</version>
<version>1.0.4</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>Elastic-Job - distributed scheduled job solution</description>
Expand Down

0 comments on commit f8e2c8b

Please sign in to comment.