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

Matthew Swift
30.50.2014 08cfdc3ab2310bb16841343a47535490654bef30
Prepare for 2.6.7 release:

* update to CREST from 2.0.1 to 2.0.2
* update forgerock-parent to 1.2.1
* remove maven-release-plugin config as it is defined in forgerock-parent 1.2.1.
1 files modified
24 ■■■■ changed files
pom.xml 24 ●●●● 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>
@@ -100,14 +100,14 @@
  <properties>
    <currentSDKversion>${project.version}</currentSDKversion>
    <stableSDKversion>version.not.defined</stableSDKversion>
    <currentServerVersion>2.5.0-SNAPSHOT</currentServerVersion>
    <stableServerVersion>2.4.6</stableServerVersion>
    <currentServerVersion>2.6.0</currentServerVersion>
    <stableServerVersion>2.6.0</stableServerVersion>
    <docTargetVersion>2.6.0</docTargetVersion>
    <sdkDocTargetVersion>2.6.0</sdkDocTargetVersion>
    <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
    <i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
    <grizzlyFrameworkVersion>2.3.4</grizzlyFrameworkVersion>
    <forgerockRestVersion>2.0.1</forgerockRestVersion>
    <forgerockRestVersion>2.0.2</forgerockRestVersion>
    <gaId>UA-23412190-8</gaId>
    <!-- OSGi bundles properties -->
    <opendj.osgi.import.additional />
@@ -327,22 +327,6 @@
          <artifactId>i18n-maven-plugin</artifactId>
          <version>${i18nFrameworkVersion}</version>
        </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>
      </plugins>
    </pluginManagement>
  </build>