From 97a52ac7834291c2b62f9792c4f9d2e14a25c2a6 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Mon, 14 Mar 2016 17:48:08 +0000
Subject: [PATCH] Minor cleanup: invert parent pom and bom location in file-system
---
opendj-sdk/opendj-grizzly/pom.xml | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/opendj-sdk/opendj-grizzly/pom.xml b/opendj-sdk/opendj-grizzly/pom.xml
index df273d2..d684b16 100644
--- a/opendj-sdk/opendj-grizzly/pom.xml
+++ b/opendj-sdk/opendj-grizzly/pom.xml
@@ -12,7 +12,7 @@
Header, with the fields enclosed by brackets [] replaced by your own identifying
information: "Portions Copyright [year] [name of copyright owner]".
- Copyright 2013-2015 ForgeRock AS.
+ Copyright 2013-2016 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">
<modelVersion>4.0.0</modelVersion>
@@ -21,7 +21,6 @@
<artifactId>opendj-sdk-parent</artifactId>
<groupId>org.forgerock.opendj</groupId>
<version>4.0.0-SNAPSHOT</version>
- <relativePath>../opendj-sdk-parent/pom.xml</relativePath>
</parent>
<artifactId>opendj-grizzly</artifactId>
--
Gitblit v1.10.0