Skip to content

Commit 646329d

Browse files
authored
[1.3] Preparing for Gluten v1.3.0-rc0 (#8552)
* bump to 1.3.0 * remove parameters for release
1 parent ed948fa commit 646329d

File tree

36 files changed

+38
-38
lines changed

36 files changed

+38
-38
lines changed

backends-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

backends-velox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

dev/info.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
set -e
1616

17-
version='1.3.0-SNAPSHOT'
17+
version='1.3.0'
1818
cb='```'
1919

2020
if [ ! -x "$(command -v cmake)" ]; then

gluten-arrow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-celeborn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>gluten-parent</artifactId>
66
<groupId>org.apache.gluten</groupId>
7-
<version>1.3.0-SNAPSHOT</version>
7+
<version>1.3.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

gluten-delta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-hudi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-iceberg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>org.apache.gluten</groupId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-ras/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.apache.gluten</groupId>
77
<artifactId>gluten-ras</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>gluten-ras-common</artifactId>
1111
<name>Gluten Ras Common</name>

0 commit comments

Comments
 (0)