Skip to content

Commit ee0d029

Browse files
authored
Use Github package wildcard repository url (#1707)
* Use Github package wildcard repository url * Update pom.xml
1 parent c440699 commit ee0d029

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
@@ -349,13 +349,9 @@
349349
<layout>default</layout>
350350
<url>https://repo1.maven.org/maven2</url>
351351
</repository>
352-
<repository>
353-
<id>nexus-snapshot</id>
354-
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
355-
</repository>
356352
<repository>
357353
<id>github</id>
358-
<url>https://maven.pkg.github.com/streamnative/streamnative-bom</url>
354+
<url>https://maven.pkg.github.com/streamnative/*</url>
359355
<snapshots>
360356
<enabled>true</enabled>
361357
</snapshots>

0 commit comments

Comments
 (0)