Skip to content

Commit 9cc659f

Browse files
committed
upgrade to 2.1.5
1 parent ce1996f commit 9cc659f

File tree

19 files changed

+20
-20
lines changed

19 files changed

+20
-20
lines changed

elastic-job-cloud/elastic-job-cloud-executor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>elastic-job-cloud</artifactId>
55
<groupId>com.dangdang</groupId>
6-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>elastic-job-cloud-executor</artifactId>

elastic-job-cloud/elastic-job-cloud-scheduler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>elastic-job-cloud</artifactId>
55
<groupId>com.dangdang</groupId>
6-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>elastic-job-cloud-scheduler</artifactId>

elastic-job-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>elastic-job</artifactId>
66
<groupId>com.dangdang</groupId>
7-
<version>2.1.5-SNAPSHOT</version>
7+
<version>2.1.5</version>
88
</parent>
99
<packaging>pom</packaging>
1010
<artifactId>elastic-job-cloud</artifactId>

elastic-job-common/elastic-job-common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.dangdang</groupId>
66
<artifactId>elastic-job-common</artifactId>
7-
<version>2.1.5-SNAPSHOT</version>
7+
<version>2.1.5</version>
88
</parent>
99
<artifactId>elastic-job-common-core</artifactId>
1010
<name>${project.artifactId}</name>

elastic-job-common/elastic-job-common-restful/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>elastic-job-common</artifactId>
77
<groupId>com.dangdang</groupId>
8-
<version>2.1.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>elastic-job-common-restful</artifactId>

elastic-job-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>elastic-job</artifactId>
66
<groupId>com.dangdang</groupId>
7-
<version>2.1.5-SNAPSHOT</version>
7+
<version>2.1.5</version>
88
</parent>
99
<packaging>pom</packaging>
1010
<artifactId>elastic-job-common</artifactId>

elastic-job-example/elastic-job-example-cloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>elastic-job-example</artifactId>
55
<groupId>com.dangdang</groupId>
6-
<version>2.1.5-SNAPSHOT</version>
6+
<version>2.1.5</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>elastic-job-example-cloud</artifactId>

elastic-job-example/elastic-job-example-embed-zk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>elastic-job-example</artifactId>
77
<groupId>com.dangdang</groupId>
8-
<version>2.1.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>elastic-job-example-embed-zk</artifactId>

elastic-job-example/elastic-job-example-jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>elastic-job-example</artifactId>
44
<groupId>com.dangdang</groupId>
5-
<version>2.1.5-SNAPSHOT</version>
5+
<version>2.1.5</version>
66
</parent>
77
<modelVersion>4.0.0</modelVersion>
88
<artifactId>elastic-job-example-jobs</artifactId>

elastic-job-example/elastic-job-example-lite-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>elastic-job-example</artifactId>
77
<groupId>com.dangdang</groupId>
8-
<version>2.1.5-SNAPSHOT</version>
8+
<version>2.1.5</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>elastic-job-example-lite-java</artifactId>

0 commit comments

Comments
 (0)