From 08cfdc3ab2310bb16841343a47535490654bef30 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 30 Jan 2014 17:50:53 +0000
Subject: [PATCH] Prepare for 2.6.7 release:

---
 pom.xml |   24 ++++--------------------
 1 files changed, 4 insertions(+), 20 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea18098..2491fbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   <parent>
     <groupId>org.forgerock</groupId>
     <artifactId>forgerock-parent</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.1</version>
   </parent>
   <groupId>org.forgerock.opendj</groupId>
   <artifactId>opendj-project</artifactId>
@@ -100,14 +100,14 @@
   <properties>
     <currentSDKversion>${project.version}</currentSDKversion>
     <stableSDKversion>version.not.defined</stableSDKversion>
-    <currentServerVersion>2.5.0-SNAPSHOT</currentServerVersion>
-    <stableServerVersion>2.4.6</stableServerVersion>
+    <currentServerVersion>2.6.0</currentServerVersion>
+    <stableServerVersion>2.6.0</stableServerVersion>
     <docTargetVersion>2.6.0</docTargetVersion>
     <sdkDocTargetVersion>2.6.0</sdkDocTargetVersion>
     <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
     <i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
     <grizzlyFrameworkVersion>2.3.4</grizzlyFrameworkVersion>
-    <forgerockRestVersion>2.0.1</forgerockRestVersion>
+    <forgerockRestVersion>2.0.2</forgerockRestVersion>
     <gaId>UA-23412190-8</gaId>
     <!-- OSGi bundles properties -->
     <opendj.osgi.import.additional />
@@ -327,22 +327,6 @@
           <artifactId>i18n-maven-plugin</artifactId>
           <version>${i18nFrameworkVersion}</version>
         </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.2.2</version>
-          <inherited>true</inherited>
-          <configuration>
-            <!-- Disable inherited configuration -->
-            <autoVersionSubmodules>true</autoVersionSubmodules>
-            <mavenExecutorId>forked-path</mavenExecutorId>
-            <useReleaseProfile>true</useReleaseProfile>
-            <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
-            <goals>deploy</goals>
-            <arguments>-Penforce</arguments>
-            <tagNameFormat>@{project.version}-sdk</tagNameFormat>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
   </build>

--
Gitblit v1.10.0