From 6610fb74d8437218c61e60052b1cb3e50a461a62 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Fri, 31 Jan 2014 08:31:13 +0000
Subject: [PATCH] Update to latest forgerock-parent and remove unnecessary maven-release-plugin config which is now defined in the parent.

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

diff --git a/pom.xml b/pom.xml
index 1cc3bc5..bce6d15 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>
@@ -321,22 +321,6 @@
             </instrumentation>
           </configuration>
         </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>
         <!--This plugin's configuration is used to store Eclipse m2e settings only.
             It has no influence on the Maven build itself.-->
         <plugin>

--
Gitblit v1.10.0