Skip to content

Commit 41c0647

Browse files
committed
chore: temporarily activate snapshot repository
1 parent 9961885 commit 41c0647

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@
196196
</dependencies>
197197
</dependencyManagement>
198198

199+
<!-- todo: remove once fabric8 5.12.4 is released -->
200+
<repositories>
201+
<repository>
202+
<id>ossrh</id>
203+
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
204+
<snapshots>
205+
<enabled>true</enabled>
206+
</snapshots>
207+
</repository>
208+
</repositories>
209+
199210
<distributionManagement>
200211
<snapshotRepository>
201212
<id>ossrh</id>

0 commit comments

Comments
 (0)