Skip to content
This repository was archived by the owner on Apr 14, 2023. It is now read-only.

Commit 29d633a

Browse files
committed
Release 0.6
1 parent 528c1ba commit 29d633a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.hops</groupId>
2020
<artifactId>hops-examples</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.6.0</version>
2222
</parent>
2323

2424
<artifactId>hops-examples-flink</artifactId>

hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.hops</groupId>
2020
<artifactId>hops-examples</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.6.0</version>
2222
</parent>
2323

2424
<artifactId>hops-examples-hive</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<modelVersion>4.0.0</modelVersion>
4646
<groupId>io.hops</groupId>
4747
<artifactId>hops-examples</artifactId>
48-
<version>0.6.0-SNAPSHOT</version>
48+
<version>0.6.0</version>
4949
<packaging>pom</packaging>
5050
<properties>
5151
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>io.hops</groupId>
5959
<artifactId>hops-util</artifactId>
60-
<version>0.6.0-SNAPSHOT</version>
60+
<version>0.6.0</version>
6161
</dependency>
6262
<dependency>
6363
<groupId>io.hops</groupId>

spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.hops</groupId>
2020
<artifactId>hops-examples</artifactId>
21-
<version>0.6.0-SNAPSHOT</version>
21+
<version>0.6.0</version>
2222
</parent>
2323

2424
<artifactId>hops-examples-spark</artifactId>

0 commit comments

Comments
 (0)