Skip to content

Commit

Permalink
Wrong parent adtifactId in firebase-realtome-database
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Jan 27, 2025
1 parent b0d3c0a commit 65241c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion firebase-realtime-database/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>io.quarkiverse.googlecloudservices</groupId>
<artifactId>quarkus-google-cloud-firebase-devservices-parent</artifactId>
<artifactId>quarkus-google-cloud-firebase-realtime-database-parent</artifactId>
<version>2.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion firebase-realtime-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-google-cloud-firebase-realtime-database-parent</artifactId>
<name>Quarkus - Google Cloud Services - Firebas Realtime Database</name>
<name>Quarkus - Google Cloud Services - Firebase Realtime Database</name>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 65241c4

Please sign in to comment.