From 0be7475fac44a1cbf30e5e719bc4dbd7b4df32c4 Mon Sep 17 00:00:00 2001
From: Alexander Kriegisch <Alexander@Kriegisch.name>
Date: Thu, 15 Apr 2021 18:52:14 +0700
Subject: Remove redundant 'name' and 'packaging' tags from POMs

If 'name' is identical to 'artifactId' and 'packaging' has the default
value 'jar', we can just remove those tags from the POM.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
---
 util/pom.xml | 2 --
 1 file changed, 2 deletions(-)

(limited to 'util')

diff --git a/util/pom.xml b/util/pom.xml
index 1b92b298b..fd34a7700 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -10,7 +10,5 @@
   </parent>
 
   <artifactId>util</artifactId>
-  <packaging>jar</packaging>
-  <name>util</name>
 
 </project>
-- 
cgit v1.2.3