Skip to content
This repository was archived by the owner on Aug 29, 2023. It is now read-only.

Commit b5d4a87

Browse files
author
Xie Qi
committed
Release for Version 2.3.0
1 parent 6b9c831 commit b5d4a87

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.intel.qat</groupId>
2424
<artifactId>qat-parent</artifactId>
25-
<version>2.3.0-SNAPSHOT</version>
25+
<version>2.3.0</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

carbondata_qat_wrapper/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.intel.qat</groupId>
77
<artifactId>qat-parent</artifactId>
8-
<version>2.3.0-SNAPSHOT</version>
8+
<version>2.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

hadoop_qat_wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.intel.qat</groupId>
2323
<artifactId>qat-parent</artifactId>
24-
<version>2.3.0-SNAPSHOT</version>
24+
<version>2.3.0</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

kafka_qat_wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.intel.qat</groupId>
2020
<artifactId>qat-parent</artifactId>
21-
<version>2.3.0-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

pom.xml

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

2121
<groupId>com.intel.qat</groupId>
2222
<artifactId>qat-parent</artifactId>
23-
<version>2.3.0-SNAPSHOT</version>
23+
<version>2.3.0</version>
2424
<packaging>pom</packaging>
2525

2626
<name>QATCodec</name>

spark_qat_wrapper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>com.intel.qat</groupId>
2020
<artifactId>qat-parent</artifactId>
21-
<version>2.3.0-SNAPSHOT</version>
21+
<version>2.3.0</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

0 commit comments

Comments
 (0)