From 07ef587a864015ab4a3c998dbd971ea903d2c36e Mon Sep 17 00:00:00 2001 From: wgzhao Date: Fri, 31 May 2024 09:35:30 +0800 Subject: [PATCH] [maven-release-plugin] prepare release 4.1.5 --- 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 e55d6c8e7..56aba0875 100755 --- a/common/pom.xml +++ b/common/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 addax-common diff --git a/core/pom.xml b/core/pom.xml index cf9488aaa..6bce0d599 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 addax-core diff --git a/lib/addax-rdbms/pom.xml b/lib/addax-rdbms/pom.xml index 413e07ce2..cc864a3ad 100644 --- a/lib/addax-rdbms/pom.xml +++ b/lib/addax-rdbms/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../pom.xml diff --git a/lib/addax-storage/pom.xml b/lib/addax-storage/pom.xml index 9b6b443ce..ec1bf893c 100644 --- a/lib/addax-storage/pom.xml +++ b/lib/addax-storage/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../pom.xml diff --git a/lib/addax-transformer/pom.xml b/lib/addax-transformer/pom.xml index 854adfb2c..89591829a 100644 --- a/lib/addax-transformer/pom.xml +++ b/lib/addax-transformer/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../pom.xml diff --git a/plugin/reader/accessreader/pom.xml b/plugin/reader/accessreader/pom.xml index cb037bda5..d56df7a0b 100644 --- a/plugin/reader/accessreader/pom.xml +++ b/plugin/reader/accessreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/cassandrareader/pom.xml b/plugin/reader/cassandrareader/pom.xml index 228c4fd95..da76ea125 100644 --- a/plugin/reader/cassandrareader/pom.xml +++ b/plugin/reader/cassandrareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/clickhousereader/pom.xml b/plugin/reader/clickhousereader/pom.xml index c6348ee02..1c6db2fbb 100644 --- a/plugin/reader/clickhousereader/pom.xml +++ b/plugin/reader/clickhousereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml clickhousereader diff --git a/plugin/reader/databendreader/pom.xml b/plugin/reader/databendreader/pom.xml index 856e8fc03..5c64a7437 100644 --- a/plugin/reader/databendreader/pom.xml +++ b/plugin/reader/databendreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml databendreader diff --git a/plugin/reader/datareader/pom.xml b/plugin/reader/datareader/pom.xml index dce46615d..f6b8036b8 100644 --- a/plugin/reader/datareader/pom.xml +++ b/plugin/reader/datareader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/dbfreader/pom.xml b/plugin/reader/dbfreader/pom.xml index 3c8b41cf7..1fd3ffa60 100644 --- a/plugin/reader/dbfreader/pom.xml +++ b/plugin/reader/dbfreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml dbfreader diff --git a/plugin/reader/elasticsearchreader/pom.xml b/plugin/reader/elasticsearchreader/pom.xml index e7579024e..56bb87c2a 100644 --- a/plugin/reader/elasticsearchreader/pom.xml +++ b/plugin/reader/elasticsearchreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml elasticsearchreader diff --git a/plugin/reader/excelreader/pom.xml b/plugin/reader/excelreader/pom.xml index fe60773ac..283ecb5e6 100644 --- a/plugin/reader/excelreader/pom.xml +++ b/plugin/reader/excelreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml excelreader diff --git a/plugin/reader/ftpreader/pom.xml b/plugin/reader/ftpreader/pom.xml index 5ac05606f..5b09a1327 100644 --- a/plugin/reader/ftpreader/pom.xml +++ b/plugin/reader/ftpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml ftpreader diff --git a/plugin/reader/hanareader/pom.xml b/plugin/reader/hanareader/pom.xml index d264f3cfb..ccab7017b 100644 --- a/plugin/reader/hanareader/pom.xml +++ b/plugin/reader/hanareader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/hbase11xreader/pom.xml b/plugin/reader/hbase11xreader/pom.xml index a793f297f..53e0d54fc 100644 --- a/plugin/reader/hbase11xreader/pom.xml +++ b/plugin/reader/hbase11xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml hbase11xreader diff --git a/plugin/reader/hbase11xsqlreader/pom.xml b/plugin/reader/hbase11xsqlreader/pom.xml index 105327931..2c459827e 100644 --- a/plugin/reader/hbase11xsqlreader/pom.xml +++ b/plugin/reader/hbase11xsqlreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml hbase11xsqlreader diff --git a/plugin/reader/hbase20xreader/pom.xml b/plugin/reader/hbase20xreader/pom.xml index b42db0aa0..76380c0f9 100644 --- a/plugin/reader/hbase20xreader/pom.xml +++ b/plugin/reader/hbase20xreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml hbase20xreader diff --git a/plugin/reader/hbase20xsqlreader/pom.xml b/plugin/reader/hbase20xsqlreader/pom.xml index 71a53f702..c73877592 100644 --- a/plugin/reader/hbase20xsqlreader/pom.xml +++ b/plugin/reader/hbase20xsqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/hdfsreader/pom.xml b/plugin/reader/hdfsreader/pom.xml index 31f472caa..1e52780f2 100644 --- a/plugin/reader/hdfsreader/pom.xml +++ b/plugin/reader/hdfsreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/hivereader/pom.xml b/plugin/reader/hivereader/pom.xml index bd6c3c65e..1918b90f1 100644 --- a/plugin/reader/hivereader/pom.xml +++ b/plugin/reader/hivereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml hivereader diff --git a/plugin/reader/httpreader/pom.xml b/plugin/reader/httpreader/pom.xml index 397818d0c..b4a96841a 100644 --- a/plugin/reader/httpreader/pom.xml +++ b/plugin/reader/httpreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml httpreader diff --git a/plugin/reader/influxdb2reader/pom.xml b/plugin/reader/influxdb2reader/pom.xml index f2f0a757f..0dd6c3ffc 100644 --- a/plugin/reader/influxdb2reader/pom.xml +++ b/plugin/reader/influxdb2reader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml influxdb2reader diff --git a/plugin/reader/influxdbreader/pom.xml b/plugin/reader/influxdbreader/pom.xml index d8eb32892..e88817049 100644 --- a/plugin/reader/influxdbreader/pom.xml +++ b/plugin/reader/influxdbreader/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml influxdbreader diff --git a/plugin/reader/jsonfilereader/pom.xml b/plugin/reader/jsonfilereader/pom.xml index 3555bd95e..5675f9d0b 100644 --- a/plugin/reader/jsonfilereader/pom.xml +++ b/plugin/reader/jsonfilereader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml jsonfilereader diff --git a/plugin/reader/kafkareader/pom.xml b/plugin/reader/kafkareader/pom.xml index b6aa33a49..ac3e696d3 100644 --- a/plugin/reader/kafkareader/pom.xml +++ b/plugin/reader/kafkareader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml kafkareader diff --git a/plugin/reader/kudureader/pom.xml b/plugin/reader/kudureader/pom.xml index f1657ee5d..c8f03331a 100644 --- a/plugin/reader/kudureader/pom.xml +++ b/plugin/reader/kudureader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/mongodbreader/pom.xml b/plugin/reader/mongodbreader/pom.xml index 60d41ecbc..49f4f72b3 100644 --- a/plugin/reader/mongodbreader/pom.xml +++ b/plugin/reader/mongodbreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/mysqlreader/pom.xml b/plugin/reader/mysqlreader/pom.xml index 9e15ca860..a742e3cfd 100644 --- a/plugin/reader/mysqlreader/pom.xml +++ b/plugin/reader/mysqlreader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml mysqlreader diff --git a/plugin/reader/oraclereader/pom.xml b/plugin/reader/oraclereader/pom.xml index 19c4329d8..765e96053 100644 --- a/plugin/reader/oraclereader/pom.xml +++ b/plugin/reader/oraclereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/postgresqlreader/pom.xml b/plugin/reader/postgresqlreader/pom.xml index cf16665b8..c4433840a 100644 --- a/plugin/reader/postgresqlreader/pom.xml +++ b/plugin/reader/postgresqlreader/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/rdbmsreader/pom.xml b/plugin/reader/rdbmsreader/pom.xml index 08f72e108..4d730366e 100644 --- a/plugin/reader/rdbmsreader/pom.xml +++ b/plugin/reader/rdbmsreader/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/redisreader/pom.xml b/plugin/reader/redisreader/pom.xml index ce7580d77..c46d6d375 100644 --- a/plugin/reader/redisreader/pom.xml +++ b/plugin/reader/redisreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/s3reader/pom.xml b/plugin/reader/s3reader/pom.xml index 4f0babcc0..5bbd7ece7 100644 --- a/plugin/reader/s3reader/pom.xml +++ b/plugin/reader/s3reader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/sqlitereader/pom.xml b/plugin/reader/sqlitereader/pom.xml index 2abd7f0d6..3580617b8 100644 --- a/plugin/reader/sqlitereader/pom.xml +++ b/plugin/reader/sqlitereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml sqlitereader diff --git a/plugin/reader/sqlserverreader/pom.xml b/plugin/reader/sqlserverreader/pom.xml index 0820e3c5b..758b06fc0 100644 --- a/plugin/reader/sqlserverreader/pom.xml +++ b/plugin/reader/sqlserverreader/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/streamreader/pom.xml b/plugin/reader/streamreader/pom.xml index 829f05e6a..9d41e1a7e 100644 --- a/plugin/reader/streamreader/pom.xml +++ b/plugin/reader/streamreader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/sybasereader/pom.xml b/plugin/reader/sybasereader/pom.xml index 662f0328f..40c8e35ef 100644 --- a/plugin/reader/sybasereader/pom.xml +++ b/plugin/reader/sybasereader/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/reader/tdenginereader/pom.xml b/plugin/reader/tdenginereader/pom.xml index d2dabe314..de139b990 100644 --- a/plugin/reader/tdenginereader/pom.xml +++ b/plugin/reader/tdenginereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml tdenginereader diff --git a/plugin/reader/txtfilereader/pom.xml b/plugin/reader/txtfilereader/pom.xml index c87013e5b..ba89df3c6 100644 --- a/plugin/reader/txtfilereader/pom.xml +++ b/plugin/reader/txtfilereader/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/accesswriter/pom.xml b/plugin/writer/accesswriter/pom.xml index 03126d9d4..e899715c6 100644 --- a/plugin/writer/accesswriter/pom.xml +++ b/plugin/writer/accesswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml accesswriter diff --git a/plugin/writer/cassandrawriter/pom.xml b/plugin/writer/cassandrawriter/pom.xml index de91682ec..1218afb97 100644 --- a/plugin/writer/cassandrawriter/pom.xml +++ b/plugin/writer/cassandrawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/clickhousewriter/pom.xml b/plugin/writer/clickhousewriter/pom.xml index 34630ac1d..b5bb1240b 100644 --- a/plugin/writer/clickhousewriter/pom.xml +++ b/plugin/writer/clickhousewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/databendwriter/pom.xml b/plugin/writer/databendwriter/pom.xml index fc97bb5b1..9bfd49b5f 100755 --- a/plugin/writer/databendwriter/pom.xml +++ b/plugin/writer/databendwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/dbfwriter/pom.xml b/plugin/writer/dbfwriter/pom.xml index 415c49ea9..a2654d085 100644 --- a/plugin/writer/dbfwriter/pom.xml +++ b/plugin/writer/dbfwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/doriswriter/pom.xml b/plugin/writer/doriswriter/pom.xml index 146a042e1..1e89db768 100644 --- a/plugin/writer/doriswriter/pom.xml +++ b/plugin/writer/doriswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml doriswriter diff --git a/plugin/writer/elasticsearchwriter/pom.xml b/plugin/writer/elasticsearchwriter/pom.xml index af74e01d7..50e03611a 100644 --- a/plugin/writer/elasticsearchwriter/pom.xml +++ b/plugin/writer/elasticsearchwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/excelwriter/pom.xml b/plugin/writer/excelwriter/pom.xml index bda43da2c..ea00428d8 100644 --- a/plugin/writer/excelwriter/pom.xml +++ b/plugin/writer/excelwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml excelwriter diff --git a/plugin/writer/ftpwriter/pom.xml b/plugin/writer/ftpwriter/pom.xml index f6d374ff7..4c1d65967 100644 --- a/plugin/writer/ftpwriter/pom.xml +++ b/plugin/writer/ftpwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml ftpwriter diff --git a/plugin/writer/greenplumwriter/pom.xml b/plugin/writer/greenplumwriter/pom.xml index c14bd0fc4..925b6f2fb 100755 --- a/plugin/writer/greenplumwriter/pom.xml +++ b/plugin/writer/greenplumwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/hanawriter/pom.xml b/plugin/writer/hanawriter/pom.xml index 5f9b99f25..00c3f5fde 100644 --- a/plugin/writer/hanawriter/pom.xml +++ b/plugin/writer/hanawriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml hanawriter diff --git a/plugin/writer/hbase11xsqlwriter/pom.xml b/plugin/writer/hbase11xsqlwriter/pom.xml index 5fe597931..467fa695f 100644 --- a/plugin/writer/hbase11xsqlwriter/pom.xml +++ b/plugin/writer/hbase11xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/hbase11xwriter/pom.xml b/plugin/writer/hbase11xwriter/pom.xml index b496c7cc9..b9561261a 100644 --- a/plugin/writer/hbase11xwriter/pom.xml +++ b/plugin/writer/hbase11xwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/hbase20xsqlwriter/pom.xml b/plugin/writer/hbase20xsqlwriter/pom.xml index 43668c008..aa1e9bbf4 100644 --- a/plugin/writer/hbase20xsqlwriter/pom.xml +++ b/plugin/writer/hbase20xsqlwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/hdfswriter/pom.xml b/plugin/writer/hdfswriter/pom.xml index ca44f9127..0af47977d 100644 --- a/plugin/writer/hdfswriter/pom.xml +++ b/plugin/writer/hdfswriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/influxdb2writer/pom.xml b/plugin/writer/influxdb2writer/pom.xml index eb513c51f..6bb6712e2 100644 --- a/plugin/writer/influxdb2writer/pom.xml +++ b/plugin/writer/influxdb2writer/pom.xml @@ -22,7 +22,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml influxdb2writer diff --git a/plugin/writer/influxdbwriter/pom.xml b/plugin/writer/influxdbwriter/pom.xml index 2a414ff40..c20f4c735 100644 --- a/plugin/writer/influxdbwriter/pom.xml +++ b/plugin/writer/influxdbwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml influxdbwriter diff --git a/plugin/writer/kafkawriter/pom.xml b/plugin/writer/kafkawriter/pom.xml index 8eb1fef9d..37df249e3 100644 --- a/plugin/writer/kafkawriter/pom.xml +++ b/plugin/writer/kafkawriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/kuduwriter/pom.xml b/plugin/writer/kuduwriter/pom.xml index ad6177050..a63c5ddc9 100644 --- a/plugin/writer/kuduwriter/pom.xml +++ b/plugin/writer/kuduwriter/pom.xml @@ -4,7 +4,7 @@ addax-all com.wgzhao.addax - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/mongodbwriter/pom.xml b/plugin/writer/mongodbwriter/pom.xml index a1f524396..59a2502ab 100644 --- a/plugin/writer/mongodbwriter/pom.xml +++ b/plugin/writer/mongodbwriter/pom.xml @@ -6,7 +6,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/mysqlwriter/pom.xml b/plugin/writer/mysqlwriter/pom.xml index b9c3cf0d0..e26edbb31 100644 --- a/plugin/writer/mysqlwriter/pom.xml +++ b/plugin/writer/mysqlwriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml mysqlwriter diff --git a/plugin/writer/oraclewriter/pom.xml b/plugin/writer/oraclewriter/pom.xml index a04fe52e2..ecb1b6373 100644 --- a/plugin/writer/oraclewriter/pom.xml +++ b/plugin/writer/oraclewriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/postgresqlwriter/pom.xml b/plugin/writer/postgresqlwriter/pom.xml index 8deb5ba33..6763b3e13 100644 --- a/plugin/writer/postgresqlwriter/pom.xml +++ b/plugin/writer/postgresqlwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/rdbmswriter/pom.xml b/plugin/writer/rdbmswriter/pom.xml index 41adf1967..22684f21d 100644 --- a/plugin/writer/rdbmswriter/pom.xml +++ b/plugin/writer/rdbmswriter/pom.xml @@ -6,7 +6,7 @@ addax-all com.wgzhao.addax - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/rediswriter/pom.xml b/plugin/writer/rediswriter/pom.xml index 5736f52b8..c59011e74 100644 --- a/plugin/writer/rediswriter/pom.xml +++ b/plugin/writer/rediswriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/s3writer/pom.xml b/plugin/writer/s3writer/pom.xml index 8b6b1c9ba..fbeefd12b 100644 --- a/plugin/writer/s3writer/pom.xml +++ b/plugin/writer/s3writer/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/sqlitewriter/pom.xml b/plugin/writer/sqlitewriter/pom.xml index ee5c310b0..964962049 100644 --- a/plugin/writer/sqlitewriter/pom.xml +++ b/plugin/writer/sqlitewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml sqlitewriter diff --git a/plugin/writer/sqlserverwriter/pom.xml b/plugin/writer/sqlserverwriter/pom.xml index dfb3873f1..026073f47 100644 --- a/plugin/writer/sqlserverwriter/pom.xml +++ b/plugin/writer/sqlserverwriter/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/starrockswriter/pom.xml b/plugin/writer/starrockswriter/pom.xml index 78acbaec9..c64ee4136 100755 --- a/plugin/writer/starrockswriter/pom.xml +++ b/plugin/writer/starrockswriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/streamwriter/pom.xml b/plugin/writer/streamwriter/pom.xml index 74e2ffd75..d3a765b93 100644 --- a/plugin/writer/streamwriter/pom.xml +++ b/plugin/writer/streamwriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/sybasewriter/pom.xml b/plugin/writer/sybasewriter/pom.xml index 0d628ee2a..66830c825 100644 --- a/plugin/writer/sybasewriter/pom.xml +++ b/plugin/writer/sybasewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/plugin/writer/tdenginewriter/pom.xml b/plugin/writer/tdenginewriter/pom.xml index 543d80f51..dd5b37ca2 100644 --- a/plugin/writer/tdenginewriter/pom.xml +++ b/plugin/writer/tdenginewriter/pom.xml @@ -3,7 +3,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml tdenginewriter diff --git a/plugin/writer/txtfilewriter/pom.xml b/plugin/writer/txtfilewriter/pom.xml index c269f8f2f..d455783e1 100644 --- a/plugin/writer/txtfilewriter/pom.xml +++ b/plugin/writer/txtfilewriter/pom.xml @@ -5,7 +5,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 ../../../pom.xml diff --git a/pom.xml b/pom.xml index 339405c53..443afa214 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.wgzhao.addax addax-all - 4.1.5-SNAPSHOT + 4.1.5 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.5