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

Matthew Swift
25.43.2013 34f4876cdb3203efc9d4a945e7e75b817ecc2af6
Update development version to 2.7.0.
3 files modified
8 ■■■■ changed files
opends/PRODUCT 2 ●●● patch | view | raw | blame | history
opends/pom-maven.xml 4 ●●●● patch | view | raw | blame | history
opends/pom.xml 2 ●●● patch | view | raw | blame | history
opends/PRODUCT
@@ -11,7 +11,7 @@
MAJOR_VERSION=2
# The minor version number for the Directory Server.  It must be an integer.
MINOR_VERSION=5
MINOR_VERSION=7
# The point version number for the Directory Server.  It must be an integer.
POINT_VERSION=0
opends/pom-maven.xml
@@ -32,10 +32,10 @@
  <parent>
    <groupId>org.forgerock.opendj</groupId>
    <artifactId>opendj-project</artifactId>
    <version>2.6.0</version>
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server</artifactId>
  <version>2.5.0-SNAPSHOT</version>
  <version>2.7.0-SNAPSHOT</version>
  <name>OpenDJ Directory Server</name>
  <description>
    OpenDJ is a new LDAPv3 compliant directory service, developed for the Java
opends/pom.xml
@@ -37,7 +37,7 @@
  <parent>
    <groupId>org.forgerock.opendj</groupId>
    <artifactId>opendj-project</artifactId>
    <version>2.5.0-SNAPSHOT</version>
    <version>2.7.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server</artifactId>
  <packaging>pom</packaging>