Skip to content

Commit ae33ba5

Browse files
committed
[maven-release-plugin] prepare release 3.1.0
1 parent beebc5e commit ae33ba5

File tree

92 files changed

+630
-714
lines changed
  • dolphinscheduler-alert
  • dolphinscheduler-api
  • dolphinscheduler-bom
  • dolphinscheduler-common
  • dolphinscheduler-dao
  • dolphinscheduler-data-quality
  • dolphinscheduler-datasource-plugin
    • dolphinscheduler-datasource-all
    • dolphinscheduler-datasource-api
    • dolphinscheduler-datasource-athena
    • dolphinscheduler-datasource-clickhouse
    • dolphinscheduler-datasource-db2
    • dolphinscheduler-datasource-hive
    • dolphinscheduler-datasource-mysql
    • dolphinscheduler-datasource-oracle
    • dolphinscheduler-datasource-postgresql
    • dolphinscheduler-datasource-presto
    • dolphinscheduler-datasource-redshift
    • dolphinscheduler-datasource-spark
    • dolphinscheduler-datasource-sqlserver
  • dolphinscheduler-dist
  • dolphinscheduler-log-server
  • dolphinscheduler-master
  • dolphinscheduler-meter
  • dolphinscheduler-microbench
  • dolphinscheduler-python
  • dolphinscheduler-registry
  • dolphinscheduler-remote
  • dolphinscheduler-scheduler-plugin
  • dolphinscheduler-server
  • dolphinscheduler-service
  • dolphinscheduler-spi
  • dolphinscheduler-standalone-server
  • 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.

92 files changed

+630
-714
lines changed

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,21 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
21-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xmlns="http://maven.apache.org/POM/4.0.0"
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2321
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<modelVersion>4.0.0</modelVersion>
2423
<parent>
25-
<artifactId>dolphinscheduler-alert</artifactId>
2624
<groupId>org.apache.dolphinscheduler</groupId>
27-
<version>dev-SNAPSHOT</version>
25+
<artifactId>dolphinscheduler-alert</artifactId>
26+
<version>3.1.0</version>
2827
</parent>
29-
<modelVersion>4.0.0</modelVersion>
3028
<artifactId>dolphinscheduler-alert-api</artifactId>
3129

3230
<dependencies>
3331
<dependency>
3432
<groupId>org.apache.dolphinscheduler</groupId>
35-
<artifactId>dolphinscheduler-spi</artifactId> <!-- TODO should get rid off this -->
33+
<artifactId>dolphinscheduler-spi</artifactId>
34+
<!-- TODO should get rid off this -->
3635
</dependency>
3736
</dependencies>
3837
</project>

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-dingtalk</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-email</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-feishu</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-http</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-pagerduty</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-script</artifactId>
2827
<packaging>jar</packaging>
2928
</project>

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-slack</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-telegram</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-webexteams</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert-plugins</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-wechat</artifactId>
2827
<packaging>jar</packaging>
2928

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

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19-
xmlns="http://maven.apache.org/POM/4.0.0"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-alert</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-alert</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726
<artifactId>dolphinscheduler-alert-plugins</artifactId>
2827
<packaging>pom</packaging>
2928

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler-alert</artifactId>
24-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-alert-server</artifactId>
2727
<packaging>jar</packaging>

Diff for: dolphinscheduler-alert/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
21-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xmlns="http://maven.apache.org/POM/4.0.0"
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2321
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22+
<modelVersion>4.0.0</modelVersion>
2423
<parent>
25-
<artifactId>dolphinscheduler</artifactId>
2624
<groupId>org.apache.dolphinscheduler</groupId>
27-
<version>dev-SNAPSHOT</version>
25+
<artifactId>dolphinscheduler</artifactId>
26+
<version>3.1.0</version>
2827
</parent>
29-
<modelVersion>4.0.0</modelVersion>
30-
<packaging>pom</packaging>
3128
<artifactId>dolphinscheduler-alert</artifactId>
29+
<packaging>pom</packaging>
3230

3331
<modules>
3432
<module>dolphinscheduler-alert-api</module>

Diff for: dolphinscheduler-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-api</artifactId>
2727
<packaging>jar</packaging>

Diff for: dolphinscheduler-bom/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-bom</artifactId>
2727
<packaging>pom</packaging>

Diff for: dolphinscheduler-common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-common</artifactId>
2727

Diff for: dolphinscheduler-dao/pom.xml

+14-15
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,29 @@
1515
~ See the License for the specific language governing permissions and
1616
~ limitations under the License.
1717
-->
18-
1918
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<modelVersion>4.0.0</modelVersion>
2221
<parent>
2322
<groupId>org.apache.dolphinscheduler</groupId>
2423
<artifactId>dolphinscheduler</artifactId>
25-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2625
</parent>
2726
<artifactId>dolphinscheduler-dao</artifactId>
2827
<name>${project.artifactId}</name>
2928

29+
<dependencyManagement>
30+
<dependencies>
31+
<dependency>
32+
<groupId>org.apache.dolphinscheduler</groupId>
33+
<artifactId>dolphinscheduler-bom</artifactId>
34+
<version>${project.version}</version>
35+
<type>pom</type>
36+
<scope>import</scope>
37+
</dependency>
38+
</dependencies>
39+
</dependencyManagement>
40+
3041
<dependencies>
3142
<!-- dolphinscheduler -->
3243
<dependency>
@@ -43,8 +54,8 @@
4354
<artifactId>spring-boot-starter-tomcat</artifactId>
4455
</exclusion>
4556
<exclusion>
46-
<artifactId>log4j-to-slf4j</artifactId>
4757
<groupId>org.apache.logging.log4j</groupId>
58+
<artifactId>log4j-to-slf4j</artifactId>
4859
</exclusion>
4960
</exclusions>
5061
</dependency>
@@ -98,18 +109,6 @@
98109
</dependency>
99110
</dependencies>
100111

101-
<dependencyManagement>
102-
<dependencies>
103-
<dependency>
104-
<groupId>org.apache.dolphinscheduler</groupId>
105-
<artifactId>dolphinscheduler-bom</artifactId>
106-
<version>${project.version}</version>
107-
<type>pom</type>
108-
<scope>import</scope>
109-
</dependency>
110-
</dependencies>
111-
</dependencyManagement>
112-
113112
<build>
114113
<plugins>
115114
<plugin>

Diff for: dolphinscheduler-data-quality/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.dolphinscheduler</groupId>
2323
<artifactId>dolphinscheduler</artifactId>
24-
<version>dev-SNAPSHOT</version>
24+
<version>3.1.0</version>
2525
</parent>
2626
<artifactId>dolphinscheduler-data-quality</artifactId>
2727

Diff for: dolphinscheduler-datasource-plugin/dolphinscheduler-datasource-all/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@
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"
19-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2019
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
2322
<groupId>org.apache.dolphinscheduler</groupId>
24-
<version>dev-SNAPSHOT</version>
23+
<artifactId>dolphinscheduler-datasource-plugin</artifactId>
24+
<version>3.1.0</version>
2525
</parent>
26-
<modelVersion>4.0.0</modelVersion>
2726

2827
<artifactId>dolphinscheduler-datasource-all</artifactId>
2928

0 commit comments

Comments
 (0)