Skip to content

Commit

Permalink
version 4.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mykidong committed Jul 14, 2022
1 parent 90e4fe6 commit 5fd6fe4
Show file tree
Hide file tree
Showing 9 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.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
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.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</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 @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>trino-operator</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<name>Trino Operator</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</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.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<packaging>pom</packaging>
<name>DataRoaster: Parent</name>
<modules>
Expand Down
4 changes: 2 additions & 2 deletions trino-ecosystem/trino-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>trino-controller</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<name>Trino Controller</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
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.8.0-SNAPSHOT</version>
<version>4.7.1</version>
<name>Trino Gateway</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>com.cloudcheflabs.dataroaster</groupId>
<artifactId>common</artifactId>
<version>4.8.0-SNAPSHOT</version>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>io.trino</groupId>
Expand Down

0 comments on commit 5fd6fe4

Please sign in to comment.