Skip to content

Commit

Permalink
update pom artifact ð
Browse files Browse the repository at this point in the history
  • Loading branch information
ciusji committed Jul 29, 2022
1 parent 4e212f4 commit 6c9e40b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>openmetadata-ui</artifactId>
<artifactId>metadata-ui</artifactId>

<properties>
<dropwizard.swagger.version>2.0.12-1</dropwizard.swagger.version>
Expand All @@ -19,12 +19,12 @@

<dependencies>
<dependency>
<groupId>org.open-metadata</groupId>
<groupId>io.github.GuinsooLab</groupId>
<artifactId>common</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.open-metadata</groupId>
<groupId>io.github.GuinsooLab</groupId>
<artifactId>catalog-rest-service</artifactId>
<version>${project.version}</version>
</dependency>
Expand Down

0 comments on commit 6c9e40b

Please sign in to comment.