From e166028a7071d9033182bcff1fb090ba04c6561a Mon Sep 17 00:00:00 2001 From: kirs Date: Thu, 10 Mar 2022 21:59:30 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 2.1.0 --- pom.xml | 11 ++++------- seatunnel-apis/pom.xml | 6 ++---- seatunnel-apis/seatunnel-api-base/pom.xml | 10 ++++++---- seatunnel-apis/seatunnel-api-flink/pom.xml | 10 ++++++---- seatunnel-apis/seatunnel-api-spark/pom.xml | 10 ++++++---- seatunnel-common/pom.xml | 6 ++---- seatunnel-config/pom.xml | 5 ++--- seatunnel-config/seatunnel-config-base/pom.xml | 16 ++++++++-------- seatunnel-config/seatunnel-config-shade/pom.xml | 9 ++++++--- seatunnel-connectors/pom.xml | 6 ++---- .../seatunnel-connectors-flink/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-console/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-doris/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-druid/pom.xml | 10 ++++++---- .../pom.xml | 10 ++++++---- .../seatunnel-connector-flink-fake/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-file/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-influxdb/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-jdbc/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-kafka/pom.xml | 10 ++++++---- .../seatunnel-connector-flink-socket/pom.xml | 10 ++++++---- .../seatunnel-connectors-spark/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-clickhouse/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-console/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-doris/pom.xml | 10 ++++++---- .../pom.xml | 10 ++++++---- .../seatunnel-connector-spark-email/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-fake/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-file/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-hbase/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-hive/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-hudi/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-iceberg/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-jdbc/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-kafka/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-kudu/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-mongodb/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-neo4j/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-phoenix/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-redis/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-socket/pom.xml | 10 ++++++---- .../seatunnel-connector-spark-tidb/pom.xml | 10 ++++++---- seatunnel-core/pom.xml | 6 ++---- seatunnel-core/seatunnel-core-base/pom.xml | 10 ++++++---- seatunnel-core/seatunnel-core-flink/pom.xml | 10 ++++++---- seatunnel-core/seatunnel-core-spark/pom.xml | 10 ++++++---- seatunnel-core/seatunnel-core-sql/pom.xml | 10 ++++++---- seatunnel-dist/pom.xml | 6 ++---- seatunnel-examples/pom.xml | 6 ++---- .../seatunnel-flink-examples/pom.xml | 10 ++++++---- .../seatunnel-spark-examples/pom.xml | 10 ++++++---- .../seatunnel-sql-examples/pom.xml | 10 ++++++---- seatunnel-transforms/pom.xml | 6 ++---- .../seatunnel-transforms-flink/pom.xml | 10 ++++++---- .../pom.xml | 10 ++++++---- .../seatunnel-transform-flink-split/pom.xml | 10 ++++++---- .../seatunnel-transform-flink-sql/pom.xml | 10 ++++++---- .../pom.xml | 10 ++++++---- .../seatunnel-transforms-spark/pom.xml | 10 ++++++---- .../seatunnel-transform-spark-json/pom.xml | 10 ++++++---- .../seatunnel-transform-spark-split/pom.xml | 10 ++++++---- .../seatunnel-transform-spark-sql/pom.xml | 10 ++++++---- 62 files changed, 340 insertions(+), 253 deletions(-) diff --git a/pom.xml b/pom.xml index c154c98cf97..e060a314d03 100644 --- a/pom.xml +++ b/pom.xml @@ -13,9 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -27,7 +25,7 @@ org.apache.seatunnel seatunnel pom - 2.0.5-SNAPSHOT + 2.1.0 SeaTunnel @@ -48,7 +46,7 @@ scm:git:https://github.com/apache/incubator-seatunnel.git scm:git:https://github.com/apache/incubator-seatunnel.git https://github.com/apache/incubator-seatunnel - HEAD + 2.1.0 @@ -620,8 +618,7 @@ - + diff --git a/seatunnel-apis/pom.xml b/seatunnel-apis/pom.xml index 5be54a31d69..a12df4c54e8 100644 --- a/seatunnel-apis/pom.xml +++ b/seatunnel-apis/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 seatunnel-apis diff --git a/seatunnel-apis/seatunnel-api-base/pom.xml b/seatunnel-apis/seatunnel-api-base/pom.xml index 8598ef6f35d..31e25580afd 100644 --- a/seatunnel-apis/seatunnel-api-base/pom.xml +++ b/seatunnel-apis/seatunnel-api-base/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-apis - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -43,4 +41,8 @@ + + + 2.1.0 + diff --git a/seatunnel-apis/seatunnel-api-flink/pom.xml b/seatunnel-apis/seatunnel-api-flink/pom.xml index 2ec983ddc2b..443df22799f 100644 --- a/seatunnel-apis/seatunnel-api-flink/pom.xml +++ b/seatunnel-apis/seatunnel-api-flink/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-apis - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -90,4 +88,8 @@ + + + 2.1.0 + diff --git a/seatunnel-apis/seatunnel-api-spark/pom.xml b/seatunnel-apis/seatunnel-api-spark/pom.xml index 195af82a514..ccb6fbd6df4 100644 --- a/seatunnel-apis/seatunnel-api-spark/pom.xml +++ b/seatunnel-apis/seatunnel-api-spark/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-apis - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -55,4 +53,8 @@ + + + 2.1.0 + diff --git a/seatunnel-common/pom.xml b/seatunnel-common/pom.xml index 7a3783d3aa7..adcc7f11873 100644 --- a/seatunnel-common/pom.xml +++ b/seatunnel-common/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 seatunnel-common diff --git a/seatunnel-config/pom.xml b/seatunnel-config/pom.xml index b6fd1b1da4a..7bf3bc4576a 100644 --- a/seatunnel-config/pom.xml +++ b/seatunnel-config/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 seatunnel-config diff --git a/seatunnel-config/seatunnel-config-base/pom.xml b/seatunnel-config/seatunnel-config-base/pom.xml index 8d1a8b7d687..7c5a202f043 100644 --- a/seatunnel-config/seatunnel-config-base/pom.xml +++ b/seatunnel-config/seatunnel-config-base/pom.xml @@ -17,14 +17,12 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-config - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml seatunnel-config-base @@ -90,10 +88,8 @@ - - + + @@ -131,4 +127,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-config/seatunnel-config-shade/pom.xml b/seatunnel-config/seatunnel-config-shade/pom.xml index c9d915941b4..0fca1f21438 100644 --- a/seatunnel-config/seatunnel-config-shade/pom.xml +++ b/seatunnel-config/seatunnel-config-shade/pom.xml @@ -17,12 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-config - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -79,4 +78,8 @@ + + + 2.1.0 + diff --git a/seatunnel-connectors/pom.xml b/seatunnel-connectors/pom.xml index 43988c9d514..3c9d2dcf8f0 100644 --- a/seatunnel-connectors/pom.xml +++ b/seatunnel-connectors/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 diff --git a/seatunnel-connectors/seatunnel-connectors-flink/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/pom.xml index f14c6952b38..7573dc1fa0b 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -43,4 +41,8 @@ seatunnel-connector-flink-influxdb + + + 2.1.0 + diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-console/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-console/pom.xml index 79ac97280ec..f42c31cac48 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-console/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-console/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -52,4 +50,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-doris/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-doris/pom.xml index 1e073f37c68..7dc50696717 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-doris/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-doris/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -56,4 +54,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/pom.xml index 28c11f95dc7..30ef6db41ca 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-druid/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -49,4 +47,8 @@ calcite-druid + + + 2.1.0 + diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-elasticsearch/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-elasticsearch/pom.xml index bf38d4c8a15..9c35280bb2b 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-elasticsearch/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-elasticsearch/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -59,4 +57,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-fake/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-fake/pom.xml index f89d109dff8..8d3bb4caf49 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-fake/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-fake/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-file/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-file/pom.xml index 392365e8a06..b25d8af758e 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-file/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-file/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -71,4 +69,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-influxdb/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-influxdb/pom.xml index 53db7585bb6..09fc102764e 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-influxdb/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-influxdb/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -45,4 +43,8 @@ influxdb-java + + + 2.1.0 + diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-jdbc/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-jdbc/pom.xml index b5047744e72..1725c551478 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-jdbc/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-jdbc/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -61,4 +59,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/pom.xml index 8b502d2763f..1c9641e7f15 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-kafka/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-socket/pom.xml b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-socket/pom.xml index 7ae755368a5..d407e952c26 100644 --- a/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-socket/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-flink/seatunnel-connector-flink-socket/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/pom.xml index 80306a044e6..3a4080a2de4 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -53,4 +51,8 @@ seatunnel-connector-spark-iceberg + + + 2.1.0 + diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml index cf2281d20fe..f97e1318ff0 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-clickhouse/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -52,4 +50,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-console/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-console/pom.xml index c25da601e9f..bef2807214a 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-console/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-console/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -48,4 +46,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-doris/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-doris/pom.xml index 8711213f66f..8c60d557f2f 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-doris/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-doris/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -68,4 +66,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-elasticsearch/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-elasticsearch/pom.xml index ffff2aa91cf..0c209d3ba0c 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-elasticsearch/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-elasticsearch/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-email/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-email/pom.xml index fb9c9208d78..4a77756a0a8 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-email/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-email/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -55,4 +53,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-fake/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-fake/pom.xml index ddd99895f35..855bd9e4b3a 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-fake/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-fake/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -53,4 +51,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-file/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-file/pom.xml index 15b9904b9a8..45e7763787e 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-file/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-file/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -48,4 +46,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml index f51dd8eed8e..60c709af760 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hbase/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -68,4 +66,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hive/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hive/pom.xml index b46c53a3efb..832fb42b400 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hive/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hive/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -48,4 +46,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hudi/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hudi/pom.xml index 2a4e7d3f781..55c8e12bda6 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hudi/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-hudi/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -53,4 +51,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-iceberg/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-iceberg/pom.xml index cb1853113a0..90f60029059 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-iceberg/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-iceberg/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-jdbc/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-jdbc/pom.xml index f8997b071ba..d8ce0795340 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-jdbc/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-jdbc/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kafka/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kafka/pom.xml index f6c5cd79f9a..883122d4683 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kafka/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kafka/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kudu/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kudu/pom.xml index 83e41c0833e..4c549576ba8 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kudu/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-kudu/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-mongodb/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-mongodb/pom.xml index 1e04e097d98..54b7a35cb14 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-mongodb/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-mongodb/pom.xml @@ -13,13 +13,11 @@ See the License for the specific language governing permissions and limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -48,4 +46,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-neo4j/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-neo4j/pom.xml index 0b3df7a6d4d..a4e4581e81c 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-neo4j/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-neo4j/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -59,4 +57,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-phoenix/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-phoenix/pom.xml index c6cd464d321..3970ea4a6e1 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-phoenix/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-phoenix/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-redis/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-redis/pom.xml index 8ea183a8f1e..d152a8c007e 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-redis/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-redis/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -58,4 +56,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-socket/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-socket/pom.xml index bfb01c85be0..7eb0f6339be 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-socket/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-socket/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -53,4 +51,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-tidb/pom.xml b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-tidb/pom.xml index 38d96874623..fb632267997 100644 --- a/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-tidb/pom.xml +++ b/seatunnel-connectors/seatunnel-connectors-spark/seatunnel-connector-spark-tidb/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-connectors-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -64,4 +62,8 @@ + + + 2.1.0 + diff --git a/seatunnel-core/pom.xml b/seatunnel-core/pom.xml index bd1f846271d..84405d32c6d 100644 --- a/seatunnel-core/pom.xml +++ b/seatunnel-core/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 diff --git a/seatunnel-core/seatunnel-core-base/pom.xml b/seatunnel-core/seatunnel-core-base/pom.xml index 1f6441f6a0e..132c7b65e37 100644 --- a/seatunnel-core/seatunnel-core-base/pom.xml +++ b/seatunnel-core/seatunnel-core-base/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-core - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -55,4 +53,8 @@ + + + 2.1.0 + diff --git a/seatunnel-core/seatunnel-core-flink/pom.xml b/seatunnel-core/seatunnel-core-flink/pom.xml index bbb819a7a7e..f1df92e12bf 100644 --- a/seatunnel-core/seatunnel-core-flink/pom.xml +++ b/seatunnel-core/seatunnel-core-flink/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-core - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml @@ -200,4 +198,8 @@ + + + 2.1.0 + diff --git a/seatunnel-core/seatunnel-core-spark/pom.xml b/seatunnel-core/seatunnel-core-spark/pom.xml index c2e73cab93a..436963bccef 100644 --- a/seatunnel-core/seatunnel-core-spark/pom.xml +++ b/seatunnel-core/seatunnel-core-spark/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-core - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -263,4 +261,8 @@ + + + 2.1.0 + diff --git a/seatunnel-core/seatunnel-core-sql/pom.xml b/seatunnel-core/seatunnel-core-sql/pom.xml index 3ae7a66eed6..379d4aa0539 100644 --- a/seatunnel-core/seatunnel-core-sql/pom.xml +++ b/seatunnel-core/seatunnel-core-sql/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-core - 2.0.5-SNAPSHOT + 2.1.0 ../pom.xml 4.0.0 @@ -61,4 +59,8 @@ junit + + + 2.1.0 + diff --git a/seatunnel-dist/pom.xml b/seatunnel-dist/pom.xml index d83f13ba814..50ee8b81480 100644 --- a/seatunnel-dist/pom.xml +++ b/seatunnel-dist/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 diff --git a/seatunnel-examples/pom.xml b/seatunnel-examples/pom.xml index c4f9e65f2d2..fc9d4782d8d 100644 --- a/seatunnel-examples/pom.xml +++ b/seatunnel-examples/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + seatunnel org.apache.seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 diff --git a/seatunnel-examples/seatunnel-flink-examples/pom.xml b/seatunnel-examples/seatunnel-flink-examples/pom.xml index b3cba8e4e83..54262758f2d 100644 --- a/seatunnel-examples/seatunnel-flink-examples/pom.xml +++ b/seatunnel-examples/seatunnel-flink-examples/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + seatunnel-examples org.apache.seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -70,4 +68,8 @@ + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-examples/seatunnel-spark-examples/pom.xml b/seatunnel-examples/seatunnel-spark-examples/pom.xml index e6b2b309660..146150e9eac 100644 --- a/seatunnel-examples/seatunnel-spark-examples/pom.xml +++ b/seatunnel-examples/seatunnel-spark-examples/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + seatunnel-examples org.apache.seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -71,4 +69,8 @@ 1.3.0 + + + 2.1.0 + \ No newline at end of file diff --git a/seatunnel-examples/seatunnel-sql-examples/pom.xml b/seatunnel-examples/seatunnel-sql-examples/pom.xml index 48609bda8af..f91999f8df4 100644 --- a/seatunnel-examples/seatunnel-sql-examples/pom.xml +++ b/seatunnel-examples/seatunnel-sql-examples/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + seatunnel-examples org.apache.seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -92,4 +90,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/pom.xml b/seatunnel-transforms/pom.xml index d80c6561cd9..99324e1619d 100644 --- a/seatunnel-transforms/pom.xml +++ b/seatunnel-transforms/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 diff --git a/seatunnel-transforms/seatunnel-transforms-flink/pom.xml b/seatunnel-transforms/seatunnel-transforms-flink/pom.xml index 7fec044f27b..d386e03bc4f 100644 --- a/seatunnel-transforms/seatunnel-transforms-flink/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-flink/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -37,4 +35,8 @@ seatunnel-transform-flink-split + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-datastream2table/pom.xml b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-datastream2table/pom.xml index c1c9b13fe85..e4547f66891 100644 --- a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-datastream2table/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-datastream2table/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-split/pom.xml b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-split/pom.xml index 9f016c2045c..d61f7f5b39f 100644 --- a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-split/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-split/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/pom.xml b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/pom.xml index 5e85fcabecf..bfd01fa5533 100644 --- a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-sql/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-table2datastream/pom.xml b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-table2datastream/pom.xml index f2063c84411..3bd9cc8244c 100644 --- a/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-table2datastream/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-flink/seatunnel-transform-flink-table2datastream/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-flink - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -51,4 +49,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-spark/pom.xml b/seatunnel-transforms/seatunnel-transforms-spark/pom.xml index ccc1f16a716..bd13ab70903 100644 --- a/seatunnel-transforms/seatunnel-transforms-spark/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-spark/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -36,4 +34,8 @@ seatunnel-transform-spark-sql + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-json/pom.xml b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-json/pom.xml index 34398dea893..2a400d1e994 100644 --- a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-json/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-json/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -49,4 +47,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-split/pom.xml b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-split/pom.xml index 71a1517031b..6a0c108f416 100644 --- a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-split/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-split/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -48,4 +46,8 @@ + + + 2.1.0 + diff --git a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-sql/pom.xml b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-sql/pom.xml index 88d61a202de..167055c2f5a 100644 --- a/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-sql/pom.xml +++ b/seatunnel-transforms/seatunnel-transforms-spark/seatunnel-transform-spark-sql/pom.xml @@ -17,13 +17,11 @@ limitations under the License. --> - + org.apache.seatunnel seatunnel-transforms-spark - 2.0.5-SNAPSHOT + 2.1.0 4.0.0 @@ -49,4 +47,8 @@ + + + 2.1.0 +