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

Commit aa94807

Browse files
committed
Release 0.5
1 parent cd11a92 commit aa94807

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

flink/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.hops</groupId>
66
<artifactId>hops-examples</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

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

hive/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.hops</groupId>
66
<artifactId>hops-examples</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.hops</groupId>
55
<artifactId>hops-examples</artifactId>
6-
<version>0.5.0-SNAPSHOT</version>
6+
<version>0.5.0</version>
77
<packaging>pom</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.hops</groupId>
66
<artifactId>hops-examples</artifactId>
7-
<version>0.5.0-SNAPSHOT</version>
7+
<version>0.5.0</version>
88
</parent>
99

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

0 commit comments

Comments
 (0)