From 0916bac73a0d316fd0134f2d7c0a489c5df75075 Mon Sep 17 00:00:00 2001
From: Open Identity Platform Community <open-identity-platform-opendj@googlegroups.com>
Date: Tue, 10 Mar 2020 18:31:39 +0000
Subject: [PATCH] [ci skip] 4.4.4->4.4.5 prepare release 4.4.5

---
 opendj-packages/opendj-docker/pom.xml                      |    2 +-
 opendj-rest2ldap-servlet/pom.xml                           |    2 +-
 opendj-legacy/pom.xml                                      |    2 +-
 opendj-packages/opendj-msi/opendj-msi-standard/pom.xml     |    2 +-
 opendj-doc-generated-ref/pom.xml                           |    2 +-
 opendj-packages/opendj-msi/pom.xml                         |    2 +-
 opendj-packages/opendj-svr4/pom.xml                        |    2 +-
 opendj-rest2ldap/pom.xml                                   |    2 +-
 opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml     |    2 +-
 pom.xml                                                    |    4 ++--
 opendj-ldap-sdk-examples/pom.xml                           |    2 +-
 opendj-server-legacy/pom.xml                               |    2 +-
 opendj-grizzly/pom.xml                                     |    2 +-
 opendj-ldap-toolkit/pom.xml                                |    2 +-
 opendj-maven-plugin/pom.xml                                |    2 +-
 opendj-server-example-plugin/pom.xml                       |    2 +-
 opendj-config/pom.xml                                      |    2 +-
 opendj-cli/pom.xml                                         |    2 +-
 opendj-packages/pom.xml                                    |    2 +-
 opendj-doc-maven-plugin/pom.xml                            |    2 +-
 opendj-openidm-account-change-notification-handler/pom.xml |    2 +-
 opendj-server/pom.xml                                      |    2 +-
 opendj-dsml-servlet/pom.xml                                |    2 +-
 opendj-packages/opendj-deb/opendj-deb-standard/pom.xml     |    2 +-
 opendj-packages/opendj-deb/pom.xml                         |    2 +-
 opendj-embedded-server-examples/pom.xml                    |    2 +-
 opendj-core/pom.xml                                        |    2 +-
 opendj-packages/opendj-rpm/pom.xml                         |    2 +-
 28 files changed, 29 insertions(+), 29 deletions(-)

diff --git a/opendj-cli/pom.xml b/opendj-cli/pom.xml
index 6de80eb..a261221 100644
--- a/opendj-cli/pom.xml
+++ b/opendj-cli/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-cli</artifactId>
diff --git a/opendj-config/pom.xml b/opendj-config/pom.xml
index 1d5b0ce..8acbb8a 100644
--- a/opendj-config/pom.xml
+++ b/opendj-config/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-config</artifactId>
   <name>OpenDJ Configuration API</name>
