From 63e27d9341cc172008519a2936d9ca7f5e63b7c8 Mon Sep 17 00:00:00 2001 From: gaojun Date: Tue, 10 Oct 2023 11:02:02 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 1.0.0 --- pom.xml | 7 +++---- seatunnel-datasource/pom.xml | 5 ++--- .../seatunnel-datasource-client/pom.xml | 9 ++++++--- .../datasource-all/pom.xml | 9 ++++++--- .../datasource-elasticsearch/pom.xml | 9 ++++++--- .../datasource-hive/pom.xml | 9 ++++++--- .../datasource-jdbc-clickhouse/pom.xml | 9 ++++++--- .../datasource-jdbc-hive/pom.xml | 9 ++++++--- .../datasource-jdbc-mysql/pom.xml | 9 ++++++--- .../datasource-jdbc-oracle/pom.xml | 9 ++++++--- .../datasource-jdbc-postgresql/pom.xml | 9 ++++++--- .../datasource-jdbc-redshift/pom.xml | 9 ++++++--- .../datasource-jdbc-sqlserver/pom.xml | 9 ++++++--- .../datasource-jdbc-starrocks/pom.xml | 9 ++++++--- .../datasource-jdbc-tidb/pom.xml | 11 +++++++---- .../datasource-kafka/pom.xml | 9 ++++++--- .../datasource-mysql-cdc/pom.xml | 9 ++++++--- .../datasource-plugins-api/pom.xml | 9 ++++++--- .../datasource-s3/pom.xml | 9 ++++++--- .../datasource-sqlserver-cdc/pom.xml | 9 ++++++--- .../datasource-starrocks/pom.xml | 9 ++++++--- .../seatunnel-datasource-plugins/pom.xml | 9 ++++++--- seatunnel-server/pom.xml | 5 ++--- seatunnel-server/seatunnel-app/pom.xml | 9 ++++++--- seatunnel-server/seatunnel-dynamicform/pom.xml | 9 ++++++--- seatunnel-server/seatunnel-server-common/pom.xml | 9 ++++++--- seatunnel-web-dist/pom.xml | 5 ++--- 27 files changed, 148 insertions(+), 83 deletions(-) diff --git a/pom.xml b/pom.xml index 0b1b99b5f..1212466e3 100644 --- a/pom.xml +++ b/pom.xml @@ -13,8 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -25,7 +24,7 @@ org.apache.seatunnel seatunnel-web - ${revision} + 1.0.0 pom SeaTunnel @@ -1576,7 +1575,7 @@ scm:git:https://github.com/apache/seatunnel-web.git scm:git:https://github.com/apache/seatunnel-web.git https://github.com/apache/seatunnel-web - HEAD + 1.0.0 diff --git a/seatunnel-datasource/pom.xml b/seatunnel-datasource/pom.xml index a6fcbc7a5..bdec168b9 100644 --- a/seatunnel-datasource/pom.xml +++ b/seatunnel-datasource/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-web - ${revision} + 1.0.0 seatunnel-datasource diff --git a/seatunnel-datasource/seatunnel-datasource-client/pom.xml b/seatunnel-datasource/seatunnel-datasource-client/pom.xml index e697c6777..49303b6de 100644 --- a/seatunnel-datasource/seatunnel-datasource-client/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-client/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource - ${revision} + 1.0.0 seatunnel-datasource-client @@ -68,4 +67,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml index dce3bcb97..4367373f9 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-all/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-all @@ -99,4 +98,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml index 61b995fde..e0a945ddd 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-elasticsearch/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-elasticsearch @@ -79,4 +78,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml index 672885cc9..40e3c8519 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-hive/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-hive @@ -111,4 +110,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml index 31f722bd5..77e4b92c7 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-clickhouse/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-clickhouse @@ -76,4 +75,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml index f24fdb7c3..559e3e211 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-hive/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-hive @@ -51,4 +50,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml index 8a1e0b6a7..8a39904cd 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-mysql/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-mysql @@ -78,4 +77,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml index 287b8f75c..26811bc1b 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-oracle/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-oracle @@ -77,4 +76,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml index 27471250a..628f00ee7 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-postgresql/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-postgresql @@ -77,4 +76,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml index 7f48dca45..5e5b223c5 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-redshift/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-redshift @@ -77,4 +76,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml index 6ce0dd22c..83face385 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-sqlserver/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-sqlserver @@ -77,4 +76,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml index 8252514f0..3dcdee693 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-starrocks/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-starrocks @@ -59,4 +58,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml index 477fad2ef..8fcd99722 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-jdbc-tidb/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-jdbc-tidb @@ -32,7 +31,7 @@ org.apache.seatunnel datasource-plugins-api - 1.0.0-SNAPSHOT + 1.0.0 provided @@ -77,4 +76,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml index 8980db55d..601ae8c18 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-kafka/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-kafka @@ -80,4 +79,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml index 885b5bdf7..210c5f4b0 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-mysql-cdc/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-mysql-cdc @@ -81,4 +80,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml index 7bdd419df..dc1289536 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-plugins-api/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-plugins-api @@ -34,4 +33,8 @@ auto-service + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml index 047fbb74f..2f41a3b79 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-s3/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-s3 @@ -63,4 +62,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml index 45f724e86..e2ef116f6 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-sqlserver-cdc/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-sqlserver-cdc @@ -71,4 +70,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml index 14ac1a851..53954153d 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/datasource-starrocks/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource-plugins - ${revision} + 1.0.0 datasource-starrocks @@ -75,4 +74,8 @@ + + + 1.0.0 + diff --git a/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml b/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml index 5f2296bb3..4b2004e65 100644 --- a/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml +++ b/seatunnel-datasource/seatunnel-datasource-plugins/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-datasource - ${revision} + 1.0.0 seatunnel-datasource-plugins @@ -46,4 +45,8 @@ datasource-jdbc-tidb + + + 1.0.0 + diff --git a/seatunnel-server/pom.xml b/seatunnel-server/pom.xml index fd3454344..f7c820af6 100644 --- a/seatunnel-server/pom.xml +++ b/seatunnel-server/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-web - ${revision} + 1.0.0 seatunnel-server diff --git a/seatunnel-server/seatunnel-app/pom.xml b/seatunnel-server/seatunnel-app/pom.xml index 24c2a44fe..2e7908b90 100644 --- a/seatunnel-server/seatunnel-app/pom.xml +++ b/seatunnel-server/seatunnel-app/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-server - ${revision} + 1.0.0 seatunnel-app @@ -533,4 +532,8 @@ + + + 1.0.0 + diff --git a/seatunnel-server/seatunnel-dynamicform/pom.xml b/seatunnel-server/seatunnel-dynamicform/pom.xml index 1f414a7dc..afe2fc447 100644 --- a/seatunnel-server/seatunnel-dynamicform/pom.xml +++ b/seatunnel-server/seatunnel-dynamicform/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-server - ${revision} + 1.0.0 seatunnel-dynamicform @@ -44,4 +43,8 @@ optional + + + 1.0.0 + diff --git a/seatunnel-server/seatunnel-server-common/pom.xml b/seatunnel-server/seatunnel-server-common/pom.xml index cdbd95c81..140a405f1 100644 --- a/seatunnel-server/seatunnel-server-common/pom.xml +++ b/seatunnel-server/seatunnel-server-common/pom.xml @@ -13,13 +13,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-server - ${revision} + 1.0.0 seatunnel-server-common @@ -36,4 +35,8 @@ optional + + + 1.0.0 + diff --git a/seatunnel-web-dist/pom.xml b/seatunnel-web-dist/pom.xml index 6c945676f..63f30db1b 100644 --- a/seatunnel-web-dist/pom.xml +++ b/seatunnel-web-dist/pom.xml @@ -17,13 +17,12 @@ limitations under the License. --> - + 4.0.0 org.apache.seatunnel seatunnel-web - ${revision} + 1.0.0 seatunnel-web-dist