Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Fixed failing integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanKanojia committed Mar 25, 2019
1 parent b5277f8 commit 8c6db0b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions generator/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>

<artifactId>fabric8-maven-generator-quarkus</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>

<name>Fabric8 Maven :: Generator :: Quarkus</name>

Expand Down
2 changes: 1 addition & 1 deletion it/src/it/secret-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>4.0-SNAPSHOT</version>
<version>@fmp.version@</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions samples/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>fabric8-maven-sample-quarkus</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>

<name>Fabric8 Maven :: Sample :: Quarkus</name>

Expand Down Expand Up @@ -94,7 +94,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</plugin>

</plugins>
Expand Down

0 comments on commit 8c6db0b

Please sign in to comment.