mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-11-24 19:25:16 +01:00
Revert "Fetch version hash from the parent project"
This fails to work consistently due to how maven seems to resolve this information, hopefully we'll take another stab at this at a later date
This commit is contained in:
parent
dd7f15943d
commit
2af9e83888
@ -1,4 +1,4 @@
|
||||
From 24248dce94885f86db29c60d067123211040f4fa Mon Sep 17 00:00:00 2001
|
||||
From cd99027f638fc0db380f0635fd44471e9411fb62 Mon Sep 17 00:00:00 2001
|
||||
From: Tux <write@imaginarycode.com>
|
||||
Date: Thu, 19 May 2016 19:33:31 +0200
|
||||
Subject: [PATCH] POM Changes
|
||||
@ -483,7 +483,7 @@ index 15c0ada2..7073b404 100644
|
||||
<dependencies>
|
||||
<dependency>
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 4f8786a5..034e918f 100644
|
||||
index 4f8786a5..5eab8750 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -3,18 +3,25 @@
|
||||
@ -587,15 +587,7 @@ index 4f8786a5..034e918f 100644
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
@@ -107,6 +131,7 @@
|
||||
<artifactId>scriptus</artifactId>
|
||||
<version>0.3.1</version>
|
||||
<configuration>
|
||||
+ <scmDirectory>${project.parent.basedir}</scmDirectory>
|
||||
<format>git:${project.name}:${project.version}:%s:${build.number}</format>
|
||||
</configuration>
|
||||
<executions>
|
||||
@@ -118,24 +143,13 @@
|
||||
@@ -118,24 +142,13 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
@ -625,7 +617,7 @@ index 4f8786a5..034e918f 100644
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
@@ -171,4 +185,49 @@
|
||||
@@ -171,4 +184,49 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
Loading…
Reference in New Issue
Block a user