Skip to content

Commit

Permalink
RxJava 3 should use the correct parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Oct 20, 2024
1 parent 9ef8fb4 commit 6c0277e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rxjava-3-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>io.vertx</groupId>
<parent>
<groupId>io.vertx</groupId>
<artifactId>vertx-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>
</parent>

<artifactId>rxjava-3-examples</artifactId>
<version>5.0.0-SNAPSHOT</version>

Expand Down

0 comments on commit 6c0277e

Please sign in to comment.