Skip to content

Commit

Permalink
Merge pull request #27789 from gsmet/kubernetes-service-binding-its
Browse files Browse the repository at this point in the history
Fixes artifact names of Kubernetes Service Binding ITs
  • Loading branch information
gsmet authored Sep 8, 2022
2 parents 8e2d97b + e5497c1 commit 55e22e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration-tests/kubernetes-service-binding-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>999-SNAPSHOT</version>
</parent>

<artifactId>quarkus-integration-test-k8s-service-binding-jdbc</artifactId>
<artifactId>quarkus-integration-test-kubernetes-service-binding-jdbc</artifactId>
<name>Quarkus - Integration Tests - Kubernetes Service Binding JDBC</name>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>999-SNAPSHOT</version>
</parent>

<artifactId>kubernetes-service-binding-reactive</artifactId>
<artifactId>quarkus-integration-test-kubernetes-service-binding-reactive</artifactId>
<name>Quarkus - Integration Tests - Kubernetes Service Binding Reactive</name>

<dependencies>
Expand Down

0 comments on commit 55e22e9

Please sign in to comment.