32 lines
720 B
Diff
32 lines
720 B
Diff
From f324b264d31a0225566f9e2a33fd7ffe661c866b Mon Sep 17 00:00:00 2001
|
|
From: Marian Koncek <mkoncek@redhat.com>
|
|
Date: Fri, 7 Jun 2019 08:52:02 +0200
|
|
Subject: [PATCH] Remove parent velocity-master
|
|
|
|
---
|
|
pom.xml | 8 +-------
|
|
1 file changed, 1 insertion(+), 7 deletions(-)
|
|
|
|
diff --git a/pom.xml b/pom.xml
|
|
index ee7b1e5..7c408cc 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -23,13 +23,7 @@
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
- <parent>
|
|
- <groupId>org.apache.velocity</groupId>
|
|
- <artifactId>velocity-master</artifactId>
|
|
- <version>2</version>
|
|
- <relativePath />
|
|
- </parent>
|
|
-
|
|
+ <groupId>org.apache.velocity</groupId>
|
|
<artifactId>velocity-engine-parent</artifactId>
|
|
<version>2.1</version>
|
|
|
|
--
|
|
2.20.1
|
|
|