From fb5bd9ea9cf3731fcc265e85ecd027ae10fd33f7 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 21 Jul 2011 13:53:48 +0000
Subject: [PATCH] Fix Maven warnings.
---
opendj-sdk/opends/pom.xml | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/opendj-sdk/opends/pom.xml b/opendj-sdk/opends/pom.xml
index 676fd88..0f19e2e 100644
--- a/opendj-sdk/opends/pom.xml
+++ b/opendj-sdk/opends/pom.xml
@@ -77,7 +77,6 @@
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
- <version>1.6</version>
<executions>
<execution>
<id>clean</id>
@@ -148,13 +147,6 @@
<goal>parse-version</goal>
</goals>
</execution>
- </executions>
- </plugin>
- <plugin>
- <groupId>org.codehaus.mojo</groupId>
- <artifactId>build-helper-maven-plugin</artifactId>
- <version>1.7</version>
- <executions>
<execution>
<id>attach-artifacts</id>
<phase>package</phase>
--
Gitblit v1.10.0