Skip to content

Commit

Permalink
Fix groupId
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer4j committed Aug 31, 2023
1 parent 546066b commit 675f026
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pinot-client-mutiny/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -50,7 +50,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
Expand Down
4 changes: 2 additions & 2 deletions pinot-client-rxjava2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down Expand Up @@ -49,7 +49,7 @@
<configuration>
<artifactItems>
<artifactItem>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client</artifactId>
<version>1.0-SNAPSHOT</version>
<type>jar</type>
Expand Down
4 changes: 2 additions & 2 deletions pinot-client-rxjava3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand All @@ -35,7 +35,7 @@
<version>${stack.version}</version>
</dependency>
<dependency>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion pinot-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client-parent</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
child.project.url.inherit.append.path="false">
<modelVersion>4.0.0</modelVersion>

<groupId>io.reactiverse.pinot</groupId>
<groupId>io.reactiverse</groupId>
<artifactId>pinot-client-parent</artifactId>
<version>1.0-SNAPSHOT</version>

Expand Down

0 comments on commit 675f026

Please sign in to comment.