From 482e359e5d411485277737d2e2bde0ebee47def9 Mon Sep 17 00:00:00 2001
From: Bruno Lavit <bruno.lavit@forgerock.com>
Date: Thu, 26 Nov 2015 15:02:38 +0000
Subject: [PATCH] Revert "[maven-release-plugin] prepare for next development iteration"

---
 opendj-packages/pom.xml |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index 7d57dff..7ac158c 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -24,7 +24,9 @@
   !      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>
 
     <parent>
@@ -131,7 +133,7 @@
         <legal.folder>legal-notices</legal.folder>
         <lib.folder>lib</lib.folder>
         <!-- Location of the opendj service file for linux based packages. -->
-        <sysv.file.location />
+        <sysv.file.location/>
     </properties>
 
     <modules>

--
Gitblit v1.10.0