Skip to content

Commit 336f9ee

Browse files
committed
[CORE] Bump version to 1.6.0 (rc0)
1 parent c22eb87 commit 336f9ee

File tree

49 files changed

+54
-54
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

+54
-54
lines changed

backends-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
</parent>
2525

2626
<artifactId>backends-clickhouse</artifactId>

backends-velox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
</parent>
2525

2626
<artifactId>backends-velox</artifactId>

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.6.0-SNAPSHOT'
17+
version='1.6.0'
1818
cb='```'
1919

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

dev/release/bump-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
set -euo pipefail
1919

2020
usage() {
21-
echo "Usage: $0 <new-version> e.g., 1.6.0-SNAPSHOT"
21+
echo "Usage: $0 <new-version> e.g., 1.6.0"
2222
exit 1
2323
}
2424

gluten-arrow/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

gluten-celeborn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

gluten-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
</parent>
2525

2626
<artifactId>gluten-core</artifactId>

gluten-delta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.apache.gluten</groupId>
2222
<artifactId>gluten-parent</artifactId>
23-
<version>1.6.0-SNAPSHOT</version>
23+
<version>1.6.0</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

gluten-flink/docs/Flink.md

Lines changed: 2 additions & 2 deletions

gluten-flink/loader/pom.xml

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

0 commit comments

Comments
 (0)