Skip to content

Commit b37a1d3

Browse files
committed
fix versions
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 94bf820 commit b37a1d3

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

+14-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
<fabric8-httpclient-impl.name>jdk</fabric8-httpclient-impl.name>
6262

6363
<junit.version>5.12.0</junit.version>
64-
<fabric8-client.version>7.1.0</fabric8-client.version>
64+
<fabric8-client.version>7.2-SNAPSHOT</fabric8-client.version>
6565
<slf4j.version>2.0.12</slf4j.version>
6666
<log4j.version>2.24.3</log4j.version>
6767
<mokito.version>5.16.0</mokito.version>
@@ -237,6 +237,19 @@
237237
</dependencies>
238238
</dependencyManagement>
239239

240+
<repositories>
241+
<repository>
242+
<releases>
243+
<enabled>false</enabled>
244+
</releases>
245+
<snapshots>
246+
<enabled>true</enabled>
247+
</snapshots>
248+
<id>oss.sonatype.org-snapshot</id>
249+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
250+
</repository>
251+
</repositories>
252+
240253
<build>
241254
<pluginManagement>
242255
<plugins>

0 commit comments

Comments
 (0)