From a9f06a9e5c3cdecddb84ccee6728b7bf0daf4b2d Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 11 Oct 2024 11:28:38 +0800 Subject: [PATCH 1/3] [maven-release-plugin] prepare release 4.2.0 --- 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/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 ++-- 74 files changed, 75 insertions(+), 75 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index b4c054c7a..3cc50ad35 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 addax-common diff --git a/core/pom.xml b/core/pom.xml index 48a5c3dfb..e068ff396 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index bed814f98..115d0dc34 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index 6e99a1e07..e92f78220 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index efc9524d5..9e2f49b92 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index d5a9e2b6e..180335c12 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 349cf3e5e..257de3c7b 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index b7d15435c..a95fe2e48 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 15b3aebff..ff3fc2e18 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index 9953330e4..773aea549 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 8dfa9ed8a..7a944930c 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index 27ff1c616..bba62bfe9 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index 9afa03cfc..25cf7c17f 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 263bdf76b..13fd8c277 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 72c5e38fe..21395b800 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index 482f0ed40..8cc2d03c8 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index 7ff4c536d..2e501f263 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 0bd704164..47080f6f3 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 7c42cb497..f253c228f 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index 5f92de9e9..35fba81dc 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 2cdfa0b4b..b4fc50d6d 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index e2a1a7b5a..981a2399d 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index ef4bd9952..f491e6ffb 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index da881a5b9..67457f15e 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 6a11905fe..2bd2c752f 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index 57eb56f9c..9c840daa5 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index d7530afe5..98a155611 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index f3ddcfdfb..19cdfb071 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index f9af08685..39fcaad77 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 47bfdd52b..427e15cc8 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index d673dd58a..7a2f74917 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 3dbf19fa6..3b6702fc2 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index d9e145bca..690ba6efe 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index 17129db75..f85a312ce 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index 1a4ba9b06..f8434ca44 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index 3119eb731..d3a9bb5c4 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index f033f907a..cd6887bd2 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index fa62293dd..6f6429d0a 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index b8607a677..1c22e3349 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 64045bfc8..b3fcdef90 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 9a109a689..91760c765 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index 213b86320..cdb19e99b 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index cc12852a1..5bd589fb7 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index 6e063706e..b47cccc0e 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 40f6bb50e..e48f5b332 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index b36beb6b8..ffb8b7c8c 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index 81215a455..c27db5bb0 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index e3caa2da9..d2c33866e 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 13f624b1a..52ef2c893 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index d42af2eb4..6d91c62ef 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index 97479e881..f878a6c33 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index a85693bbf..a3774845e 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index 4f1c2337a..00fc21561 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 93382f8d7..79c51b474 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index 0c7733121..7b0350ae2 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index 2b49104f2..e0c2fa54a 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index c89a0896e..669ad8caa 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 99f5a5edf..550d63d79 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 4cbdb6121..f9ecb782d 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index 8761c2d24..dcd3211bf 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 1f229a5f5..1c6251cae 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index fb776f2d2..ce2024586 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index cb8229e54..47741f1f3 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 029d80700..fd958113b 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index 7c2a246d4..b79a89f57 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index 54981951f..8a1e873ae 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index 3730a7fcc..24bebcbc1 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 9bc3f523e..3864492cb 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index 05515b57f..59e7aabb2 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 593822ecf..18e5c0dc3 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index bdaa942e4..79e959475 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 15ff9d0dd..cf1915f74 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 35936fb6b..9cd699ccf 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 ../../../pom.xml diff --git a/pom.xml b/pom.xml index 5b5da3096..7b7f1e3f2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.9-SNAPSHOT + 4.2.0 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.0 From 1358d1ba1657a9ca39fc395a01489d9a0b0a4109 Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 11 Oct 2024 11:28:46 +0800 Subject: [PATCH 2/3] [maven-release-plugin] prepare for next development iteration --- 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/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 ++-- 74 files changed, 75 insertions(+), 75 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 3cc50ad35..98792807a 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT addax-common diff --git a/core/pom.xml b/core/pom.xml index e068ff396..49c8f556e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 115d0dc34..a09ea062d 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index e92f78220..d7ab97ead 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 9e2f49b92..c0b19657d 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index 180335c12..0f42d1610 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 257de3c7b..7feb77d29 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index a95fe2e48..1ded655cb 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index ff3fc2e18..786aa1cae 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index 773aea549..3a8eb4bae 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 7a944930c..21d59c45b 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index bba62bfe9..e61a25ccd 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index 25cf7c17f..0b3ee309a 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 13fd8c277..8fe47b0be 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 21395b800..8709ccea6 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index 8cc2d03c8..f8608292f 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index 2e501f263..e2d2c8131 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 47080f6f3..1db8c29d5 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index f253c228f..144b8321d 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index 35fba81dc..e912693a9 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index b4fc50d6d..3a82c59b2 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 981a2399d..85cb8ebd8 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index f491e6ffb..b528f7fe9 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 67457f15e..15c0e20da 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 2bd2c752f..ea6db8eed 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index 9c840daa5..86d27568c 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index 98a155611..e525a45dc 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 19cdfb071..667e25da8 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 39fcaad77..1b15b9fe0 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 427e15cc8..1c3c66a83 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 7a2f74917..37c91ab41 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 3b6702fc2..0bfe11a92 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 690ba6efe..8496e5af1 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index f85a312ce..cab98f63e 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index f8434ca44..842619967 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index d3a9bb5c4..095252cbc 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index cd6887bd2..358cdd6ff 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index 6f6429d0a..186dbbb9a 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index 1c22e3349..fc4c3f7bd 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index b3fcdef90..475fa2cf1 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 91760c765..67d47fcca 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index cdb19e99b..8ab8ee560 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index 5bd589fb7..b6054232d 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index b47cccc0e..94118e054 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index e48f5b332..6b6c4c77a 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index ffb8b7c8c..e88d00e1e 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index c27db5bb0..13508e829 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index d2c33866e..40b9b8271 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 52ef2c893..9138eee81 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index 6d91c62ef..f93fc4989 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index f878a6c33..bfab42865 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index a3774845e..5a486386d 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index 00fc21561..bb4733216 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 79c51b474..0c37396cc 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index 7b0350ae2..cfc715318 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index e0c2fa54a..ee19164cd 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index 669ad8caa..d03176f81 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 550d63d79..58a778e63 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index f9ecb782d..7d7aa8e72 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index dcd3211bf..d83e93184 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 1c6251cae..8687d061f 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index ce2024586..a1e5b8597 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index 47741f1f3..e0f75f914 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index fd958113b..1cf9920c3 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index b79a89f57..1758dd39f 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index 8a1e873ae..bb4ee55dd 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index 24bebcbc1..a413b81b5 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 3864492cb..524348404 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index 59e7aabb2..bd166a6a5 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 18e5c0dc3..04ec975fa 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index 79e959475..f4c1685fc 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index cf1915f74..553f3aaaa 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 9cd699ccf..56c2e2cc6 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 7b7f1e3f2..3a12cf665 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.0 + 4.2.1-SNAPSHOT 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 - 4.2.0 + HEAD From 793710e3d3e56d54ddd22e02a127fa43649ab130 Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 11 Oct 2024 13:56:22 +0800 Subject: [PATCH 3/3] [maven-release-plugin] rollback the release of 4.2.0 --- 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/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 | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 98792807a..b4c054c7a 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT addax-common diff --git a/core/pom.xml b/core/pom.xml index 49c8f556e..48a5c3dfb 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index a09ea062d..bed814f98 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index d7ab97ead..6e99a1e07 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index c0b19657d..efc9524d5 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index 0f42d1610..d5a9e2b6e 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 7feb77d29..349cf3e5e 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index 1ded655cb..b7d15435c 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 786aa1cae..15b3aebff 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index 3a8eb4bae..9953330e4 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 21d59c45b..8dfa9ed8a 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index e61a25ccd..27ff1c616 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index 0b3ee309a..9afa03cfc 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 8fe47b0be..263bdf76b 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 8709ccea6..72c5e38fe 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index f8608292f..482f0ed40 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index e2d2c8131..7ff4c536d 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 1db8c29d5..0bd704164 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 144b8321d..7c42cb497 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index e912693a9..5f92de9e9 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 3a82c59b2..2cdfa0b4b 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 85cb8ebd8..e2a1a7b5a 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index b528f7fe9..ef4bd9952 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 15c0e20da..da881a5b9 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index ea6db8eed..6a11905fe 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index 86d27568c..57eb56f9c 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index e525a45dc..d7530afe5 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 667e25da8..f3ddcfdfb 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 1b15b9fe0..f9af08685 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 1c3c66a83..47bfdd52b 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 37c91ab41..d673dd58a 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 0bfe11a92..3dbf19fa6 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 8496e5af1..d9e145bca 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index cab98f63e..17129db75 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index 842619967..1a4ba9b06 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index 095252cbc..3119eb731 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index 358cdd6ff..f033f907a 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index 186dbbb9a..fa62293dd 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index fc4c3f7bd..b8607a677 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 475fa2cf1..64045bfc8 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 67d47fcca..9a109a689 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index 8ab8ee560..213b86320 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index b6054232d..cc12852a1 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index 94118e054..6e063706e 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 6b6c4c77a..40f6bb50e 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index e88d00e1e..b36beb6b8 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index 13508e829..81215a455 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index 40b9b8271..e3caa2da9 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 9138eee81..13f624b1a 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index f93fc4989..d42af2eb4 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index bfab42865..97479e881 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index 5a486386d..a85693bbf 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index bb4733216..4f1c2337a 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 0c37396cc..93382f8d7 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index cfc715318..0c7733121 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index ee19164cd..2b49104f2 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index d03176f81..c89a0896e 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 58a778e63..99f5a5edf 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 7d7aa8e72..4cbdb6121 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index d83e93184..8761c2d24 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 8687d061f..1f229a5f5 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index a1e5b8597..fb776f2d2 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index e0f75f914..cb8229e54 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 1cf9920c3..029d80700 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index 1758dd39f..7c2a246d4 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index bb4ee55dd..54981951f 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index a413b81b5..3730a7fcc 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 524348404..9bc3f523e 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index bd166a6a5..05515b57f 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 04ec975fa..593822ecf 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index f4c1685fc..bdaa942e4 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 553f3aaaa..15ff9d0dd 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 56c2e2cc6..35936fb6b 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 3a12cf665..5b5da3096 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.1.9-SNAPSHOT addax-all Addax generic ETL tool