Skip to content

Commit 0fb2b3c

Browse files
authored
Use Github package wildcard repository url (#1573)
* Use Github package wildcard repository url * Update pom.xml
1 parent db21674 commit 0fb2b3c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -335,13 +335,9 @@
335335
<layout>default</layout>
336336
<url>https://repo1.maven.org/maven2</url>
337337
</repository>
338-
<repository>
339-
<id>nexus-snapshot-repo</id>
340-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
341-
</repository>
342338
<repository>
343339
<id>github</id>
344-
<url>https://maven.pkg.github.com/streamnative/streamnative-bom</url>
340+
<url>https://maven.pkg.github.com/streamnative/*</url>
345341
<snapshots>
346342
<enabled>true</enabled>
347343
</snapshots>

0 commit comments

Comments
 (0)