This is an automated email from the ASF dual-hosted git repository. leonbao pushed a commit to branch 1.3.0-release in repository https://gitbox.apache.org/repos/asf/incubator-dolphinscheduler.git
commit 7ca7f7c9b3788a4c85542938e89ca8645c6e24bd Author: libox <[email protected]> AuthorDate: Tue Jun 2 10:04:57 2020 +0800 [maven-release-plugin] prepare release 1.3.0 --- dolphinscheduler-alert/pom.xml | 2 +- dolphinscheduler-api/pom.xml | 2 +- dolphinscheduler-common/pom.xml | 2 +- dolphinscheduler-dao/pom.xml | 2 +- dolphinscheduler-dist/pom.xml | 2 +- dolphinscheduler-plugin-api/pom.xml | 6 ++---- dolphinscheduler-remote/pom.xml | 5 ++--- dolphinscheduler-server/pom.xml | 2 +- dolphinscheduler-service/pom.xml | 5 ++--- dolphinscheduler-ui/pom.xml | 2 +- pom.xml | 7 +++---- 11 files changed, 16 insertions(+), 21 deletions(-) diff --git a/dolphinscheduler-alert/pom.xml b/dolphinscheduler-alert/pom.xml index 9a66e8e..3914158 100644 --- a/dolphinscheduler-alert/pom.xml +++ b/dolphinscheduler-alert/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-alert</artifactId> <name>${project.artifactId}</name> diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml index 3e3be50..0e612bb 100644 --- a/dolphinscheduler-api/pom.xml +++ b/dolphinscheduler-api/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-api</artifactId> <name>${project.artifactId}</name> diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml index 9f1130e..ef2b452 100644 --- a/dolphinscheduler-common/pom.xml +++ b/dolphinscheduler-common/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-common</artifactId> <name>dolphinscheduler-common</name> diff --git a/dolphinscheduler-dao/pom.xml b/dolphinscheduler-dao/pom.xml index 642533f..f4ff108 100644 --- a/dolphinscheduler-dao/pom.xml +++ b/dolphinscheduler-dao/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-dao</artifactId> <name>${project.artifactId}</name> diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml index 166edc9..aad8086 100644 --- a/dolphinscheduler-dist/pom.xml +++ b/dolphinscheduler-dist/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>dolphinscheduler</artifactId> <groupId>org.apache.dolphinscheduler</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dolphinscheduler-plugin-api/pom.xml b/dolphinscheduler-plugin-api/pom.xml index 5c9a138..ac65393 100644 --- a/dolphinscheduler-plugin-api/pom.xml +++ b/dolphinscheduler-plugin-api/pom.xml @@ -16,14 +16,12 @@ ~ limitations under the License. --> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-plugin-api</artifactId> <name>${project.artifactId}</name> diff --git a/dolphinscheduler-remote/pom.xml b/dolphinscheduler-remote/pom.xml index 0ff1298..759000f 100644 --- a/dolphinscheduler-remote/pom.xml +++ b/dolphinscheduler-remote/pom.xml @@ -15,12 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>dolphinscheduler</artifactId> <groupId>org.apache.dolphinscheduler</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dolphinscheduler-server/pom.xml b/dolphinscheduler-server/pom.xml index b2daacf..190affb 100644 --- a/dolphinscheduler-server/pom.xml +++ b/dolphinscheduler-server/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <artifactId>dolphinscheduler-server</artifactId> <name>dolphinscheduler-server</name> diff --git a/dolphinscheduler-service/pom.xml b/dolphinscheduler-service/pom.xml index 1b5b953..0869ddd 100644 --- a/dolphinscheduler-service/pom.xml +++ b/dolphinscheduler-service/pom.xml @@ -15,12 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>dolphinscheduler</artifactId> <groupId>org.apache.dolphinscheduler</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml index 8baeb38..383d81f 100644 --- a/dolphinscheduler-ui/pom.xml +++ b/dolphinscheduler-ui/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>dolphinscheduler</artifactId> <groupId>org.apache.dolphinscheduler</groupId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/pom.xml b/pom.xml index 7801996..f8b7696 100644 --- a/pom.xml +++ b/pom.xml @@ -15,12 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.dolphinscheduler</groupId> <artifactId>dolphinscheduler</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.0</version> <packaging>pom</packaging> <name>${project.artifactId}</name> <url>http://dolphinscheduler.apache.org</url> @@ -39,7 +38,7 @@ <connection>scm:git:https://github.com/apache/incubator-dolphinscheduler.git</connection> <developerConnection>scm:git:https://github.com/apache/incubator-dolphinscheduler.git</developerConnection> <url>https://github.com/apache/incubator-dolphinscheduler</url> - <tag>HEAD</tag> + <tag>1.3.0</tag> </scm> <mailingLists> <mailingList>
