Skip to content

Commit c20ce74

Browse files
committed
Initial
1 parent a269698 commit c20ce74

File tree

42 files changed

+44
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+44
-44
lines changed

backends-clickhouse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

backends-velox/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

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.5.0'
17+
version='1.5.1-SNAPSHOT'
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
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

gluten-celeborn/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

gluten-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

gluten-delta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>gluten-parent</artifactId>
2323
<groupId>org.apache.gluten</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.1-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>

gluten-flink/loader/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-flink</artifactId>
23-
<version>1.5.0</version>
23+
<version>1.5.1-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

gluten-flink/planner/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-flink</artifactId>
23-
<version>1.5.0</version>
23+
<version>1.5.1-SNAPSHOT</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

gluten-flink/pom.xml

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

2020
<groupId>org.apache.gluten</groupId>
2121
<artifactId>gluten-flink</artifactId>
22-
<version>1.5.0</version>
22+
<version>1.5.1-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424
<name>Gluten Flink</name>
2525

0 commit comments

Comments
 (0)