Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit 185acee

Browse files
author
jenkins
committed
[maven-release-plugin] prepare release 3.0.0
1 parent c6c871d commit 185acee

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

opendj-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>opendj-server-parent</artifactId>
3131
<groupId>org.forgerock.opendj</groupId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
</parent>
3434
<artifactId>opendj-config</artifactId>
3535
<name>OpenDJ Configuration API</name>

opendj-dsml-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.forgerock.opendj</groupId>
3232
<artifactId>opendj-server-parent</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
</parent>
3535

3636
<artifactId>opendj-dsml-servlet</artifactId>

opendj-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>opendj-server-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525
<artifactId>opendj-legacy</artifactId>
2626
<name>OpenDJ Legacy</name>

opendj-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>opendj-server-parent</artifactId>
3131
<groupId>org.forgerock.opendj</groupId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
</parent>
3434

3535
<artifactId>opendj-maven-plugin</artifactId>

opendj-rest2ldap-servlet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>opendj-server-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>3.0.0-SNAPSHOT</version>
23+
<version>3.0.0</version>
2424
</parent>
2525

2626
<artifactId>opendj-rest2ldap-servlet</artifactId>

opendj-server-example-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>opendj-server-parent</artifactId>
3131
<groupId>org.forgerock.opendj</groupId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
</parent>
3434
<artifactId>opendj-server-example-plugin</artifactId>
3535
<name>OpenDJ Server Example Plugin</name>

opendj-server-legacy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<parent>
3131
<groupId>org.forgerock.opendj</groupId>
3232
<artifactId>opendj-server-parent</artifactId>
33-
<version>3.0.0-SNAPSHOT</version>
33+
<version>3.0.0</version>
3434
</parent>
3535
<artifactId>opendj-server-legacy</artifactId>
3636
<packaging>jar</packaging>

opendj-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<parent>
3030
<artifactId>opendj-server-parent</artifactId>
3131
<groupId>org.forgerock.opendj</groupId>
32-
<version>3.0.0-SNAPSHOT</version>
32+
<version>3.0.0</version>
3333
</parent>
3434
<artifactId>opendj-server</artifactId>
3535
<name>OpenDJ Server</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
<groupId>org.forgerock.opendj</groupId>
3737
<artifactId>opendj-server-parent</artifactId>
38-
<version>3.0.0-SNAPSHOT</version>
38+
<version>3.0.0</version>
3939

4040
<packaging>pom</packaging>
4141

@@ -57,7 +57,7 @@
5757
<url>https://stash.forgerock.org/projects/OPENDJ/repos/opendj/browse</url>
5858
<connection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</connection>
5959
<developerConnection>scm:git:ssh://git@stash.forgerock.org:7999/opendj/opendj.git</developerConnection>
60-
<tag>release/3.0.0</tag>
60+
<tag>3.0.0</tag>
6161
</scm>
6262

6363
<ciManagement>

0 commit comments

Comments
 (0)