Skip to content

Commit

Permalink
try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
dcdh committed Mar 8, 2024
1 parent f46413f commit 099d8e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion integration-tests/inmemory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<artifactId>quarkus-shedlock-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-shedlock-provider-inmemory-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<artifactId>quarkus-shedlock-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-shedlock-provider-jdbc-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/mixed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<artifactId>quarkus-shedlock-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-shedlock-providers-mixed-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/mongo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.quarkiverse.shedlock</groupId>
<artifactId>quarkus-shedlock-parent</artifactId>
<artifactId>quarkus-shedlock-integration-tests</artifactId>
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-shedlock-provider-mongo-integration-tests</artifactId>
Expand Down

0 comments on commit 099d8e9

Please sign in to comment.