Skip to content

Commit

Permalink
chore(fix): update sub modules to correct parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
janpk committed May 31, 2024
1 parent 438147c commit 7f1b351
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mockk</groupId>
<artifactId>quarkus-junit5-mockk-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -103,4 +103,4 @@
</plugins>
</build>

</project>
</project>
4 changes: 2 additions & 2 deletions junit5-mockk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.quarkiverse.mockk</groupId>
<artifactId>quarkus-junit5-mockk-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down Expand Up @@ -93,4 +93,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 7f1b351

Please sign in to comment.