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

Commit 7e65351

Browse files
committed
Release 0.8.1
1 parent d1dcb2a commit 7e65351

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

featurestore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.hops</groupId>
2222
<artifactId>hops-examples</artifactId>
23-
<version>0.8.1-SNAPSHOT</version>
23+
<version>0.8.1</version>
2424
</parent>
2525

2626
<artifactId>hops-examples-featurestore</artifactId>

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.8.1-SNAPSHOT</version>
21+
<version>0.8.1</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.8.1-SNAPSHOT</version>
21+
<version>0.8.1</version>
2222
</parent>
2323

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<modelVersion>4.0.0</modelVersion>
1919
<groupId>io.hops</groupId>
2020
<artifactId>hops-examples</artifactId>
21-
<version>0.8.1-SNAPSHOT</version>
21+
<version>0.8.1</version>
2222
<packaging>pom</packaging>
2323
<properties>
2424
<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
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>io.hops</groupId>
2020
<artifactId>hops-examples</artifactId>
21-
<version>0.8.1-SNAPSHOT</version>
21+
<version>0.8.1</version>
2222
</parent>
2323

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

0 commit comments

Comments
 (0)