Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node("local") {
def version = readFile "${env.WORKSPACE}/version.txt"
def controllerImage = "${dockerRegistry}/hopsworks/rss-controller:${version.trim()}"
def webhookImage = "${dockerRegistry}/hopsworks/rss-webhook:${version.trim()}"
def uniffleVersion = "0.10.1-SNAPSHOT"
def uniffleVersion = "0.10.1"

stage('Clone repository') {
checkout scm
Expand Down
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions client-mr/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-mr</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (MapReduce)</name>

Expand Down
2 changes: 1 addition & 1 deletion client-mr/hadoop2.8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hadoop2.8-shim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion client-mr/hadoop3.2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>hadoop3.2-shim</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions client-spark/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>rss-client-spark-common</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Spark Common)</name>

Expand Down
4 changes: 2 additions & 2 deletions client-spark/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>rss-client-spark-ui</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client spark ui</name>

Expand Down
2 changes: 1 addition & 1 deletion client-spark/spark2-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-spark/spark2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-spark/spark3-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion client-spark/spark3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions client-tez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client-tez</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client (Tez)</name>

Expand Down
4 changes: 2 additions & 2 deletions client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-client</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Client</name>

Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion coordinator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<artifactId>dashboard</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<!-- <version>0.10.1-SNAPSHOT</version>-->
<!-- <version>0.10.1</version>-->
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions integration-test/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-common-test</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Common)</name>

Expand Down
4 changes: 2 additions & 2 deletions integration-test/mr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-mr-test</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (MapReduce)</name>

Expand Down
4 changes: 2 additions & 2 deletions integration-test/spark-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-spark-common-test</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Spark Common)</name>

Expand Down
2 changes: 1 addition & 1 deletion integration-test/spark2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion integration-test/spark3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions integration-test/tez/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-integration-tez-test</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Integration Test (Tez)</name>

Expand Down
4 changes: 2 additions & 2 deletions internal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<groupId>org.apache.uniffle</groupId>
<artifactId>rss-internal-client</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>jar</packaging>
<name>Apache Uniffle Internal Client</name>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<packaging>pom</packaging>
<name>Apache Uniffle</name>
<description>A high performance, general purpose Remote Shuffle Service.</description>
Expand Down
2 changes: 1 addition & 1 deletion proto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>uniffle-parent</artifactId>
<groupId>org.apache.uniffle</groupId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
</parent>

<artifactId>rss-proto</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tools/client-simulation-yarn/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.uniffle</groupId>
<artifactId>uniffle-parent</artifactId>
<version>0.10.1-SNAPSHOT</version>
<version>0.10.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.1-SNAPSHOT
0.10.1
Loading