From 57ade3893948a5a9a78a0a42f8676a40f7629dc7 Mon Sep 17 00:00:00 2001 From: Jiajie Zhong Date: Thu, 26 May 2022 20:26:32 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 3.0.0-beta-1 --- .../dolphinscheduler-alert-api/pom.xml | 6 ++---- .../dolphinscheduler-alert-dingtalk/pom.xml | 6 ++---- .../dolphinscheduler-alert-email/pom.xml | 6 ++---- .../dolphinscheduler-alert-feishu/pom.xml | 6 ++---- .../dolphinscheduler-alert-http/pom.xml | 6 ++---- .../dolphinscheduler-alert-pagerduty/pom.xml | 6 ++---- .../dolphinscheduler-alert-script/pom.xml | 6 ++---- .../dolphinscheduler-alert-slack/pom.xml | 6 ++---- .../dolphinscheduler-alert-telegram/pom.xml | 6 ++---- .../dolphinscheduler-alert-webexteams/pom.xml | 6 ++---- .../dolphinscheduler-alert-wechat/pom.xml | 6 ++---- .../dolphinscheduler-alert-plugins/pom.xml | 6 ++---- .../dolphinscheduler-alert-server/pom.xml | 5 ++--- dolphinscheduler-alert/pom.xml | 6 ++---- dolphinscheduler-api/pom.xml | 5 ++--- dolphinscheduler-common/pom.xml | 2 +- dolphinscheduler-dao/pom.xml | 5 ++--- dolphinscheduler-data-quality/pom.xml | 6 ++---- .../dolphinscheduler-datasource-all/pom.xml | 6 ++---- .../dolphinscheduler-datasource-api/pom.xml | 6 ++---- .../dolphinscheduler-datasource-clickhouse/pom.xml | 6 ++---- .../dolphinscheduler-datasource-db2/pom.xml | 6 ++---- .../dolphinscheduler-datasource-hive/pom.xml | 6 ++---- .../dolphinscheduler-datasource-mysql/pom.xml | 6 ++---- .../dolphinscheduler-datasource-oracle/pom.xml | 6 ++---- .../dolphinscheduler-datasource-postgresql/pom.xml | 6 ++---- .../dolphinscheduler-datasource-presto/pom.xml | 6 ++---- .../dolphinscheduler-datasource-redshift/pom.xml | 6 ++---- .../dolphinscheduler-datasource-spark/pom.xml | 6 ++---- .../dolphinscheduler-datasource-sqlserver/pom.xml | 6 ++---- dolphinscheduler-datasource-plugin/pom.xml | 6 ++---- dolphinscheduler-dist/pom.xml | 2 +- dolphinscheduler-log-server/pom.xml | 6 ++---- dolphinscheduler-master/pom.xml | 6 ++---- dolphinscheduler-meter/pom.xml | 6 ++---- dolphinscheduler-microbench/pom.xml | 6 ++---- dolphinscheduler-python/pom.xml | 5 ++--- .../dolphinscheduler-registry-api/pom.xml | 6 ++---- .../dolphinscheduler-registry-zookeeper/pom.xml | 6 ++---- .../dolphinscheduler-registry-plugins/pom.xml | 6 ++---- dolphinscheduler-registry/pom.xml | 6 ++---- dolphinscheduler-remote/pom.xml | 5 ++--- dolphinscheduler-server/pom.xml | 5 ++--- dolphinscheduler-service/pom.xml | 5 ++--- dolphinscheduler-spi/pom.xml | 2 +- dolphinscheduler-standalone-server/pom.xml | 6 ++---- .../dolphinscheduler-task-all/pom.xml | 6 ++---- .../dolphinscheduler-task-api/pom.xml | 6 ++---- .../dolphinscheduler-task-blocking/pom.xml | 6 ++---- .../dolphinscheduler-task-conditions/pom.xml | 6 ++---- .../dolphinscheduler-task-dataquality/pom.xml | 6 ++---- .../dolphinscheduler-task-datax/pom.xml | 6 ++---- .../dolphinscheduler-task-dependent/pom.xml | 6 ++---- .../dolphinscheduler-task-emr/pom.xml | 9 +++------ .../dolphinscheduler-task-flink/pom.xml | 6 ++---- .../dolphinscheduler-task-http/pom.xml | 6 ++---- .../dolphinscheduler-task-mr/pom.xml | 6 ++---- .../dolphinscheduler-task-pigeon/pom.xml | 6 ++---- .../dolphinscheduler-task-procedure/pom.xml | 6 ++---- .../dolphinscheduler-task-python/pom.xml | 6 ++---- .../dolphinscheduler-task-seatunnel/pom.xml | 6 ++---- .../dolphinscheduler-task-shell/pom.xml | 6 ++---- .../dolphinscheduler-task-spark/pom.xml | 6 ++---- .../dolphinscheduler-task-sql/pom.xml | 6 ++---- .../dolphinscheduler-task-sqoop/pom.xml | 6 ++---- .../dolphinscheduler-task-subprocess/pom.xml | 6 ++---- .../dolphinscheduler-task-switch/pom.xml | 6 ++---- .../dolphinscheduler-task-zeppelin/pom.xml | 6 ++---- dolphinscheduler-task-plugin/pom.xml | 6 ++---- dolphinscheduler-tools/pom.xml | 6 ++---- dolphinscheduler-ui/pom.xml | 2 +- dolphinscheduler-worker/pom.xml | 6 ++---- pom.xml | 7 +++---- 73 files changed, 144 insertions(+), 275 deletions(-) diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml index 43f10ea47..cf051de73 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml @@ -18,13 +18,11 @@ ~ under the License. --> - + dolphinscheduler-alert org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-api diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml index 7fbf0519b..915c44b58 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-dingtalk diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml index c44ce120c..cc62c8474 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-email diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml index 635544277..d7a4929cb 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-feishu diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml index f47142a64..2b0d96a64 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-http diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml index f97def884..57006424d 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-pagerduty diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml index 1896f62e6..803a957ca 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-script diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml index 3f1fde506..a4ea41adb 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-slack diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml index 186471c68..91ec1d7bd 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-telegram diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml index 6473382ff..7252610ca 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-webexteams diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml index f72df7ba3..855e10a67 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-wechat diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/pom.xml index 4ff0829b9..585a468e7 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-plugins/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-plugins/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-alert org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-alert-plugins diff --git a/dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml b/dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml index 5a20975f6..c01637b00 100644 --- a/dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml +++ b/dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler-alert - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-alert-server ${project.artifactId} diff --git a/dolphinscheduler-alert/pom.xml b/dolphinscheduler-alert/pom.xml index b82be82c9..801b73ea2 100644 --- a/dolphinscheduler-alert/pom.xml +++ b/dolphinscheduler-alert/pom.xml @@ -18,13 +18,11 @@ ~ under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 pom diff --git a/dolphinscheduler-api/pom.xml b/dolphinscheduler-api/pom.xml index 6004265ed..7952927d9 100644 --- a/dolphinscheduler-api/pom.xml +++ b/dolphinscheduler-api/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-api ${project.artifactId} diff --git a/dolphinscheduler-common/pom.xml b/dolphinscheduler-common/pom.xml index da0bdbde1..3681f2c19 100644 --- a/dolphinscheduler-common/pom.xml +++ b/dolphinscheduler-common/pom.xml @@ -21,7 +21,7 @@ org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-common dolphinscheduler-common diff --git a/dolphinscheduler-dao/pom.xml b/dolphinscheduler-dao/pom.xml index 39cb77c9a..ee4542544 100644 --- a/dolphinscheduler-dao/pom.xml +++ b/dolphinscheduler-dao/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-dao ${project.artifactId} diff --git a/dolphinscheduler-data-quality/pom.xml b/dolphinscheduler-data-quality/pom.xml index cb499a9b4..d92f7311d 100644 --- a/dolphinscheduler-data-quality/pom.xml +++ b/dolphinscheduler-data-quality/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-data-quality diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml index 1caba1840..5c0b6411f 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/pom.xml index a3024436e..7b26c111b 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-api/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-clickhouse/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-clickhouse/pom.xml index 687ff6fd3..fc5188d85 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-clickhouse/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-clickhouse/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-db2/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-db2/pom.xml index 076b043a1..a5b30cdf5 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-db2/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-db2/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/pom.xml index e2c9f15e2..094140a0a 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-hive/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/pom.xml index 333b1acf6..e1070b701 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-mysql/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml index 64a45444b..2dd047ada 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-oracle/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-postgresql/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-postgresql/pom.xml index a30650a69..6ce04d43e 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-postgresql/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-postgresql/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-presto/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-presto/pom.xml index 78e92f3f5..79cf54a63 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-presto/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-presto/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-redshift/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-redshift/pom.xml index dce87369f..310d40aab 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-redshift/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-redshift/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-spark/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-spark/pom.xml index ec830b8bf..e38f980a2 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-spark/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-spark/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-sqlserver/pom.xml b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-sqlserver/pom.xml index dc93b88ac..41d3d005e 100644 --- a/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-sqlserver/pom.xml +++ b/dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-sqlserver/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> - + dolphinscheduler-datasource-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-datasource-plugin/pom.xml b/dolphinscheduler-datasource-plugin/pom.xml index cd5774fad..fad6ab890 100644 --- a/dolphinscheduler-datasource-plugin/pom.xml +++ b/dolphinscheduler-datasource-plugin/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-datasource-plugin diff --git a/dolphinscheduler-dist/pom.xml b/dolphinscheduler-dist/pom.xml index 0754144cc..68cc01e58 100644 --- a/dolphinscheduler-dist/pom.xml +++ b/dolphinscheduler-dist/pom.xml @@ -20,7 +20,7 @@ dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-log-server/pom.xml b/dolphinscheduler-log-server/pom.xml index dca6f24dd..bf98a55a3 100644 --- a/dolphinscheduler-log-server/pom.xml +++ b/dolphinscheduler-log-server/pom.xml @@ -16,13 +16,11 @@ ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-master/pom.xml b/dolphinscheduler-master/pom.xml index 3887fab86..82a2e1af4 100644 --- a/dolphinscheduler-master/pom.xml +++ b/dolphinscheduler-master/pom.xml @@ -18,13 +18,11 @@ ~ under the License. ~ --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-meter/pom.xml b/dolphinscheduler-meter/pom.xml index 5fd48276c..5e94b6afd 100644 --- a/dolphinscheduler-meter/pom.xml +++ b/dolphinscheduler-meter/pom.xml @@ -18,13 +18,11 @@ ~ under the License. ~ --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-microbench/pom.xml b/dolphinscheduler-microbench/pom.xml index c454d227c..c8cae1f37 100644 --- a/dolphinscheduler-microbench/pom.xml +++ b/dolphinscheduler-microbench/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-python/pom.xml b/dolphinscheduler-python/pom.xml index 1a740fbd9..ddd8a3322 100644 --- a/dolphinscheduler-python/pom.xml +++ b/dolphinscheduler-python/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-python ${project.artifactId} diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-api/pom.xml b/dolphinscheduler-registry/dolphinscheduler-registry-api/pom.xml index 6b175d8da..f18343230 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-api/pom.xml +++ b/dolphinscheduler-registry/dolphinscheduler-registry-api/pom.xml @@ -18,13 +18,11 @@ ~ under the License. --> - + dolphinscheduler-registry org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/pom.xml b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/pom.xml index cce9c4f2c..28f7e2c91 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/pom.xml +++ b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-zookeeper/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-registry-plugins org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/pom.xml b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/pom.xml index 07ab7d65a..772d94b02 100644 --- a/dolphinscheduler-registry/dolphinscheduler-registry-plugins/pom.xml +++ b/dolphinscheduler-registry/dolphinscheduler-registry-plugins/pom.xml @@ -18,13 +18,11 @@ ~ under the License. --> - + dolphinscheduler-registry org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-registry-plugins 4.0.0 diff --git a/dolphinscheduler-registry/pom.xml b/dolphinscheduler-registry/pom.xml index fafb918d9..e6560ffe1 100644 --- a/dolphinscheduler-registry/pom.xml +++ b/dolphinscheduler-registry/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-registry diff --git a/dolphinscheduler-remote/pom.xml b/dolphinscheduler-remote/pom.xml index 7413974fb..aeab210f5 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. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-server/pom.xml b/dolphinscheduler-server/pom.xml index 741bfa651..2b2a759fb 100644 --- a/dolphinscheduler-server/pom.xml +++ b/dolphinscheduler-server/pom.xml @@ -16,13 +16,12 @@ ~ limitations under the License. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-server dolphinscheduler-server diff --git a/dolphinscheduler-service/pom.xml b/dolphinscheduler-service/pom.xml index d93a5a2f1..9c6592f82 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. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-spi/pom.xml b/dolphinscheduler-spi/pom.xml index 1602c7e84..04bc1e67d 100644 --- a/dolphinscheduler-spi/pom.xml +++ b/dolphinscheduler-spi/pom.xml @@ -20,7 +20,7 @@ org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 dolphinscheduler-spi ${project.artifactId} diff --git a/dolphinscheduler-standalone-server/pom.xml b/dolphinscheduler-standalone-server/pom.xml index 837464d26..271383975 100644 --- a/dolphinscheduler-standalone-server/pom.xml +++ b/dolphinscheduler-standalone-server/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml index 696d96d89..131df1d24 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-all/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml index 8ae3268d7..1a7849684 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 jar diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-blocking/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-blocking/pom.xml index 98c607ce8..9b51ba6f6 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-blocking/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-blocking/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-conditions/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-conditions/pom.xml index 785172c31..f9244ccf8 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-conditions/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-conditions/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml index 82eebaba7..a60ac1c8a 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-dataquality/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml index 3ca1a0d6d..35f95bd19 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-dependent/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-dependent/pom.xml index 4e0fb8c6a..f8bc8d506 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-dependent/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-dependent/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-emr/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-emr/pom.xml index 15dcdfbb9..c920028f1 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-emr/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-emr/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 @@ -69,8 +67,7 @@ - + diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml index d569a774a..4d5dd95b2 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml index 1082e91e6..60f7a7006 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml index 8879362c4..c9d0e61f1 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml index 06b05fd88..0a527b00f 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml index 9c9400595..16aac88b6 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml index 87a390f09..950c1bbfc 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/pom.xml index 2f9ccda46..dfb23e3b0 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-seatunnel/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml index 7a7e5245f..681f068ed 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml index b68be9782..44446f338 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-task-spark diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml index b7cb0668d..f589497f4 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml index 1be9eaa99..8b5bfa381 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-subprocess/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-subprocess/pom.xml index 0975ffdbe..2e335cb5a 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-subprocess/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-subprocess/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-switch/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-switch/pom.xml index 2ede96147..04137d39c 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-switch/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-switch/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/pom.xml b/dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/pom.xml index 168bcff39..a84b599b8 100644 --- a/dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/pom.xml +++ b/dolphinscheduler-task-plugin/dolphinscheduler-task-zeppelin/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler-task-plugin org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 dolphinscheduler-task-zeppelin diff --git a/dolphinscheduler-task-plugin/pom.xml b/dolphinscheduler-task-plugin/pom.xml index d1c19f09d..5dbe1bc12 100644 --- a/dolphinscheduler-task-plugin/pom.xml +++ b/dolphinscheduler-task-plugin/pom.xml @@ -15,13 +15,11 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-tools/pom.xml b/dolphinscheduler-tools/pom.xml index b4956d154..1779f4170 100644 --- a/dolphinscheduler-tools/pom.xml +++ b/dolphinscheduler-tools/pom.xml @@ -18,13 +18,11 @@ ~ under the License. ~ --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-ui/pom.xml b/dolphinscheduler-ui/pom.xml index a8065be48..76144ad27 100644 --- a/dolphinscheduler-ui/pom.xml +++ b/dolphinscheduler-ui/pom.xml @@ -20,7 +20,7 @@ dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/dolphinscheduler-worker/pom.xml b/dolphinscheduler-worker/pom.xml index 39727404d..3015effc1 100644 --- a/dolphinscheduler-worker/pom.xml +++ b/dolphinscheduler-worker/pom.xml @@ -18,13 +18,11 @@ ~ under the License. ~ --> - + dolphinscheduler org.apache.dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 4.0.0 diff --git a/pom.xml b/pom.xml index 3ffd4135e..d370d57fa 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. --> - + 4.0.0 org.apache.dolphinscheduler dolphinscheduler - 3.0.0-beta-1-SNAPSHOT + 3.0.0-beta-1 pom ${project.artifactId} https://dolphinscheduler.apache.org @@ -32,7 +31,7 @@ scm:git:https://github.com/apache/dolphinscheduler.git scm:git:https://github.com/apache/dolphinscheduler.git https://github.com/apache/dolphinscheduler - HEAD + 3.0.0-beta-1 -- GitLab