mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-28 13:15:31 +01:00
Manually specify deploy plugin version
This commit is contained in:
parent
897f9d63f5
commit
c803d54488
@ -1,4 +1,4 @@
|
|||||||
From c2caf310836a836b4641a002ab133c7be8a17451 Mon Sep 17 00:00:00 2001
|
From 6c8c19cd17895f753938e32d80bd00a5c9cad4ef Mon Sep 17 00:00:00 2001
|
||||||
From: Tux <write@imaginarycode.com>
|
From: Tux <write@imaginarycode.com>
|
||||||
Date: Thu, 19 May 2016 19:33:31 +0200
|
Date: Thu, 19 May 2016 19:33:31 +0200
|
||||||
Subject: [PATCH] POM Changes
|
Subject: [PATCH] POM Changes
|
||||||
@ -483,7 +483,7 @@ index 15c0ada2..7073b404 100644
|
|||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
diff --git a/pom.xml b/pom.xml
|
diff --git a/pom.xml b/pom.xml
|
||||||
index 4f8786a5..1f9880ef 100644
|
index 4f8786a5..eba8af65 100644
|
||||||
--- a/pom.xml
|
--- a/pom.xml
|
||||||
+++ b/pom.xml
|
+++ b/pom.xml
|
||||||
@@ -3,18 +3,25 @@
|
@@ -3,18 +3,25 @@
|
||||||
@ -617,7 +617,7 @@ index 4f8786a5..1f9880ef 100644
|
|||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
@@ -171,4 +184,86 @@
|
@@ -171,4 +184,87 @@
|
||||||
</plugins>
|
</plugins>
|
||||||
</pluginManagement>
|
</pluginManagement>
|
||||||
</build>
|
</build>
|
||||||
@ -698,6 +698,7 @@ index 4f8786a5..1f9880ef 100644
|
|||||||
+ <plugin>
|
+ <plugin>
|
||||||
+ <groupId>org.apache.maven.plugins</groupId>
|
+ <groupId>org.apache.maven.plugins</groupId>
|
||||||
+ <artifactId>maven-deploy-plugin</artifactId>
|
+ <artifactId>maven-deploy-plugin</artifactId>
|
||||||
|
+ <version>2.7</version>
|
||||||
+ </plugin>
|
+ </plugin>
|
||||||
+ </plugins>
|
+ </plugins>
|
||||||
+ </build>
|
+ </build>
|
||||||
@ -858,5 +859,5 @@ index fdd44b20..4ae682ee 100644
|
|||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
--
|
--
|
||||||
2.21.0.windows.1
|
2.21.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user