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

Matthew Swift
24.08.2013 ee26b3c9f15a0ca2d5c152e5af7c52623a05fbca
Fix default SCM tag
1 files modified
4 ■■■■ changed files
opendj3/pom.xml 4 ●●●● patch | view | raw | blame | history
opendj3/pom.xml
@@ -106,7 +106,7 @@
    <siteDistributionURL>scp://forgerock.org/var/www/vhosts/opendj.forgerock.org/httpdocs</siteDistributionURL>
    <i18nFrameworkVersion>1.4.0</i18nFrameworkVersion>
    <grizzlyFrameworkVersion>2.3.6</grizzlyFrameworkVersion>
    <forgerockRestVersion>2.0.1-SNAPSHOT</forgerockRestVersion>
    <forgerockRestVersion>2.0.1</forgerockRestVersion>
    <gaId>UA-23412190-8</gaId>
    <!-- OSGi bundles properties -->
    <opendj.osgi.import.additional />
@@ -386,7 +386,7 @@
            <suppressCommitBeforeTag>false</suppressCommitBeforeTag>
            <goals>deploy</goals>
            <arguments>-Penforce</arguments>
          <tagNameFormat>@{project.version}</tagNameFormat>
            <tagNameFormat>@{project.version}-sdk</tagNameFormat>
          </configuration>
        </plugin>
      </plugins>