From de77eadea038afda4df88c24d8c1a97b5d4b2a3f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 May 2015 10:30:37 +0000
Subject: [PATCH] [maven-release-plugin] prepare branch b2.8

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

diff --git a/opendj-server/pom.xml b/opendj-server/pom.xml
index 395b727..dcfe0a0 100644
--- a/opendj-server/pom.xml
+++ b/opendj-server/pom.xml
@@ -24,13 +24,12 @@
   !      Copyright 2013 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>
     <artifactId>opendj-project</artifactId>
     <groupId>org.forgerock.opendj</groupId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
   </parent>
   <artifactId>opendj-server</artifactId>
   <name>OpenDJ Server</name>
@@ -41,7 +40,7 @@
   <properties>
     <!-- Product information properties -->
     <shortProductName>OpenDJ</shortProductName>
-    <patchFixIds></patchFixIds>
+    <patchFixIds />
     <isDebugBuild>false</isDebugBuild>
     <docHomepageUrl>http://opendj.forgerock.org/</docHomepageUrl>
     <docWikiUrl>http://opendj.forgerock.org/docs.html</docWikiUrl>

--
Gitblit v1.10.0