Skip to content

Commit

Permalink
Add Github Distribution Management stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauriichan committed Aug 12, 2021
1 parent 48905b2 commit 65489af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions legacy-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<version>1.0.0</version>
</parent>
<artifactId>legacy-api</artifactId>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/SourceWriters/RealisticWorldGenerator-Api</url>
</repository>
</distributionManagement>

<dependencies>

Expand Down

0 comments on commit 65489af

Please sign in to comment.