From 9b3bc883bcfb592990114de8db2facd4538fcab4 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 03 Dec 2013 17:32:47 +0000
Subject: [PATCH] Remove redundant maven-jar-plugin version information.
---
opendj-core/pom.xml | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index ca89ee9..e668716 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -96,7 +96,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.4</version>
<executions>
<execution>
<goals>
--
Gitblit v1.10.0