From d0b54e1be9d3a05ff60c95d5854f7ca4b341c961 Mon Sep 17 00:00:00 2001
From: Chris Ridd <chris.ridd@forgerock.com>
Date: Fri, 30 Aug 2013 14:51:30 +0000
Subject: [PATCH] [artifactory-release] Next development version

---
 opendj-rest2ldap/pom.xml |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/opendj-rest2ldap/pom.xml b/opendj-rest2ldap/pom.xml
index 6ae8f41..930a22f 100644
--- a/opendj-rest2ldap/pom.xml
+++ b/opendj-rest2ldap/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
   The contents of this file are subject to the terms of the Common Development and
   Distribution License (the License). You may not use this file except in compliance with the
@@ -13,13 +13,12 @@
   information: "Portions Copyright [year] [name of copyright owner]".
 
   Copyright 2012 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>2.6.1-SNAPSHOT</version>
+        <version>2.6.2-SNAPSHOT</version>
     </parent>
     <artifactId>opendj-rest2ldap</artifactId>
     <name>OpenDJ Commons REST Adapter</name>
@@ -34,7 +33,7 @@
         <dependency>
             <groupId>org.forgerock.opendj</groupId>
             <artifactId>opendj-ldap-sdk</artifactId>
-            <version>${project.version}</version>
+            <version>2.6.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.forgerock.commons</groupId>

--
Gitblit v1.10.0