From 9f9628bf9d3eae728e1fb0aafde887f635ba396b Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Thu, 10 Nov 2011 14:03:20 +0000
Subject: [PATCH] Update to ForgeRock parent 1.1.0-SNAPSHOT in order to pick up Checkstyle 2.8 plugin version, plus other minor POM changes.
---
opendj-sdk/opendj3/opendj-ldap-toolkit/pom.xml | 1 -
opendj-sdk/opendj3/pom.xml | 17 ++++++++++++++++-
opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml | 1 -
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml b/opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml
index 9f34894..7d4ca4e 100644
--- a/opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml
+++ b/opendj-sdk/opendj3/opendj-ldap-sdk/pom.xml
@@ -65,7 +65,6 @@
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
- <version>1.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
diff --git a/opendj-sdk/opendj3/opendj-ldap-toolkit/pom.xml b/opendj-sdk/opendj3/opendj-ldap-toolkit/pom.xml
index a9046d1..3fc2c03 100644
--- a/opendj-sdk/opendj3/opendj-ldap-toolkit/pom.xml
+++ b/opendj-sdk/opendj3/opendj-ldap-toolkit/pom.xml
@@ -58,7 +58,6 @@
<plugin>
<groupId>org.forgerock.commons</groupId>
<artifactId>i18n-maven-plugin</artifactId>
- <version>1.2.0</version>
<executions>
<execution>
<phase>generate-sources</phase>
diff --git a/opendj-sdk/opendj3/pom.xml b/opendj-sdk/opendj3/pom.xml
index c217d03..59d6e67 100644
--- a/opendj-sdk/opendj3/pom.xml
+++ b/opendj-sdk/opendj3/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.forgerock</groupId>
<artifactId>forgerock-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<groupId>org.forgerock.opendj</groupId>
<artifactId>opendj-project</artifactId>
@@ -703,6 +703,11 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.forgerock.commons</groupId>
+ <artifactId>i18n-maven-plugin</artifactId>
+ <version>1.2.0</version>
+ </plugin>
</plugins>
</pluginManagement>
</build>
@@ -743,6 +748,16 @@
<enabled>false</enabled>
</releases>
</repository>
+ <repository>
+ <id>jvnet-nexus-snapshots</id>
+ <url>https://maven.java.net/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
</repositories>
<dependencies>
<dependency>
--
Gitblit v1.10.0