Skip to content

Commit

Permalink
Fixed GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Swofty-Developments committed Apr 18, 2023
1 parent fdade23 commit a8750f7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,25 @@
</dependency>
</dependencies>

<profiles>
<profile>
<id>github</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Swofty-Developments/SwoftyDB</url>
</repository>
<snapshotRepository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Swofty-Developments/SwoftyDB</url>
</snapshotRepository>
</distributionManagement>
</profile>
</profiles>

</project>

0 comments on commit a8750f7

Please sign in to comment.