diff --git a/opendj-core/pom.xml b/opendj-core/pom.xml
index d049285..d3bc1a9 100644
--- a/opendj-core/pom.xml
+++ b/opendj-core/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-core</artifactId>
diff --git a/opendj-doc-generated-ref/pom.xml b/opendj-doc-generated-ref/pom.xml
index f759224..36bdd95 100644
--- a/opendj-doc-generated-ref/pom.xml
+++ b/opendj-doc-generated-ref/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-doc-generated-ref</artifactId>
diff --git a/opendj-doc-maven-plugin/pom.xml b/opendj-doc-maven-plugin/pom.xml
index 65371c5..fde4fbe 100644
--- a/opendj-doc-maven-plugin/pom.xml
+++ b/opendj-doc-maven-plugin/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-doc-maven-plugin</artifactId>
diff --git a/opendj-dsml-servlet/pom.xml b/opendj-dsml-servlet/pom.xml
index b6693b4..d93050c 100644
--- a/opendj-dsml-servlet/pom.xml
+++ b/opendj-dsml-servlet/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-parent</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-dsml-servlet</artifactId>
diff --git a/opendj-embedded-server-examples/pom.xml b/opendj-embedded-server-examples/pom.xml
index 3d174cb..53bd74f 100644
--- a/opendj-embedded-server-examples/pom.xml
+++ b/opendj-embedded-server-examples/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-embedded-server-examples</artifactId>
diff --git a/opendj-grizzly/pom.xml b/opendj-grizzly/pom.xml
index d021469..9913fc0 100644
--- a/opendj-grizzly/pom.xml
+++ b/opendj-grizzly/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-grizzly</artifactId>
diff --git a/opendj-ldap-sdk-examples/pom.xml b/opendj-ldap-sdk-examples/pom.xml
index 9579f42..564da00 100644
--- a/opendj-ldap-sdk-examples/pom.xml
+++ b/opendj-ldap-sdk-examples/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-ldap-sdk-examples</artifactId>
diff --git a/opendj-ldap-toolkit/pom.xml b/opendj-ldap-toolkit/pom.xml
index 7739b32..47fd3b3 100644
--- a/opendj-ldap-toolkit/pom.xml
+++ b/opendj-ldap-toolkit/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-ldap-toolkit</artifactId>
diff --git a/opendj-legacy/pom.xml b/opendj-legacy/pom.xml
index 807d8c5..840e477 100644
--- a/opendj-legacy/pom.xml
+++ b/opendj-legacy/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-legacy</artifactId>
   <name>OpenDJ Legacy</name>
diff --git a/opendj-maven-plugin/pom.xml b/opendj-maven-plugin/pom.xml
index bd3ab06..38d33e4 100644
--- a/opendj-maven-plugin/pom.xml
+++ b/opendj-maven-plugin/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
 
   <artifactId>opendj-maven-plugin</artifactId>
diff --git a/opendj-openidm-account-change-notification-handler/pom.xml b/opendj-openidm-account-change-notification-handler/pom.xml
index eb5e0f8..1564195 100644
--- a/opendj-openidm-account-change-notification-handler/pom.xml
+++ b/opendj-openidm-account-change-notification-handler/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-openidm-account-change-notification-handler</artifactId>
   <name>OpenDJ account change notification handler for OpenIDM</name>
diff --git a/opendj-packages/opendj-deb/opendj-deb-standard/pom.xml b/opendj-packages/opendj-deb/opendj-deb-standard/pom.xml
index cdefa25..8457abc 100644
--- a/opendj-packages/opendj-deb/opendj-deb-standard/pom.xml
+++ b/opendj-packages/opendj-deb/opendj-deb-standard/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-deb</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-deb-standard</artifactId>
diff --git a/opendj-packages/opendj-deb/pom.xml b/opendj-packages/opendj-deb/pom.xml
index 1424be5..844c3e4 100644
--- a/opendj-packages/opendj-deb/pom.xml
+++ b/opendj-packages/opendj-deb/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-packages</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <profiles>
diff --git a/opendj-packages/opendj-docker/pom.xml b/opendj-packages/opendj-docker/pom.xml
index abcb4b4..7a1ba01 100644
--- a/opendj-packages/opendj-docker/pom.xml
+++ b/opendj-packages/opendj-docker/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-packages</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <profiles>
diff --git a/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml b/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
index dcec3f2..d983f6c 100644
--- a/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
+++ b/opendj-packages/opendj-msi/opendj-msi-standard/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-msi</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-msi-standard</artifactId>
diff --git a/opendj-packages/opendj-msi/pom.xml b/opendj-packages/opendj-msi/pom.xml
index 86ea61d..ef4edef 100644
--- a/opendj-packages/opendj-msi/pom.xml
+++ b/opendj-packages/opendj-msi/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-packages</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-msi</artifactId>
diff --git a/opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml b/opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml
index 653816d..5ec10c5 100644
--- a/opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml
+++ b/opendj-packages/opendj-rpm/opendj-rpm-standard/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-rpm</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-rpm-standard</artifactId>
diff --git a/opendj-packages/opendj-rpm/pom.xml b/opendj-packages/opendj-rpm/pom.xml
index 8fb9b43..d3a38b7 100644
--- a/opendj-packages/opendj-rpm/pom.xml
+++ b/opendj-packages/opendj-rpm/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-packages</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <packaging>pom</packaging>
diff --git a/opendj-packages/opendj-svr4/pom.xml b/opendj-packages/opendj-svr4/pom.xml
index 856b603..a250e9d 100644
--- a/opendj-packages/opendj-svr4/pom.xml
+++ b/opendj-packages/opendj-svr4/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-packages</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-svr4</artifactId>
diff --git a/opendj-packages/pom.xml b/opendj-packages/pom.xml
index f4d9b2f..5312091 100644
--- a/opendj-packages/pom.xml
+++ b/opendj-packages/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.openidentityplatform.opendj</groupId>
         <artifactId>opendj-parent</artifactId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 
     <artifactId>opendj-packages</artifactId>
