Skip to content

Commit 8a4f111

Browse files
committed
[maven-release-plugin] prepare release 3.2.1
1 parent d5c543f commit 8a4f111

File tree

131 files changed

+264
-395
lines changed
  • dolphinscheduler-alert
  • dolphinscheduler-aop
  • dolphinscheduler-api
  • dolphinscheduler-bom
  • dolphinscheduler-common
  • dolphinscheduler-dao
  • dolphinscheduler-dao-plugin
  • dolphinscheduler-data-quality
  • dolphinscheduler-datasource-plugin
    • dolphinscheduler-datasource-all
    • dolphinscheduler-datasource-api
    • dolphinscheduler-datasource-athena
    • dolphinscheduler-datasource-azure-sql
    • dolphinscheduler-datasource-clickhouse
    • dolphinscheduler-datasource-dameng
    • dolphinscheduler-datasource-databend
    • dolphinscheduler-datasource-db2
    • dolphinscheduler-datasource-doris
    • dolphinscheduler-datasource-hana
    • dolphinscheduler-datasource-hive
    • dolphinscheduler-datasource-kyuubi
    • dolphinscheduler-datasource-mysql
    • dolphinscheduler-datasource-oceanbase
    • dolphinscheduler-datasource-oracle
    • dolphinscheduler-datasource-postgresql
    • dolphinscheduler-datasource-presto
    • dolphinscheduler-datasource-redshift
    • dolphinscheduler-datasource-sagemaker
    • dolphinscheduler-datasource-snowflake
    • dolphinscheduler-datasource-spark
    • dolphinscheduler-datasource-sqlserver
    • dolphinscheduler-datasource-ssh
    • dolphinscheduler-datasource-starrocks
    • dolphinscheduler-datasource-trino
    • dolphinscheduler-datasource-vertica
    • dolphinscheduler-datasource-zeppelin
  • dolphinscheduler-dist
  • dolphinscheduler-extract
  • dolphinscheduler-master
  • dolphinscheduler-meter
  • dolphinscheduler-microbench
  • dolphinscheduler-registry
  • dolphinscheduler-scheduler-plugin
  • dolphinscheduler-service
  • dolphinscheduler-spi
  • dolphinscheduler-standalone-server
  • dolphinscheduler-storage-plugin
  • dolphinscheduler-task-plugin
  • dolphinscheduler-tools
  • dolphinscheduler-ui
  • dolphinscheduler-worker

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+264
-395
lines changed

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-aliyunVoice/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625

2726
<artifactId>dolphinscheduler-alert-aliyunVoice</artifactId>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-all/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625

2726
<artifactId>dolphinscheduler-alert-all</artifactId>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.dolphinscheduler</groupId>
2524
<artifactId>dolphinscheduler-alert-plugins</artifactId>
26-
<version>3.2.2-SNAPSHOT</version>
25+
<version>3.2.1</version>
2726
</parent>
2827
<artifactId>dolphinscheduler-alert-api</artifactId>
2928

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-dingtalk</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-email</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-feishu</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-http</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-pagerduty</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-prometheus/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
18+
<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/maven-v4_0_0.xsd">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-prometheus</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-script</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-slack</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-telegram</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-webexteams</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-wechat/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-wechat</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-plugins/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2726
<packaging>pom</packaging>

Diff for: dolphinscheduler-alert/dolphinscheduler-alert-server/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-alert</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-alert-server</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2221
<modelVersion>4.0.0</modelVersion>
2322
<parent>
2423
<groupId>org.apache.dolphinscheduler</groupId>
2524
<artifactId>dolphinscheduler</artifactId>
26-
<version>3.2.2-SNAPSHOT</version>
25+
<version>3.2.1</version>
2726
</parent>
2827
<artifactId>dolphinscheduler-alert</artifactId>
2928
<packaging>pom</packaging>

Diff for: dolphinscheduler-aop/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-aop</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-api</artifactId>
2726
<packaging>jar</packaging>

Diff for: dolphinscheduler-bom/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-bom</artifactId>
2726
<packaging>pom</packaging>

Diff for: dolphinscheduler-common/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625
<artifactId>dolphinscheduler-common</artifactId>
2726

Diff for: dolphinscheduler-dao-plugin/dolphinscheduler-dao-api/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
18+
<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">
2019
<modelVersion>4.0.0</modelVersion>
2120
<parent>
2221
<groupId>org.apache.dolphinscheduler</groupId>
2322
<artifactId>dolphinscheduler-dao-plugin</artifactId>
24-
<version>3.2.2-SNAPSHOT</version>
23+
<version>3.2.1</version>
2524
</parent>
2625

2726
<artifactId>dolphinscheduler-dao-api</artifactId>

0 commit comments

Comments
 (0)