aboutsummaryrefslogtreecommitdiffstats
path: root/util/pom.xml
diff options
context:
space:
mode:
authorAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
committerAndy Clement <aclement@pivotal.io>2019-01-31 12:03:30 -0800
commitb5a9f23c80222f8d68985173c50016ab66c69115 (patch)
tree1cdc0ceb98c7ac92be2e6fbea668081d1390832f /util/pom.xml
parent1f66dac4c201c23c624cff7cf0751c2aa811e27b (diff)
downloadaspectj-b5a9f23c80222f8d68985173c50016ab66c69115.tar.gz
aspectj-b5a9f23c80222f8d68985173c50016ab66c69115.zip
various polish to previously mavenized projects to support newer ones
Diffstat (limited to 'util/pom.xml')
-rw-r--r--util/pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/util/pom.xml b/util/pom.xml
index c66446a32..d01d1fa14 100644
--- a/util/pom.xml
+++ b/util/pom.xml
@@ -3,15 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <artifactId>util</artifactId>
- <packaging>jar</packaging>
- <name>util</name>
-
<parent>
<groupId>org.aspectj</groupId>
<artifactId>aspectj-parent</artifactId>
<version>1.9.3.BUILD-SNAPSHOT</version>
- <relativePath>..</relativePath>
</parent>
+ <artifactId>util</artifactId>
+ <packaging>jar</packaging>
+ <name>util</name>
+
</project>