Skip to content

Commit fd41fa6

Browse files
author
Open Identity Platform Community
committed
[ci skip] 4.1.3->4.1.4 prepare release 4.1.4
1 parent 5173e9d commit fd41fa6

28 files changed

Lines changed: 34 additions & 30 deletions

File tree

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.1.4-SNAPSHOT</version>
29+
<version>4.1.4</version>
3030

3131
<packaging>pom</packaging>
3232

@@ -126,4 +126,8 @@
126126
</snapshots>
127127
</repository>
128128
</repositories>
129+
130+
<scm>
131+
<tag>4.1.4</tag>
132+
</scm>
129133
</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.1.4-SNAPSHOT</version>
23+
<version>4.1.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.1.4-SNAPSHOT</version>
22+
<version>4.1.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.1.4-SNAPSHOT</version>
23+
<version>4.1.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-core</artifactId>

opendj-doc-generated-ref/pom.xml

Lines changed: 2 additions & 2 deletions
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.1.4-SNAPSHOT</version>
23+
<version>4.1.4</version>
2424
</parent>
2525

2626
<artifactId>opendj-doc-generated-ref</artifactId>
@@ -597,7 +597,7 @@
597597
<projectVersion>${project.version}</projectVersion>
598598
<releaseVersion>${project.version}</releaseVersion>
599599
<buildReleaseZip>true</buildReleaseZip>
600-
<googleAnalyticsId></googleAnalyticsId>
600+
<googleAnalyticsId />
601601
<isDraftMode>no</isDraftMode>
602602
<localeTag>en</localeTag>
603603
<formats combine.self="override">

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.1.4-SNAPSHOT</version>
23+
<version>4.1.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.1.4-SNAPSHOT</version>
23+
<version>4.1.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.1.4-SNAPSHOT</version>
23+
<version>4.1.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.1.4-SNAPSHOT</version>
23+
<version>4.1.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.1.4-SNAPSHOT</version>
23+
<version>4.1.4</version>
2424
</parent>
2525

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

0 commit comments

Comments
 (0)