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

dolphinscheduler-alert/dolphinscheduler-alert-api/pom.xml

Lines changed: 6 additions & 7 deletions
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>

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-dingtalk/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-email/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-feishu/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-http/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-pagerduty/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-script/pom.xml

Lines changed: 4 additions & 5 deletions
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>

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-slack/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-telegram/pom.xml

Lines changed: 4 additions & 5 deletions
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

dolphinscheduler-alert/dolphinscheduler-alert-plugins/dolphinscheduler-alert-webexteams/pom.xml

Lines changed: 4 additions & 5 deletions
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

0 commit comments

Comments
 (0)