From ccab156039cbb22408ffe623e169bd15dcfcfbdc Mon Sep 17 00:00:00 2001
From: Gaetan Boismal <gaetan.boismal@forgerock.com>
Date: Fri, 04 Mar 2016 11:00:36 +0000
Subject: [PATCH] Code cleanup

---
 opendj-server/pom.xml |   14 ++++----------
 1 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/opendj-server/pom.xml b/opendj-server/pom.xml
index 693311c..77dd23d 100644
--- a/opendj-server/pom.xml
+++ b/opendj-server/pom.xml
@@ -12,7 +12,7 @@
   Header, with the fields enclosed by brackets [] replaced by your own identifying
   information: "Portions Copyright [year] [name of copyright owner]".
 
-  Copyright 2013-2015 ForgeRock AS.
+  Copyright 2013-2016 ForgeRock AS.
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
@@ -83,20 +83,14 @@
         <filtering>true</filtering>
       </resource>
     </resources>
+
     <plugins>
+      <!-- Parse version to generate properties (major.version, minor.version, ...) -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.8</version>
-        <executions>
-          <execution>
-            <id>parse-version</id>
-            <goals>
-              <goal>parse-version</goal>
-            </goals>
-          </execution>
-        </executions>
       </plugin>
+
       <!-- Retrieve the SVN revision number and the build timestamp -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>

--
Gitblit v1.10.0