You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2020/12/28 06:56:43 UTC

[shardingsphere-elasticjob] branch master updated: Update examples version to 3.0.0-RC1 (#1793)

This is an automated email from the ASF dual-hosted git repository.

wuweijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere-elasticjob.git


The following commit(s) were added to refs/heads/master by this push:
     new e64fc1e  Update examples version to 3.0.0-RC1 (#1793)
e64fc1e is described below

commit e64fc1e5772f98bc4a8cea5a0d02f8653ae55972
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Mon Dec 28 14:56:32 2020 +0800

    Update examples version to 3.0.0-RC1 (#1793)
---
 examples/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/examples/pom.xml b/examples/pom.xml
index 0502ac8..35e8c20 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
     </modules>
     
     <properties>
-        <revision>3.0.0-RC1-SNAPSHOT</revision>
+        <revision>3.0.0-RC1</revision>
         <java.version>1.8</java.version>
         <curator.version>5.1.0</curator.version>
         <springframework.version>4.3.4.RELEASE</springframework.version>
@@ -54,18 +54,18 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <artifactId>elasticjob-lite-core</artifactId>
                 <groupId>org.apache.shardingsphere.elasticjob</groupId>
+                <artifactId>elasticjob-lite-core</artifactId>
                 <version>${revision}</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.shardingsphere.elasticjob</groupId>
                 <artifactId>elasticjob-simple-executor</artifactId>
-                <version>${project.parent.version}</version>
+                <version>${revision}</version>
             </dependency>
             <dependency>
-                <artifactId>elasticjob-lite-spring-namespace</artifactId>
                 <groupId>org.apache.shardingsphere.elasticjob</groupId>
+                <artifactId>elasticjob-lite-spring-namespace</artifactId>
                 <version>${revision}</version>
             </dependency>