From 29d166b011c2797ab66743e10f1d7b09f4d069d6 Mon Sep 17 00:00:00 2001
From: Jenkins slave <bruno.lavit@forgerock.com>
Date: Thu, 26 Nov 2015 14:34:20 +0000
Subject: [PATCH] [maven-release-plugin] prepare for next development iteration

---
 opendj-packages/opendj-deb/pom.xml |   17 +++++++----------
 1 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/opendj-packages/opendj-deb/pom.xml b/opendj-packages/opendj-deb/pom.xml
index c743e1b..04e46ac 100644
--- a/opendj-packages/opendj-deb/pom.xml
+++ b/opendj-packages/opendj-deb/pom.xml
@@ -24,9 +24,7 @@
   !      Copyright 2015 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">
+<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>
 
     <packaging>pom</packaging>
@@ -56,9 +54,9 @@
         <deb.maintainer>opendj@forgerock.org</deb.maintainer>
         <manpage.dir>${project.build.directory}/dependency/man</manpage.dir>
         <deb.doc.homepage.url>http://opendj.forgerock.org/</deb.doc.homepage.url>
-        <deb.product.name/>
-        <deb.product.name.lowercase/>
-        <deb.resources.path/>
+        <deb.product.name />
+        <deb.product.name.lowercase />
+        <deb.resources.path />
     </properties>
 
     <build>
@@ -126,8 +124,7 @@
                             </goals>
                             <configuration>
                                 <target>
-                                    <gzip src="${deb.resources.path}/changelog"
-                                          destfile="${project.build.directory}/deb/changelog.Debian.gz"/>
+                                    <gzip src="${deb.resources.path}/changelog" destfile="${project.build.directory}/deb/changelog.Debian.gz" />
                                 </target>
                             </configuration>
                         </execution>
@@ -141,8 +138,8 @@
                             <configuration>
                                 <target>
                                     <apply executable="gzip"><!-- Must we also build these packages on Windows? -->
-                                        <arg value="-9"/>
-                                        <fileset dir="${manpage.dir}"/>
+                                        <arg value="-9" />
+                                        <fileset dir="${manpage.dir}" />
                                     </apply>
                                 </target>
                             </configuration>

--
Gitblit v1.10.0