Skip to content

Commit cce5596

Browse files
committed
release version to 1.1.0
Signed-off-by: Yuan Zhou <[email protected]>
1 parent b6e70b3 commit cce5596

File tree

30 files changed

+32
-32
lines changed

30 files changed

+32
-32
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spark-shell \
7070
--conf spark.memory.offHeap.enabled=true \
7171
--conf spark.memory.offHeap.size=20g \
7272
--conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager \
73-
--jars https://github.com/oap-project/gluten/releases/download/v1.0.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.0.0.jar
73+
--jars https://github.com/oap-project/gluten/releases/download/v1.1.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.1.0.jar
7474
```
7575

7676
# 3.2 Custom Build

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>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.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>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

docs/developers/NewToGluten.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,6 @@ spark-shell --name run_gluten \
371371
--conf spark.plugins=io.glutenproject.GlutenPlugin \
372372
--conf spark.memory.offHeap.enabled=true \
373373
--conf spark.memory.offHeap.size=20g \
374-
--jars https://github.com/oap-project/gluten/releases/download/v1.0.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.0.0.jar \
374+
--jars https://github.com/oap-project/gluten/releases/download/v1.1.0/gluten-velox-bundle-spark3.2_2.12-ubuntu_20.04-1.1.0.jar \
375375
--conf spark.shuffle.manager=org.apache.spark.shuffle.sort.ColumnarShuffleManager
376376
```

gluten-celeborn/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-celeborn</artifactId>
77
<groupId>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-celeborn/common/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-celeborn</artifactId>
77
<groupId>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-celeborn/package/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-celeborn</artifactId>
77
<groupId>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

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>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

gluten-celeborn/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-celeborn</artifactId>
77
<groupId>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.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
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>gluten-parent</artifactId>
77
<groupId>io.glutenproject</groupId>
8-
<version>1.1.0-SNAPSHOT</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)