Skip to content

Commit baab17c

Browse files
committed
fix: modify the distributionManagement tag in the pom.xml file
1 parent b429af3 commit baab17c

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,11 @@
350350
</build>
351351

352352
<distributionManagement>
353-
<snapshotRepository>
354-
<id>central</id>
355-
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
356-
</snapshotRepository>
353+
<repository>
354+
<id>github</id>
355+
<name>GitHub PixxelHQ Apache Maven Packages</name>
356+
<url>https://maven.pkg.github.com/pixxelhq/yamcs</url>
357+
</repository>
357358
</distributionManagement>
358359

359360
<profiles>

0 commit comments

Comments
 (0)