From 5508840f6a54eb3c067503c8a4e63069ada9afcf Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 25 Oct 2024 14:45:11 +0800 Subject: [PATCH 1/3] [maven-release-plugin] prepare release 4.2.1 --- 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 98792807a..b802d8e1f 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.2.1 addax-common diff --git a/core/pom.xml b/core/pom.xml index 49c8f556e..5b963636a 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.2.1 addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index a09ea062d..74ef980a2 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.2.1 ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index d7ab97ead..1eb15e3e5 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.2.1 ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index c0b19657d..4532297d4 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.2.1 ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index 0f42d1610..9e0a7c868 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.2.1 ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 7feb77d29..cb4d96e92 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.2.1 ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index 1ded655cb..71ec136ac 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.2.1 ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 786aa1cae..6e053067e 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.2.1 ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index 3a8eb4bae..f6f5de06b 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.2.1 ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 21d59c45b..949673acf 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.2.1 ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index e61a25ccd..dc4981699 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.2.1 ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index 0b3ee309a..a3732e78f 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.2.1 ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 8fe47b0be..a6edbb8ae 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.2.1 ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 8709ccea6..64f6b3fdf 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.2.1 ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index f8608292f..0da06e042 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.2.1 ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index e2d2c8131..ccccedba3 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.2.1 ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 1db8c29d5..cb710b589 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.2.1 ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 144b8321d..a3eedde71 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.2.1 ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index e912693a9..142a52619 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.2.1 ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 3a82c59b2..9578e9981 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.2.1 ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 85cb8ebd8..f067f3c89 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.2.1 ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index b528f7fe9..bbb50c0bc 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.2.1 ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 15c0e20da..265f2cab9 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.2.1 ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index ea6db8eed..6672a563a 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.2.1 ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index 86d27568c..bbcf581d8 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.2.1 ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index e525a45dc..1354ce174 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.2.1 ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 667e25da8..99597311f 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.2.1 ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 1b15b9fe0..fd0e0422a 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.2.1 ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 1c3c66a83..ab548a945 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.2.1 ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 37c91ab41..892c8c5d4 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.2.1 ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 0bfe11a92..e4d672c38 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.2.1 ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 8496e5af1..662bcb4ac 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.2.1 ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index cab98f63e..18cc29280 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.2.1 ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index 842619967..f3a67e49e 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.2.1 ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index 095252cbc..07a43e29d 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.2.1 ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index 358cdd6ff..be9787292 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.2.1 ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index 186dbbb9a..d9778cbac 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.2.1 ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index fc4c3f7bd..880d0d4a8 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.2.1 ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 475fa2cf1..907e28fa5 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.2.1 ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 67d47fcca..2dc6b5b2a 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.2.1 ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index 8ab8ee560..11972078f 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.2.1 ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index b6054232d..61f03a548 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.2.1 ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index 94118e054..ff9d566ad 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.2.1 ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 6b6c4c77a..815e262e6 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.2.1 ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index e88d00e1e..13bc6885b 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.2.1 ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index 13508e829..a82ff607f 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.2.1 ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index 40b9b8271..62e886c5e 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.2.1 ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 9138eee81..544fb923b 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.2.1 ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index f93fc4989..df57fe8ba 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.2.1 ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index bfab42865..720bbd3e9 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.2.1 ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index 5a486386d..c2430fa65 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.2.1 ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index bb4733216..2cce05758 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.2.1 ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 0c37396cc..e92231282 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.2.1 ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index cfc715318..27eced605 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.2.1 ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index ee19164cd..e3d367321 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.2.1 ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index d03176f81..defca0978 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.2.1 ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 58a778e63..cf4bcab2b 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.2.1 ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 7d7aa8e72..24e2e10d3 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.2.1 ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index d83e93184..c74ce9b06 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.2.1 ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 8687d061f..706bb6df5 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.2.1 ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index a1e5b8597..7cdadac36 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.2.1 ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index e0f75f914..f7a356e13 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.2.1 ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 1cf9920c3..6a90b1099 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.2.1 ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index 1758dd39f..59011859b 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.2.1 ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index bb4ee55dd..2c6997b8c 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.2.1 ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index a413b81b5..046921e08 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.2.1 ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 524348404..2f20b2143 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.2.1 ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index bd166a6a5..14aaa21a5 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.2.1 ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 04ec975fa..c217d455e 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.2.1 ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index f4c1685fc..5fdf102ea 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.2.1 ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 553f3aaaa..76b77a2f0 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.2.1 ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 56c2e2cc6..4701255ea 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.2.1 ../../../pom.xml diff --git a/pom.xml b/pom.xml index 3a12cf665..85e91b7e6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1-SNAPSHOT + 4.2.1 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.1 From aa3d2f3b7c5210f38ce90f3fba1b599f6c426ad2 Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 25 Oct 2024 14:45:19 +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 b802d8e1f..224535c32 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1 + 4.2.2-SNAPSHOT addax-common diff --git a/core/pom.xml b/core/pom.xml index 5b963636a..03deee00d 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.1 + 4.2.2-SNAPSHOT addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 74ef980a2..9c0e7e4f1 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 + 4.2.2-SNAPSHOT ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index 1eb15e3e5..8d7b6bbc6 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 + 4.2.2-SNAPSHOT ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 4532297d4..43925ea65 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 + 4.2.2-SNAPSHOT ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index 9e0a7c868..f7622ce45 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index cb4d96e92..21f5c5482 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index 71ec136ac..f7b5d535c 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 + 4.2.2-SNAPSHOT ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 6e053067e..1d2c6d1dd 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 + 4.2.2-SNAPSHOT ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index f6f5de06b..18ebaf028 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 949673acf..0f126590f 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 + 4.2.2-SNAPSHOT ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index dc4981699..55633422b 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 + 4.2.2-SNAPSHOT ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index a3732e78f..eddcab5ca 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 + 4.2.2-SNAPSHOT ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index a6edbb8ae..8e10cacdf 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 + 4.2.2-SNAPSHOT ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 64f6b3fdf..48088896b 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index 0da06e042..c76b61909 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 + 4.2.2-SNAPSHOT ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index ccccedba3..10e2003fb 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 + 4.2.2-SNAPSHOT ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index cb710b589..26f38f4a3 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 + 4.2.2-SNAPSHOT ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index a3eedde71..852235912 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index 142a52619..6bf1780e2 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 9578e9981..65685e1d4 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 + 4.2.2-SNAPSHOT ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index f067f3c89..4ca270112 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 + 4.2.2-SNAPSHOT ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index bbb50c0bc..a2c295346 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 + 4.2.2-SNAPSHOT ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 265f2cab9..70c5e409a 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 + 4.2.2-SNAPSHOT ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 6672a563a..255ae4a2a 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 + 4.2.2-SNAPSHOT ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index bbcf581d8..cf63b02da 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 + 4.2.2-SNAPSHOT ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index 1354ce174..ab37442be 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 99597311f..a22596a4c 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index fd0e0422a..b588e15b5 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 + 4.2.2-SNAPSHOT ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index ab548a945..5c0a59892 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 892c8c5d4..57ee3d087 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index e4d672c38..638ea6b49 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 662bcb4ac..cfd874eb9 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index 18cc29280..d33510ccd 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index f3a67e49e..210a4b09e 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 + 4.2.2-SNAPSHOT ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index 07a43e29d..b2f67bece 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index be9787292..bd6854f9b 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index d9778cbac..bda5b3cf6 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index 880d0d4a8..ac121ec40 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 + 4.2.2-SNAPSHOT ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 907e28fa5..6e9c40133 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 2dc6b5b2a..32ac6d6e3 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 + 4.2.2-SNAPSHOT ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index 11972078f..f1db421f6 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index 61f03a548..091dc3924 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index ff9d566ad..df2407e50 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 815e262e6..e001bdfcb 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index 13bc6885b..8df093498 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 + 4.2.2-SNAPSHOT ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index a82ff607f..a11aa9725 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index 62e886c5e..947eb3f0b 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 + 4.2.2-SNAPSHOT ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 544fb923b..f2fadef89 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 + 4.2.2-SNAPSHOT ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index df57fe8ba..39d05ef02 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index 720bbd3e9..0b8596536 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 + 4.2.2-SNAPSHOT ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index c2430fa65..5061d87ad 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index 2cce05758..63a57a616 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index e92231282..077b74cf6 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index 27eced605..46885aa7e 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index e3d367321..d803ea7bf 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 + 4.2.2-SNAPSHOT ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index defca0978..ebe4634ce 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 + 4.2.2-SNAPSHOT ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index cf4bcab2b..70d1c6ba1 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 24e2e10d3..f7eba4742 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index c74ce9b06..d382813e8 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 706bb6df5..750d00a2a 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 + 4.2.2-SNAPSHOT ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index 7cdadac36..51ed6e8a6 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index f7a356e13..a3b357246 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 6a90b1099..8dfd8d910 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index 59011859b..eba1d4023 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index 2c6997b8c..31f71d226 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index 046921e08..0c3e38c9a 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 + 4.2.2-SNAPSHOT ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 2f20b2143..8cf4ad878 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index 14aaa21a5..53f9053f6 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index c217d455e..1110526bf 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index 5fdf102ea..b0131c59a 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 76b77a2f0..b6d6d2a1d 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 + 4.2.2-SNAPSHOT ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 4701255ea..a08a5199f 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 + 4.2.2-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 85e91b7e6..17b0db3da 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.1 + 4.2.2-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.1 + HEAD From c8c5e456a32776e945be834d8b96b7ba5dc815ad Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 25 Oct 2024 14:51:21 +0800 Subject: [PATCH 3/3] [maven-release-plugin] rollback the release of 4.2.1 --- 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 224535c32..98792807a 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.2-SNAPSHOT + 4.2.1-SNAPSHOT addax-common diff --git a/core/pom.xml b/core/pom.xml index 03deee00d..49c8f556e 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.2.2-SNAPSHOT + 4.2.1-SNAPSHOT addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 9c0e7e4f1..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index 8d7b6bbc6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 43925ea65..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index f7622ce45..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 21f5c5482..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index f7b5d535c..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 1d2c6d1dd..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index 18ebaf028..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 0f126590f..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index 55633422b..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index eddcab5ca..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 8e10cacdf..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 48088896b..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index c76b61909..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index 10e2003fb..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 26f38f4a3..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 852235912..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index 6bf1780e2..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index 65685e1d4..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 4ca270112..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index a2c295346..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index 70c5e409a..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 255ae4a2a..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index cf63b02da..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index ab37442be..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index a22596a4c..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index b588e15b5..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 5c0a59892..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index 57ee3d087..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 638ea6b49..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index cfd874eb9..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index d33510ccd..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index 210a4b09e..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index b2f67bece..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index bd6854f9b..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index bda5b3cf6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index ac121ec40..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 6e9c40133..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 32ac6d6e3..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index f1db421f6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index 091dc3924..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index df2407e50..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index e001bdfcb..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index 8df093498..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index a11aa9725..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index 947eb3f0b..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index f2fadef89..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index 39d05ef02..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index 0b8596536..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index 5061d87ad..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index 63a57a616..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 077b74cf6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index 46885aa7e..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index d803ea7bf..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index ebe4634ce..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 70d1c6ba1..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index f7eba4742..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index d382813e8..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 750d00a2a..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index 51ed6e8a6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index a3b357246..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 8dfd8d910..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index eba1d4023..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index 31f71d226..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index 0c3e38c9a..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 8cf4ad878..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index 53f9053f6..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 1110526bf..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index b0131c59a..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index b6d6d2a1d..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index a08a5199f..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.2-SNAPSHOT + 4.2.1-SNAPSHOT ../../../pom.xml diff --git a/pom.xml b/pom.xml index 17b0db3da..3a12cf665 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.2.2-SNAPSHOT + 4.2.1-SNAPSHOT addax-all Addax generic ETL tool