Skip to content

Commit c89a8f6

Browse files
committed
Add pan-repo.
1 parent 23e57e5 commit c89a8f6

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

pom.xml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>mx.kenzie</groupId>
88
<artifactId>byteskript</artifactId>
99
<version>1.0.0</version>
10-
<name>Skript</name>
10+
<name>ByteSkript</name>
1111

1212
<properties>
1313
<maven.compiler.source>17</maven.compiler.source>
@@ -16,7 +16,7 @@
1616
</properties>
1717

1818
<build>
19-
<finalName>Skript</finalName>
19+
<finalName>ByteSkript</finalName>
2020
<plugins>
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
@@ -90,6 +90,14 @@
9090
</plugins>
9191
</build>
9292

93+
<repositories>
94+
<repository>
95+
<id>pan-repo</id>
96+
<name>Pandaemonium Repository</name>
97+
<url>https://gitlab.com/api/v4/projects/18568066/packages/maven</url>
98+
</repository>
99+
</repositories>
100+
93101
<dependencies>
94102
<dependency>
95103
<groupId>mx.kenzie</groupId>

0 commit comments

Comments
 (0)