Skip to content

Commit 9d1bf7d

Browse files
authored
3.2.3 (#2778)
1 parent d892c36 commit 9d1bf7d

File tree

11 files changed

+404
-10
lines changed

11 files changed

+404
-10
lines changed

assembly/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

core-test/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

core-test/pom.xml.versionsBackup

Lines changed: 394 additions & 0 deletions
Large diffs are not rendered by default.

core/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

db-random-test/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.pingcap.tispark</groupId>
1212
<artifactId>tispark-parent</artifactId>
13-
<version>3.2.2</version>
13+
<version>3.2.3</version>
1414
<packaging>pom</packaging>
1515
<name>TiSpark Project Parent POM</name>
1616
<url>http://github.copm/pingcap/tispark</url>

spark-wrapper/spark-3.0/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

spark-wrapper/spark-3.1/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

spark-wrapper/spark-3.2/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

spark-wrapper/spark-3.3/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.pingcap.tispark</groupId>
77
<artifactId>tispark-parent</artifactId>
8-
<version>3.2.2</version>
8+
<version>3.2.3</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)