From 623a9be9acf0d165c0ce1004b8ea6fcf5ca3db3a Mon Sep 17 00:00:00 2001 From: wgzhao Date: Sun, 8 Sep 2024 15:27:09 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 4.1.7 --- 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 376b492b7..0fa5eefaa 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 addax-common diff --git a/core/pom.xml b/core/pom.xml index 0b07c6c3b..ab63c9d62 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 929130e9c..a3120edfc 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index 1461ddb19..874606ef4 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 98eec461e..bab920edc 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index bc010d5b0..645e5bfca 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 4c95fabf1..b5dd9d3a5 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index 240aebd4a..219e209b0 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 3aa8bbff1..0826df55f 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index c92f9d1bf..1b56a589f 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 4403d2149..4801e9119 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index 2146d5400..ccad4dba3 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index 9b1a91a7d..fb5d08b4d 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 241cf7567..395a8364b 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index 4a2a7a10e..960501439 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index c312f01e9..4ca627ea1 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index ed5d4d547..e0375bdd4 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index 377a1df41..a497b3f5e 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 4d33b36f4..84f1364e8 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index d1f8ec160..fefaf5183 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index f1cd7da2e..543be80a7 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 6abb41d49..a580689eb 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index af270bf35..4d3e92bf2 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index b587dc4df..14ca3b6a2 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index a4acac436..4c30b5373 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index b928d18ef..e2c499689 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index 90ef7327a..70abe24d9 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 67c879086..ec264346f 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 07c8215a6..5ebc0ddb8 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index f415d9db9..cfb16f7d4 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index a18ab0931..4ea481a98 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 1d64c04ba..6990064e2 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index 0ca9d2dd0..a7784ad5b 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index 76ff9a65d..9ef1c691f 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index c70ef2867..72f95ec89 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index aa22e19eb..a9975eb2c 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index 3e707ab8f..8e142913b 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index f741de8ff..da3e9a145 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index 90f88ce95..3e9253f8f 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index 023470411..4f61fc65e 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 99ac48d0c..22f4f550a 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index 389ed3cee..ccf48f2c5 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index 189ef804a..e20b7c463 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index 4d859b31f..7472f6ab1 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 4f2177363..f483a8ad9 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index f84411213..ccec6a6f6 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index 0ccb5bf23..e10300e82 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index e2360aab7..662477a6a 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index 5a0839cbe..f3eaab0d4 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index cefd6ca0a..e6c210c81 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index f8ea809ac..e63bc35e5 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index 19aa24526..5796222bb 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index b25246249..e8def1b09 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 99a72978f..2bad998b6 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index d2ffc06c5..9abc85a61 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index 183b78631..7b1887511 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index 88c728054..d9f5e549b 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 7bd7f2012..3d6fd8134 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index 332db9bcc..688bbbe59 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index 299dd2e4c..c8e2dc10b 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index 1207d5a45..29efa937e 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index 5b076e422..7e05484aa 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index f8d587e42..30d548757 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index f7f14fe65..b67c10c91 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index e102fbe8a..2bd9cc98a 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index eae475d47..2bfa1f9b0 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index f622d5287..929a952ed 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index 67a517131..4db53d6ac 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index ed6e721dd..dc42a1bec 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 6a62dc9c1..0704b8c54 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index 9b1c15040..e0a305332 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 36d5d3b74..30c5dbcf4 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index 1bfc3c086..b4417535b 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 ../../../pom.xml diff --git a/pom.xml b/pom.xml index 48541ec6c..673b140b1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.7-SNAPSHOT + 4.1.7 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.1.7