Skip to content

Commit

Permalink
Merge pull request quarkusio#9492 from gsmet/fix-snapshot-versions
Browse files Browse the repository at this point in the history
Fix snapshot versions
  • Loading branch information
gsmet authored May 20, 2020
2 parents 37df7e7 + 17d6c60 commit a559667
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-container-image-jib</artifactId>
<version>999-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-bom</artifactId>
<version>999-SNAPSHOT</version>
<version>@project.version@</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
1 change: 1 addition & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<module>hibernate-orm-rest-data-panache</module>
<module>hibernate-orm-panache-kotlin</module>
<module>hibernate-search-elasticsearch</module>
<module>hibernate-tenancy</module>
<module>vertx-http</module>
<module>vertx</module>
<module>spring-di</module>
Expand Down

0 comments on commit a559667

Please sign in to comment.