Skip to content

Commit

Permalink
version up...
Browse files Browse the repository at this point in the history
  • Loading branch information
mykidong committed Jun 27, 2022
1 parent 99ae834 commit 2231115
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<name>Common Library</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion components/hive/spark-thrift-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions operators/dataroaster/dataroaster-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-operator</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<name>DataRoaster Operator</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>io.trino</groupId>
Expand Down
4 changes: 2 additions & 2 deletions operators/helm/helm-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion operators/spark/spark-operator/build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

export SPARK_VERSION=3.0.3;
export SPARK_OPERATOR_VERSION=latest
export SPARK_OPERATOR_FAT_JAR_VERSION=4.3.0-SNAPSHOT
export SPARK_OPERATOR_FAT_JAR_VERSION=4.3.0
for i in "$@"
do
case $i in
Expand Down
2 changes: 1 addition & 1 deletion operators/spark/spark-operator/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
./build-docker.sh \
--spark.version=3.0.3 \
--spark.operator.version=latest \
--spark.operator.fat.jar.version=4.3.0-SNAPSHOT;
--spark.operator.fat.jar.version=4.3.0;
4 changes: 2 additions & 2 deletions operators/spark/spark-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
Expand Down
4 changes: 2 additions & 2 deletions operators/trino/trino-operator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>dataroaster-parent</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<packaging>pom</packaging>
<name>DataRoaster: Parent</name>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions trino-ecosystem/trino-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>trino-gateway</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
<name>Trino Gateway</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.3.0-SNAPSHOT</version>
<version>4.3.0</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
Expand Down

0 comments on commit 2231115

Please sign in to comment.