Browse Source

[maven-release-plugin] prepare for next development iteration

2.0.0-release
lenboo 2 years ago
parent
commit
b7d2b11d56
  1. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-dingtalk/pom.xml
  2. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-email/pom.xml
  3. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-feishu/pom.xml
  4. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-http/pom.xml
  5. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/pom.xml
  6. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-slack/pom.xml
  7. 2
      dolphinscheduler-alert-plugin/dolphinscheduler-alert-wechat/pom.xml
  8. 2
      dolphinscheduler-alert-plugin/pom.xml
  9. 2
      dolphinscheduler-alert/pom.xml
  10. 2
      dolphinscheduler-api/pom.xml
  11. 2
      dolphinscheduler-common/pom.xml
  12. 2
      dolphinscheduler-dao/pom.xml
  13. 2
      dolphinscheduler-dist/pom.xml
  14. 2
      dolphinscheduler-registry-plugin/dolphinscheduler-registry-zookeeper/pom.xml
  15. 2
      dolphinscheduler-registry-plugin/pom.xml
  16. 2
      dolphinscheduler-remote/pom.xml
  17. 2
      dolphinscheduler-server/pom.xml
  18. 2
      dolphinscheduler-service/pom.xml
  19. 2
      dolphinscheduler-spi/pom.xml
  20. 2
      dolphinscheduler-standalone-server/pom.xml
  21. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml
  22. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml
  23. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml
  24. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml
  25. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml
  26. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml
  27. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml
  28. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml
  29. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml
  30. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml
  31. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml
  32. 2
      dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml
  33. 2
      dolphinscheduler-task-plugin/pom.xml
  34. 2
      dolphinscheduler-ui/pom.xml
  35. 4
      pom.xml

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-dingtalk/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-email/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-feishu/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-http/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-script/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-slack/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/dolphinscheduler-alert-wechat/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-alert-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert-plugin/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-alert/pom.xml

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-alert</artifactId>
<name>${project.artifactId}</name>

2
dolphinscheduler-api/pom.xml

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-api</artifactId>
<name>${project.artifactId}</name>

2
dolphinscheduler-common/pom.xml

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-common</artifactId>
<name>dolphinscheduler-common</name>

2
dolphinscheduler-dao/pom.xml

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-dao</artifactId>
<name>${project.artifactId}</name>

2
dolphinscheduler-dist/pom.xml vendored

@ -20,7 +20,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-registry-plugin/dolphinscheduler-registry-zookeeper/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-registry-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-registry-plugin/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.dolphinscheduler</groupId>

2
dolphinscheduler-remote/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-server/pom.xml

@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-server</artifactId>
<name>dolphinscheduler-server</name>

2
dolphinscheduler-service/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-spi/pom.xml

@ -20,7 +20,7 @@
<parent>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>dolphinscheduler-spi</artifactId>
<name>${project.artifactId}</name>

2
dolphinscheduler-standalone-server/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-api/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-datax/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-flink/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-http/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-mr/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-pigeon/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-procedure/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-python/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-shell/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-spark/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dolphinscheduler-task-spark</artifactId>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-sql/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/dolphinscheduler-task-sqoop/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler-task-plugin</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-task-plugin/pom.xml

@ -19,7 +19,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
dolphinscheduler-ui/pom.xml

@ -20,7 +20,7 @@
<parent>
<artifactId>dolphinscheduler</artifactId>
<groupId>org.apache.dolphinscheduler</groupId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

4
pom.xml

@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler</artifactId>
<version>2.0.0</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<url>http://dolphinscheduler.apache.org</url>
@ -38,7 +38,7 @@
<connection>scm:git:https://github.com/apache/dolphinscheduler.git</connection>
<developerConnection>scm:git:https://github.com/apache/dolphinscheduler.git</developerConnection>
<url>https://github.com/apache/dolphinscheduler</url>
<tag>2.0.0</tag>
<tag>2.0.0-alpha</tag>
</scm>
<mailingLists>
<mailingList>

Loading…
Cancel
Save