mirror of
https://github.com/PaperMC/Waterfall.git
synced 2025-01-01 05:27:47 +01:00
Fetch version hash from the parent project
This fixes the disparity between the version hash in the version output vs that in the waterfall repo itself
This commit is contained in:
parent
85d4001642
commit
dd7f15943d
@ -1,4 +1,4 @@
|
||||
From cd99027f638fc0db380f0635fd44471e9411fb62 Mon Sep 17 00:00:00 2001
|
||||
From 24248dce94885f86db29c60d067123211040f4fa 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..5eab8750 100644
|
||||
index 4f8786a5..034e918f 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -3,18 +3,25 @@
|
||||
@ -587,7 +587,15 @@ index 4f8786a5..5eab8750 100644
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
</properties>
|
||||
|
||||
@@ -118,24 +142,13 @@
|
||||
@@ -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 @@
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
@ -617,7 +625,7 @@ index 4f8786a5..5eab8750 100644
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
@@ -171,4 +184,49 @@
|
||||
@@ -171,4 +185,49 @@
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
Loading…
Reference in New Issue
Block a user