Skip to content

Commit 637d1f2

Browse files
committed
Fix formatting in pom xml file
1 parent a36955c commit 637d1f2

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pom.xml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,12 @@
3030
<url>https://repo.pgm.fyi/snapshots</url>
3131
</repository>
3232
<repository>
33-
<id>ashcon-repo</id>
34-
<url>https://repo.ashcon.app/content/repositories/snapshots</url>
33+
<id>jitpack.io</id>
34+
<url>https://jitpack.io</url>
35+
</repository>
36+
<repository>
37+
<id>ashcon-repo</id>
38+
<url>https://repo.ashcon.app/content/repositories/snapshots</url>
3539
</repository>
3640
</repositories>
3741

@@ -49,10 +53,10 @@
4953
<scope>provided</scope>
5054
</dependency>
5155
<dependency>
52-
<groupId>dev.pgm</groupId>
56+
<groupId>com.github.PGMDev</groupId>
5357
<artifactId>Events</artifactId>
54-
<version>1.0.0-SNAPSHOT</version>
55-
<scope>provided</scope>
58+
<version>master-9671be2b43-1</version>
59+
<scope>provided</scope>
5660
</dependency>
5761
<dependency>
5862
<groupId>tc.oc.occ</groupId>

0 commit comments

Comments
 (0)