| | |
| | | <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> |
| | |
| | | <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 /> |
| | |
| | | <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> |