diff --git a/opendj-rest2ldap-servlet/pom.xml b/opendj-rest2ldap-servlet/pom.xml
index c1ccc23..b940955 100644
--- a/opendj-rest2ldap-servlet/pom.xml
+++ b/opendj-rest2ldap-servlet/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
 
   <artifactId>opendj-rest2ldap-servlet</artifactId>
diff --git a/opendj-rest2ldap/pom.xml b/opendj-rest2ldap/pom.xml
index 55a8696..659399c 100644
--- a/opendj-rest2ldap/pom.xml
+++ b/opendj-rest2ldap/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <artifactId>opendj-parent</artifactId>
         <groupId>org.openidentityplatform.opendj</groupId>
-        <version>4.4.5-SNAPSHOT</version>
+        <version>4.4.5</version>
     </parent>
 	
     <artifactId>opendj-rest2ldap</artifactId>
diff --git a/opendj-server-example-plugin/pom.xml b/opendj-server-example-plugin/pom.xml
index 2b18e4f..58f8fc6 100644
--- a/opendj-server-example-plugin/pom.xml
+++ b/opendj-server-example-plugin/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-server-example-plugin</artifactId>
   <name>OpenDJ Server Example Plugin</name>
diff --git a/opendj-server-legacy/pom.xml b/opendj-server-legacy/pom.xml
index 6c8f62c..266bf1c 100644
--- a/opendj-server-legacy/pom.xml
+++ b/opendj-server-legacy/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-server-legacy</artifactId>
   <packaging>jar</packaging>
diff --git a/opendj-server/pom.xml b/opendj-server/pom.xml
index 26a339c..2ed3845 100644
--- a/opendj-server/pom.xml
+++ b/opendj-server/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-    <version>4.4.5-SNAPSHOT</version>
+    <version>4.4.5</version>
   </parent>
   <artifactId>opendj-server</artifactId>
   <name>OpenDJ Server NG</name>
diff --git a/pom.xml b/pom.xml
index fa578ee..bb7dfa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <modelVersion>4.0.0</modelVersion>
 	<groupId>org.openidentityplatform.opendj</groupId>
     <artifactId>opendj-parent</artifactId>
-	<version>4.4.5-SNAPSHOT</version>
+	<version>4.4.5</version>
     <packaging>pom</packaging>
 
     <name>OpenDJ Directory Services Project</name>
@@ -97,7 +97,7 @@
         <connection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</connection>
         <developerConnection>scm:git:https://github.com/OpenIdentityPlatform/OpenDJ.git</developerConnection>
         <url>https://github.com/OpenIdentityPlatform/OpenDJ</url>
-      	<tag>HEAD</tag>
+      	<tag>4.4.5</tag>
   	</scm>
 	<repositories>
 <!-- 		<repository> -->

--
Gitblit v1.10.0