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

jenkins
30.09.2015 3c48c5f7056759c7eea1e7b78d46348328edcf1f
[maven-release-plugin] prepare for next development iteration
8 files modified
18 ■■■■ changed files
opendj-config/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-maven-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-rest2ldap-servlet/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-example-plugin/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server-legacy/pom.xml 2 ●●● patch | view | raw | blame | history
opendj-server/pom.xml 2 ●●● patch | view | raw | blame | history
pom.xml 4 ●●●● patch | view | raw | blame | history
opendj-config/pom.xml
@@ -29,7 +29,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-config</artifactId>
  <name>OpenDJ Configuration API</name>
opendj-legacy/pom.xml
@@ -20,7 +20,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-legacy</artifactId>
  <name>OpenDJ Legacy</name>
opendj-maven-plugin/pom.xml
@@ -29,7 +29,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-maven-plugin</artifactId>
opendj-rest2ldap-servlet/pom.xml
@@ -20,7 +20,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-rest2ldap-servlet</artifactId>
opendj-server-example-plugin/pom.xml
@@ -29,7 +29,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server-example-plugin</artifactId>
  <name>OpenDJ Server Example Plugin</name>
opendj-server-legacy/pom.xml
@@ -30,7 +30,7 @@
  <parent>
    <groupId>org.forgerock.opendj</groupId>
    <artifactId>opendj-server-parent</artifactId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server-legacy</artifactId>
  <packaging>jar</packaging>
opendj-server/pom.xml
@@ -29,7 +29,7 @@
  <parent>
    <artifactId>opendj-server-parent</artifactId>
    <groupId>org.forgerock.opendj</groupId>
    <version>3.0.0-M4</version>
    <version>3.0.0-SNAPSHOT</version>
  </parent>
  <artifactId>opendj-server</artifactId>
  <name>OpenDJ Server</name>
pom.xml
@@ -33,7 +33,7 @@
  </parent>
  <groupId>org.forgerock.opendj</groupId>
  <artifactId>opendj-server-parent</artifactId>
  <version>3.0.0-M4</version>
  <version>3.0.0-SNAPSHOT</version>
  <packaging>pom</packaging>
  <name>OpenDJ Directory Services Project</name>
  <description>
@@ -67,7 +67,7 @@
    <url>https://stash.forgerock.org/projects/OPENDJ/repos/opendj/browse</url>
    <connection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</connection>
    <developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</developerConnection>
    <tag>3.0.0-M4</tag>
    <tag>HEAD</tag>
  </scm>
  <ciManagement>
    <system>jenkins</system>