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

Matthew Swift
31.31.2014 6610fb74d8437218c61e60052b1cb3e50a461a62
Update to latest forgerock-parent and remove unnecessary maven-release-plugin config which is now defined in the parent.
1 files modified
18 ■■■■■ changed files
pom.xml 18 ●●●●● patch | view | raw | blame | history
pom.xml
@@ -29,7 +29,7 @@
  <parent>
    <groupId>org.forgerock</groupId>
    <artifactId>forgerock-parent</artifactId>
    <version>1.2.1-SNAPSHOT</version>
    <version>1.2.1</version>
  </parent>
  <groupId>org.forgerock.opendj</groupId>
  <artifactId>opendj-project</artifactId>
@@ -321,22 +321,6 @@
            </instrumentation>
          </configuration>
        </plugin>
        <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-release-plugin</artifactId>
          <version>2.2.2</version>
          <inherited>true</inherited>
          <configuration>
            <!-- Disable inherited configuration -->
            <autoVersionSubmodules>true</autoVersionSubmodules>
            <mavenExecutorId>forked-path</mavenExecutorId>
            <useReleaseProfile>true</useReleaseProfile>
            <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
            <goals>deploy</goals>
            <arguments>-Penforce</arguments>
            <tagNameFormat>@{project.version}-sdk</tagNameFormat>
          </configuration>
        </plugin>
        <!--This plugin's configuration is used to store Eclipse m2e settings only.
            It has no influence on the Maven build itself.-->
        <plugin>