Skip to content

Commit 1fb5dee

Browse files
committed
(Do not merge) Nightly build with next fabric8 client version next
Signed-off-by: Attila Mészáros <a_meszaros@apple.com>
1 parent e775349 commit 1fb5dee

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

pom.xml

Lines changed: 14 additions & 1 deletion
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.2</junit.version>
64-
<fabric8-client.version>7.2.0</fabric8-client.version>
64+
<fabric8-client.version>7.3-SNAPSHOT</fabric8-client.version>
6565
<slf4j.version>2.0.12</slf4j.version>
6666
<log4j.version>2.24.3</log4j.version>
6767
<mokito.version>5.17.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>snapshots-repo</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)