From 2dcf82a9990b4007cd766013ea6381b339b09b93 Mon Sep 17 00:00:00 2001
From: Nicolas Capponi <nicolas.capponi@forgerock.com>
Date: Fri, 17 Apr 2015 12:02:37 +0000
Subject: [PATCH] Update to Java 7

---
 opendj-sdk/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/opendj-sdk/pom.xml b/opendj-sdk/pom.xml
index cc20fc8..2f0bda4 100644
--- a/opendj-sdk/pom.xml
+++ b/opendj-sdk/pom.xml
@@ -256,8 +256,8 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <configuration>
-            <source>1.6</source>
-            <target>1.6</target>
+            <source>1.7</source>
+            <target>1.7</target>
           </configuration>
         </plugin>
         <plugin>

--
Gitblit v1.10.0