Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fixed project naming for postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Oct 5, 2023
1 parent e85fd86 commit a1feefe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/docker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-api-designer-storage-postgres</artifactId>
<artifactId>apicurio-api-designer-storage-postgresql</artifactId>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@

<dependency>
<groupId>io.apicurio</groupId>
<artifactId>apicurio-api-designer-storage-postgres</artifactId>
<artifactId>apicurio-api-designer-storage-postgresql</artifactId>
<version>${project.version}</version>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions storage/postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>apicurio-api-designer-storage-postgres</artifactId>
<name>apicurio-api-designer-storage-postgres</name>
<artifactId>apicurio-api-designer-storage-postgresql</artifactId>
<name>apicurio-api-designer-storage-postgresql</name>
<packaging>jar</packaging>

<dependencies>
Expand Down

0 comments on commit a1feefe

Please sign in to comment.