Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Happyuky7 committed Mar 15, 2023
2 parents acac1c4 + 4ac3486 commit a2a0b7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@
</dependency>
</dependencies>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<url>https://maven.pkg.github.com/HappyRogelio7/SEPARE-WORLD-ITEMS</url>
</repository>
</distributionManagement>

<build>
<!-- Name of your compiled artifact -->
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down

0 comments on commit a2a0b7b

Please sign in to comment.