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

---
 pom.xml |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8886906..3204694 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,7 @@
   </parent>
   <groupId>org.forgerock.opendj</groupId>
   <artifactId>opendj-project</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>2.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>OpenDJ Directory Services Project</name>
   <description>
@@ -64,9 +64,9 @@
     </mailingList>
   </mailingLists>
   <scm>
-    <url>https://svn.forgerock.org/opendj/trunk/opendj/</url>
-    <connection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj/</connection>
-    <developerConnection>scm:svn:https://svn.forgerock.org/opendj/trunk/opendj/</developerConnection>
+    <url>https://svn.forgerock.org/opendj/fr-branches/b2.8</url>
+    <connection>scm:svn:https://svn.forgerock.org/opendj/fr-branches/b2.8</connection>
+    <developerConnection>scm:svn:https://svn.forgerock.org/opendj/fr-branches/b2.8</developerConnection>
   </scm>
   <ciManagement>
     <system>jenkins</system>
@@ -118,7 +118,7 @@
     <forgerockRestVersion>2.1.0-SNAPSHOT</forgerockRestVersion>
 
     <!-- OSGi bundles properties -->
-    <opendj.osgi.import.additional/>
+    <opendj.osgi.import.additional />
     <!--
      | Use provide:=true to disallow mixing OpenDJ and ForgeRock resource versions.
      | it change the version policy from == + to == =+  [2.0,3) [2.0,2.1)
@@ -149,9 +149,9 @@
         -D"pubDate=Publication date: December 31, 1969"
       At all other times, the dates should be empty.
     -->
-    <releaseDate/>
+    <releaseDate />
     <softwareReleaseDate>${releaseDate}</softwareReleaseDate>
-    <pubDate/>
+    <pubDate />
     <publicationDate>${pubDate}</publicationDate>
 
     <!-- Permit doc build to override relative locations of non DocBook content -->
@@ -533,7 +533,7 @@
           <plugin>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-copyright-maven-plugin</artifactId>
-            <version>1.0.0-SNAPSHOT</version>
+            <version>2.8.0-SNAPSHOT</version>
             <executions>
                 <execution>
                     <id>check-copyright</id>
@@ -554,7 +554,7 @@
             <plugin>
               <groupId>org.forgerock.opendj</groupId>
               <artifactId>opendj-copyright-maven-plugin</artifactId>
-              <version>1.0.0-SNAPSHOT</version>
+              <version>2.8.0-SNAPSHOT</version>
               <executions>
                   <execution>
                     <id>check-copyright</id>

--
Gitblit v1.10.0