Skip to content

Commit 1b0914b

Browse files
author
Open Identity Platform Community
committed
[ci skip] 4.2.3->4.2.4 prepare release 4.2.4
1 parent 9936bd8 commit 1b0914b

File tree

29 files changed

+34
-30
lines changed

29 files changed

+34
-30
lines changed

opendj-bom/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<groupId>org.forgerock.opendj</groupId>
2828
<artifactId>opendj-bom</artifactId>
29-
<version>4.2.4-SNAPSHOT</version>
29+
<version>4.2.4</version>
3030

3131
<packaging>pom</packaging>
3232

@@ -110,4 +110,8 @@
110110
</snapshots>
111111
</repository>
112112
</repositories>
113+
114+
<scm>
115+
<tag>4.2.4</tag>
116+
</scm>
113117
</project>

opendj-cli/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-cli</artifactId>

opendj-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.forgerock.opendj</groupId>
2121
<artifactId>opendj-parent</artifactId>
22-
<version>4.2.4-SNAPSHOT</version>
22+
<version>4.2.4</version>
2323
</parent>
2424
<artifactId>opendj-config</artifactId>
2525
<name>OpenDJ Configuration API</name>

opendj-core/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-core</artifactId>

opendj-doc-generated-ref/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-doc-generated-ref</artifactId>

opendj-doc-maven-plugin/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-doc-maven-plugin</artifactId>

opendj-dsml-servlet/pom.xml

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

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

opendj-embedded-server-examples/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-embedded-server-examples</artifactId>

opendj-grizzly/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-grizzly</artifactId>

opendj-ldap-sdk-examples/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-parent</artifactId>
2222
<groupId>org.forgerock.opendj</groupId>
23-
<version>4.2.4-SNAPSHOT</version>
23+
<version>4.2.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-ldap-sdk-examples</artifactId>

0 commit comments

Comments
 (0)