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:
Shane Freeder 2019-01-16 19:39:20 +00:00
parent dd7f15943d
commit 2af9e83888
No known key found for this signature in database
GPG Key ID: A3F61EA5A085289C

View File

@ -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>