Skip to content
Snippets Groups Projects

fix: Use reactive RestClient package in EfServices module + increment to 1.1.5-SNAPSHOT

Merged Zachary Sabourin requested to merge reactive-package-fix into main
1 unresolved thread
11 files
+ 12
13
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
1
@@ -9,7 +9,7 @@
@@ -9,7 +9,7 @@
<parent>
<parent>
<groupId>org.eclipsefoundation</groupId>
<groupId>org.eclipsefoundation</groupId>
<artifactId>quarkus-commons</artifactId>
<artifactId>quarkus-commons</artifactId>
<version>1.1.4</version>
<version>1.1.5-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
<relativePath>../pom.xml</relativePath>
</parent>
</parent>
<properties>
<properties>
Loading