From f9ef2955b589d7ab406fd2d128c3504f48f4885b Mon Sep 17 00:00:00 2001 From: wgzhao Date: Wed, 5 Feb 2025 14:54:40 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 4.2.3 --- common/pom.xml | 2 +- core/pom.xml | 2 +- lib/addax-rdbms/pom.xml | 2 +- lib/addax-storage/pom.xml | 2 +- lib/addax-transformer/pom.xml | 2 +- plugin/reader/accessreader/pom.xml | 2 +- plugin/reader/cassandrareader/pom.xml | 2 +- plugin/reader/clickhousereader/pom.xml | 2 +- plugin/reader/databendreader/pom.xml | 2 +- plugin/reader/datareader/pom.xml | 2 +- plugin/reader/dbfreader/pom.xml | 2 +- plugin/reader/elasticsearchreader/pom.xml | 2 +- plugin/reader/excelreader/pom.xml | 2 +- plugin/reader/ftpreader/pom.xml | 2 +- plugin/reader/hanareader/pom.xml | 2 +- plugin/reader/hbase11xreader/pom.xml | 2 +- plugin/reader/hbase11xsqlreader/pom.xml | 2 +- plugin/reader/hbase20xreader/pom.xml | 2 +- plugin/reader/hbase20xsqlreader/pom.xml | 2 +- plugin/reader/hdfsreader/pom.xml | 2 +- plugin/reader/hivereader/pom.xml | 2 +- plugin/reader/httpreader/pom.xml | 2 +- plugin/reader/influxdb2reader/pom.xml | 2 +- plugin/reader/influxdbreader/pom.xml | 2 +- plugin/reader/jsonfilereader/pom.xml | 2 +- plugin/reader/kafkareader/pom.xml | 2 +- plugin/reader/kudureader/pom.xml | 2 +- plugin/reader/mongodbreader/pom.xml | 2 +- plugin/reader/mysqlreader/pom.xml | 2 +- plugin/reader/oraclereader/pom.xml | 2 +- plugin/reader/postgresqlreader/pom.xml | 2 +- plugin/reader/rdbmsreader/pom.xml | 2 +- plugin/reader/redisreader/pom.xml | 2 +- plugin/reader/s3reader/pom.xml | 2 +- plugin/reader/sqlitereader/pom.xml | 2 +- plugin/reader/sqlserverreader/pom.xml | 2 +- plugin/reader/streamreader/pom.xml | 2 +- plugin/reader/sybasereader/pom.xml | 2 +- plugin/reader/tdenginereader/pom.xml | 2 +- plugin/reader/txtfilereader/pom.xml | 2 +- plugin/writer/accesswriter/pom.xml | 2 +- plugin/writer/cassandrawriter/pom.xml | 2 +- plugin/writer/clickhousewriter/pom.xml | 2 +- plugin/writer/databendwriter/pom.xml | 2 +- plugin/writer/dbfwriter/pom.xml | 2 +- plugin/writer/doriswriter/pom.xml | 2 +- plugin/writer/elasticsearchwriter/pom.xml | 2 +- plugin/writer/excelwriter/pom.xml | 2 +- plugin/writer/ftpwriter/pom.xml | 2 +- plugin/writer/greenplumwriter/pom.xml | 2 +- plugin/writer/hanawriter/pom.xml | 2 +- plugin/writer/hbase11xsqlwriter/pom.xml | 2 +- plugin/writer/hbase11xwriter/pom.xml | 2 +- plugin/writer/hbase20xsqlwriter/pom.xml | 2 +- plugin/writer/hdfswriter/pom.xml | 2 +- plugin/writer/influxdb2writer/pom.xml | 2 +- plugin/writer/influxdbwriter/pom.xml | 2 +- plugin/writer/kafkawriter/pom.xml | 2 +- plugin/writer/kuduwriter/pom.xml | 2 +- plugin/writer/mongodbwriter/pom.xml | 2 +- plugin/writer/mysqlwriter/pom.xml | 2 +- plugin/writer/oraclewriter/pom.xml | 2 +- plugin/writer/paimonwriter/pom.xml | 2 +- plugin/writer/postgresqlwriter/pom.xml | 2 +- plugin/writer/rdbmswriter/pom.xml | 2 +- plugin/writer/rediswriter/pom.xml | 2 +- plugin/writer/s3writer/pom.xml | 2 +- plugin/writer/sqlitewriter/pom.xml | 2 +- plugin/writer/sqlserverwriter/pom.xml | 2 +- plugin/writer/starrockswriter/pom.xml | 2 +- plugin/writer/streamwriter/pom.xml | 2 +- plugin/writer/sybasewriter/pom.xml | 2 +- plugin/writer/tdenginewriter/pom.xml | 2 +- plugin/writer/txtfilewriter/pom.xml | 2 +- pom.xml | 4 ++-- 75 files changed, 76 insertions(+), 76 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 867e8b47a..485ceb131 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 addax-common diff --git a/core/pom.xml b/core/pom.xml index 9fd793467..bf3e2b8d5 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 94dd11f6e..1e481ff7b 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index e8e1f25fb..532eb9053 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 7d995ad8d..c7c6b8ca1 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index eb54c34a6..ec7eab8ae 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index ee708f81b..3a0ec9966 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index e40ef210f..8fff35613 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 1ffe213ea..4a0a4ef34 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index a73871b51..165bbd464 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index fd13e3978..0ca542544 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index 37c3e3bf7..d9f6dfef8 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index e2b656b6d..677fcf6d8 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 37886c1d5..b99d6a853 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 31d31fcbb..c8245478b 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index 2965d6f97..56099ae60 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index 0a819bdd3..6f6c95f98 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 41cce76a5..1f884dee6 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 27b7fc584..ac37de101 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index a189bfe62..4528db686 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 76b8e06b4..00e2bc5d3 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 3001ed3bc..ecb657cf5 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index e05426398..37fd2bfb2 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 012182f50..c732ff67a 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 7a5a08977..00ccde893 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index 8b24c13ba..a8160494c 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index 89ee2fbcd..d9a8186b8 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index bf36e1e0d..09b37db2d 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 3272c943d..11ee63f9a 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 525bda776..d3a7858b2 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 3923cdeaf..1e3c0899f 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 21226f5e7..985069452 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 7b5becb35..fe30c1af4 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index 410a117ee..71627a400 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index d41500cdd..c0295854a 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index d1fa596bb..40932c13e 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index 6de3f57af..649114989 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index afd0b5d05..b914ad25b 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index 7f596bdd0..a7d6d64ce 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 060c2c406..fc710b5ee 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 595f570fe..33335b97b 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index e74de889b..8658bfc52 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index a4cdc7644..64f73664e 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index d0b69419e..cc53fde4f 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index f5e16621e..dcb6f5935 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index 67e54e1df..d0a8393c8 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index 03c6b076a..115de928b 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index dc1db1cf4..961b0ed98 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 37c884b70..e539f4232 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index 0ed6e2969..f66b916b9 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index ac3f32c51..e7de61fb4 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index b7193a405..92a9db9e4 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index 1925fcbeb..3925f6755 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 7d66bb866..1e2f0f3c4 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index 5761c0756..758ba4bec 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index a1f76b85b..9dbb67ef1 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index 17f3defe0..288524ded 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 37938d0d4..287d9ba66 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 2bbc10d82..a1b14fb86 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index 9bbcb28a4..9bf63bf5b 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index c0291e886..cc794c5ed 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index 9f9c8979c..e8914ca79 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/paimonwriter/pom.xml b/plugin/writer/paimonwriter/pom.xml index 3aa053801..d2f2ad26d 100644 --- a/plugin/writer/paimonwriter/pom.xml +++ b/plugin/writer/paimonwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index b4b822922..58f79ffd8 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 8e7fff12a..9f29104c7 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index f4e4a34cf..fb6bb5743 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index e598cb8d2..103249284 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index c4021b90d..d51cd99ca 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 2e24ace88..f0341f496 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index db858fc6f..a10fe35d9 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index dfb2a7f89..4cb618048 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index f2b362e32..8558e5379 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 2a92a0748..5a2e0b449 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 2ed812d9b..fe5ec1bde 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 ../../../pom.xml diff --git a/pom.xml b/pom.xml index 9acba56ae..5f5fb8aa9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.3-SNAPSHOT + 4.2.3 addax-all Addax generic ETL tool @@ -23,7 +23,7 @@ scm:git:https://github.com/wgzhao/addax.git scm:git:git@github.com:wgzhao/addax.git https://github.com/wgzhao/addax - HEAD + 4.2.3