Skip to content

Commit fbe2a2c

Browse files
Update pom.xml
1 parent a53f0e4 commit fbe2a2c

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

pom.xml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@
1818
</plugin>
1919
</plugins>
2020
</build>
21-
<repositories>
22-
<repository>
23-
<id>github</id>
24-
<url>https://github.com/ArtifactForms/MeshLibCore/master/</url>
25-
</repository>
26-
</repositories>
21+
<distributionManagement>
22+
<repository>
23+
<id>github</id>
24+
<name>GitHub ArtifactForms Apache Maven Packages</name>
25+
<url>https://maven.pkg.github.com/ArtifactForms/MeshLibCore</url>
26+
</repository>
27+
</distributionManagement>
28+
2729
<dependencies>
2830
<dependency>
2931
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)