Skip to content

Commit 7d879c6

Browse files
committed
update version to 0.8.2
1 parent 70a542a commit 7d879c6

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

catalog-rest-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>catalog</artifactId>
77
<groupId>org.openmetadata</groupId>
8-
<version>0.8.1</version>
8+
<version>0.8.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<artifactId>catalog</artifactId>
2020
<groupId>org.openmetadata</groupId>
21-
<version>0.8.1</version>
21+
<version>0.8.2</version>
2222
</parent>
2323
<modelVersion>4.0.0</modelVersion>
2424
<properties>

openmetadata-dist/pom.xml

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

2626
<artifactId>openmetadata-dist</artifactId>

openmetadata-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>catalog</artifactId>
77
<groupId>org.openmetadata</groupId>
8-
<version>0.8.1</version>
8+
<version>0.8.2</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>org.openmetadata</groupId>
2121
<artifactId>catalog</artifactId>
22-
<version>0.8.1</version>
22+
<version>0.8.2</version>
2323
<modules>
2424
<module>common</module>
2525
<module>catalog-rest-service</module>

0 commit comments

Comments
 (0)