mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
10.03.2011 75607cf192a5eee54c51814cb6997194c793cbfd
Update to ForgeRock parent 1.1.0-SNAPSHOT in order to pick up Checkstyle 2.8 plugin version, plus other minor POM changes.
3 files modified
19 ■■■■ changed files
opendj3/opendj-ldap-sdk/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/pom.xml 1 ●●●● patch | view | raw | blame | history
opendj3/pom.xml 17 ●●●●● patch | view | raw | blame | history
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>
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>
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>