Skip to content

Commit 04b907c

Browse files
committed
[maven-release-plugin] prepare release 3.2.1
1 parent 29cdbf0 commit 04b907c

File tree

49 files changed

+50
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+50
-50
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
</parent>
88

99
<artifactId>datax-common</artifactId>

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
</parent>
88

99
<artifactId>datax-core</artifactId>

plugin-rdbms-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
</parent>
88
<artifactId>plugin-rdbms-util</artifactId>
99
<name>plugin-rdbms-util</name>

plugin-storage-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
</parent>
88
<artifactId>plugin-storage-util</artifactId>
99
<name>plugin-storage-util</name>

plugin/reader/cassandrareader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/reader/clickhousereader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>clickhousereader</artifactId>

plugin/reader/dbffilereader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>dbffilereader</artifactId>

plugin/reader/ftpreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>ftpreader</artifactId>

plugin/reader/hbase11xreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>hbase11xreader</artifactId>

plugin/reader/hbase11xsqlreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>hbase11xsqlreader</artifactId>

plugin/reader/hbase20xreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>hbase20xreader</artifactId>

plugin/reader/hbase20xsqlreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wgzhao.datax</groupId>
88
<artifactId>datax-all</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/reader/hdfsreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wgzhao.datax</groupId>
88
<artifactId>datax-all</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/reader/httpreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>httpreader</artifactId>

plugin/reader/influxdbreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>influxdbreader</artifactId>

plugin/reader/jsonfilereader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>jsonfilereader</artifactId>

plugin/reader/kudureader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>datax-all</artifactId>
55
<groupId>com.wgzhao.datax</groupId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

plugin/reader/mongodbreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao.datax</groupId>
77
<artifactId>datax-all</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

plugin/reader/mysqlreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>mysqlreader</artifactId>

plugin/reader/oraclereader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/reader/postgresqlreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wgzhao.datax</groupId>
88
<artifactId>datax-all</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/reader/rdbmsreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>datax-all</artifactId>
55
<groupId>com.wgzhao.datax</groupId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

plugin/reader/redisreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao.datax</groupId>
77
<artifactId>datax-all</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

plugin/reader/sqlserverreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>sqlserverreader</artifactId>

plugin/reader/streamreader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao.datax</groupId>
77
<artifactId>datax-all</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

plugin/reader/txtfilereader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/cassandrawriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/clickhousewriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/dbffilewriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99

plugin/writer/elasticsearchwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao.datax</groupId>
77
<artifactId>datax-all</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

plugin/writer/ftpwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>ftpwriter</artifactId>

plugin/writer/greenplumwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99

plugin/writer/hbase11xsqlwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/hbase11xwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/hbase20xsqlwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/hdfswriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wgzhao.datax</groupId>
88
<artifactId>datax-all</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/writer/influxdbwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>influxdbwriter</artifactId>

plugin/writer/kuduwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>datax-all</artifactId>
55
<groupId>com.wgzhao.datax</groupId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

plugin/writer/mongodbwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.wgzhao.datax</groupId>
88
<artifactId>datax-all</artifactId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/writer/mysqlwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.wgzhao.datax</groupId>
55
<artifactId>datax-all</artifactId>
6-
<version>3.2.1-SNAPSHOT</version>
6+
<version>3.2.1</version>
77
<relativePath>../../../pom.xml</relativePath>
88
</parent>
99
<artifactId>mysqlwriter</artifactId>

plugin/writer/oraclewriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

plugin/writer/postgresqlwriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.wgzhao.datax</groupId>
77
<artifactId>datax-all</artifactId>
8-
<version>3.2.1-SNAPSHOT</version>
8+
<version>3.2.1</version>
99
<relativePath>../../../pom.xml</relativePath>
1010
</parent>
1111

plugin/writer/rdbmswriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>datax-all</artifactId>
88
<groupId>com.wgzhao.datax</groupId>
9-
<version>3.2.1-SNAPSHOT</version>
9+
<version>3.2.1</version>
1010
<relativePath>../../../pom.xml</relativePath>
1111
</parent>
1212

plugin/writer/rediswriter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.wgzhao.datax</groupId>
66
<artifactId>datax-all</artifactId>
7-
<version>3.2.1-SNAPSHOT</version>
7+
<version>3.2.1</version>
88
<relativePath>../../../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)