Proper maven repo details
This commit is contained in:
parent
a861cc6d8c
commit
2a67f0182f
@ -1,14 +1,14 @@
|
|||||||
From 7efc9bdbba963f83977a6f03cec9b1604112ece1 Mon Sep 17 00:00:00 2001
|
From 5d7fe1d8ba54b000f583088bc50141a184818516 Mon Sep 17 00:00:00 2001
|
||||||
From: Zach Brown <Zbob750@live.com>
|
From: Zach Brown <Zbob750@live.com>
|
||||||
Date: Tue, 6 Jan 2015 22:12:31 -0600
|
Date: Tue, 6 Jan 2015 22:12:31 -0600
|
||||||
Subject: [PATCH] POM changes
|
Subject: [PATCH] POM changes
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index cb142f2..a2dd938 100644
|
index cb142f2..d63151f 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -4,23 +4,25 @@
|
@@ -4,35 +4,37 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -43,6 +43,22 @@ index cb142f2..a2dd938 100644
|
|||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
<!-- just until we get deployment to central approved -->
|
||||||
|
<distributionManagement>
|
||||||
|
<repository>
|
||||||
|
- <id>spigotmc-releases</id>
|
||||||
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/releases/</url>
|
||||||
|
+ <id>destroystokyo-releases</id>
|
||||||
|
+ <url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||||
|
</repository>
|
||||||
|
<snapshotRepository>
|
||||||
|
- <id>spigotmc-snapshots</id>
|
||||||
|
- <url>https://hub.spigotmc.org/nexus/content/repositories/snapshots/</url>
|
||||||
|
+ <id>destroystokyo-snapshots</id>
|
||||||
|
+ <url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||||
|
</snapshotRepository>
|
||||||
|
</distributionManagement>
|
||||||
|
|
||||||
@@ -129,26 +131,6 @@
|
@@ -129,26 +131,6 @@
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
@ -71,5 +87,5 @@ index cb142f2..a2dd938 100644
|
|||||||
<artifactId>maven-shade-plugin</artifactId>
|
<artifactId>maven-shade-plugin</artifactId>
|
||||||
<version>2.3</version>
|
<version>2.3</version>
|
||||||
--
|
--
|
||||||
2.7.0
|
2.7.1
|
||||||
|
|
||||||
|
8
pom.xml
8
pom.xml
@ -36,12 +36,12 @@
|
|||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
<id>md_5-releases</id>
|
<id>destroystokyo-releases</id>
|
||||||
<url>http://repo.md-5.net/content/repositories/releases/</url>
|
<url>https://repo.destroystokyo.com/content/repositories/releases/</url>
|
||||||
</repository>
|
</repository>
|
||||||
<snapshotRepository>
|
<snapshotRepository>
|
||||||
<id>md_5-snapshots</id>
|
<id>destroystokyo-snapshots</id>
|
||||||
<url>http://repo.md-5.net/content/repositories/snapshots/</url>
|
<url>https://repo.destroystokyo.com/content/repositories/snapshots/</url>
|
||||||
</snapshotRepository>
|
</snapshotRepository>
|
||||||
</distributionManagement>
|
</distributionManagement>
|
||||||
</project>
|
</project>
|
Loading…
Reference in New Issue
Block a user