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

Bruno Lavit
04.02.2015 92c6bca685b19810ab14d04e38f57680fc81f9d0
Add a new property to set the OpenDJ Server version + move from 3.0.0-SNAPSHOT to 3.0.0-M6
1 files modified
3 ■■■■ changed files
opendj-packages/pom.xml 3 ●●●● patch | view | raw | blame | history
opendj-packages/pom.xml
@@ -134,6 +134,7 @@
        <lib.folder>lib</lib.folder>
        <!-- Location of the opendj service file for linux based packages. -->
        <sysv.file.location/>
        <opendj.server.archive.version>3.0.0-M6</opendj.server.archive.version>
    </properties>
    <modules>
@@ -184,7 +185,7 @@
                                    <artifactItem>
                                        <groupId>org.forgerock.opendj</groupId>
                                        <artifactId>opendj-server-legacy</artifactId>
                                        <version>${project.version}</version>
                                        <version>${opendj.server.archive.version}</version>
                                        <type>zip</type>
                                        <overWrite>true</overWrite>
                                        <outputDirectory>${project.build.directory}</outputDirectory>