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

Commit 7b73b95

Browse files
committed
Release 2.1.0
1 parent c5230e8 commit 7b73b95

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

featurestore_tour/pom.xml

+1-1
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>2.1.0-SNAPSHOT</version>
23+
<version>2.1.0</version>
2424
</parent>
2525

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

hive/pom.xml

+1-1
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>2.1.0-SNAPSHOT</version>
21+
<version>2.1.0</version>
2222
</parent>
2323

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

pom.xml

+2-2
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>2.1.0-SNAPSHOT</version>
21+
<version>2.1.0</version>
2222
<packaging>pom</packaging>
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.hops</groupId>
3636
<artifactId>hops-util</artifactId>
37-
<version>2.1.0-SNAPSHOT</version>
37+
<version>2.1.0</version>
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>

spark/pom.xml

+1-1
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>2.1.0-SNAPSHOT</version>
21+
<version>2.1.0</version>
2222
</parent>
2323

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

0 commit comments

Comments
 (0)