Skip to content

Commit 006b4ce

Browse files
committed
Update repositories
1 parent 25328eb commit 006b4ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

BungeeCord-Patches/0001-POM-Changes.patch

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
From 5bfb99d7637c17e7ae594af6da89ad196a2aa76d Mon Sep 17 00:00:00 2001
1+
From f5fc4ce793c09e8a0fe98cb9c6be4008c2d85583 Mon Sep 17 00:00:00 2001
22
From: Tux <[email protected]>
33
Date: Thu, 19 May 2016 19:33:31 +0200
44
Subject: [PATCH] POM Changes
@@ -593,7 +593,7 @@ index 8beec32c..023ce639 100644
593593
<license>
594594
<name>BSD-3-Clause</name>
595595
diff --git a/pom.xml b/pom.xml
596-
index 548700d2..5b9b8c1f 100644
596+
index 548700d2..13fa2257 100644
597597
--- a/pom.xml
598598
+++ b/pom.xml
599599
@@ -3,18 +3,18 @@
@@ -677,11 +677,11 @@ index 548700d2..5b9b8c1f 100644
677677
- <id>ossrh-staging-api</id>
678678
- <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
679679
+ <id>papermc-releases</id>
680-
+ <url>https://repo.papermc.io/repository/maven-releases/</url>
680+
+ <url>https://artifactory.papermc.io/artifactory/releases/</url>
681681
</repository>
682682
+ <snapshotRepository>
683683
+ <id>papermc-snapshots</id>
684-
+ <url>https://repo.papermc.io/repository/maven-snapshots/</url>
684+
+ <url>https://artifactory.papermc.io/artifactory/snapshots/</url>
685685
+ </snapshotRepository>
686686
</distributionManagement>
687687

0 commit comments

Comments
 (0)