Skip to content

Commit a8750f7

Browse files
Fixed GitHub Packages
1 parent fdade23 commit a8750f7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,25 @@
6666
</dependency>
6767
</dependencies>
6868

69+
<profiles>
70+
<profile>
71+
<id>github</id>
72+
<activation>
73+
<activeByDefault>true</activeByDefault>
74+
</activation>
75+
<distributionManagement>
76+
<repository>
77+
<id>github</id>
78+
<name>GitHub Packages</name>
79+
<url>https://maven.pkg.github.com/Swofty-Developments/SwoftyDB</url>
80+
</repository>
81+
<snapshotRepository>
82+
<id>github</id>
83+
<name>GitHub Packages</name>
84+
<url>https://maven.pkg.github.com/Swofty-Developments/SwoftyDB</url>
85+
</snapshotRepository>
86+
</distributionManagement>
87+
</profile>
88+
</profiles>
89+
6990
</project>

0 commit comments

Comments
 (0)