From de77eadea038afda4df88c24d8c1a97b5d4b2a3f Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 28 May 2015 10:30:37 +0000
Subject: [PATCH] [maven-release-plugin] prepare branch b2.8
---
opendj-maven-plugin/pom.xml | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index 64306c0..8cb0d4c 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -25,13 +25,12 @@
! Copyright 2015 ForgeRock AS.
!
-->
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
- xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<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>3.0.0-SNAPSHOT</version>
+ <version>2.8.0-SNAPSHOT</version>
</parent>
<artifactId>opendj-maven-plugin</artifactId>
--
Gitblit v1.10.0