Fixed the build of the '1.4.0.v20090407' tag.

git-svn-id: https://svn.apache.org/repos/asf/directory/studio/tags/1.4.0.v20090407@826643 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/apacheds-configuration-help/pom.xml b/apacheds-configuration-help/pom.xml
index 6b5a00a..5697dfe 100644
--- a/apacheds-configuration-help/pom.xml
+++ b/apacheds-configuration-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/apacheds-help/pom.xml b/apacheds-help/pom.xml
index 8511c2c..fd1fa36 100644
--- a/apacheds-help/pom.xml
+++ b/apacheds-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/help-pom.xml b/help-pom.xml
index f8f91f3..73c9a0e 100644
--- a/help-pom.xml
+++ b/help-pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>.</relativePath>
   </parent>
   
diff --git a/ldapbrowser-help/pom.xml b/ldapbrowser-help/pom.xml
index 02f2eee..47e3340 100644
--- a/ldapbrowser-help/pom.xml
+++ b/ldapbrowser-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/ldifeditor-help/pom.xml b/ldifeditor-help/pom.xml
index 7cc02aa..300b206 100644
--- a/ldifeditor-help/pom.xml
+++ b/ldifeditor-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/pom.xml b/pom.xml
index 6559b94..65327aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,15 +88,15 @@
     <rcp.version>1.4.0.v20090407</rcp.version>
     <rcp.feature.version>1.4.0.v20090407</rcp.feature.version>
     <rcp.help.version>1.4.0.v20090407</rcp.help.version>
-    <repository.version>1.4.0-SNAPSHOT</repository.version>
+    <repository.version>1.4.0.v20090407</repository.version>
     <schemaeditor.version>1.4.0.v20090407</schemaeditor.version>
     <schemaeditor.feature.version>1.4.0.v20090407</schemaeditor.feature.version>
     <schemaeditor.help.version>1.4.0.v20090407</schemaeditor.help.version>
-    <studio.dsml.parser.version>0.4.5-SNAPSHOT</studio.dsml.parser.version>
-    <updatesite.version>1.4.0-SNAPSHOT</updatesite.version>
+    <studio.dsml.parser.version>0.4.5</studio.dsml.parser.version>
+    <updatesite.version>1.4.0.v20090407</updatesite.version>
     <valueeditors.version>1.4.0.v20090407</valueeditors.version>
-    <test.integration.core.version>1.4.0-SNAPSHOT</test.integration.core.version>
-    <test.integration.ui.version>1.4.0-SNAPSHOT</test.integration.ui.version>
+    <test.integration.core.version>1.4.0.v20090407</test.integration.core.version>
+    <test.integration.ui.version>1.4.0.v20090407</test.integration.ui.version>
 
     <!-- Set versions for depending projects -->
     <org.apache.directory.shared.version>0.9.14</org.apache.directory.shared.version>
@@ -163,15 +163,6 @@
       -Pintegration-tests
       to the commandline to launch them.
     -->
-    <!--
-      NOTE:
-      This profile has been disabled for the release, and needs to be 
-      enabled again after the release is over.
-      We are disabling the build of 'updatesite' and 'studio' because we don't 
-      want to overload the maven repository with useless (heavy) packages and 
-      distributions
-    -->
-    <!--
     <profile>
       <id>integration-tests</id>
       <modules>
@@ -179,22 +170,12 @@
         <module>test-integration-ui</module>
       </modules>
     </profile>
-    -->
     <!--
       Add the dist modules as profile to force them being built
       AFTER the help modules, otherwise we run into a backlog
       of at least 1 iteration because the dist modules would be
       built before the help modules ...
     -->
-    <!--
-      NOTE:
-      This profile has been disabled for the release, and needs to be 
-      enabled again after the release is over.
-      We are disabling the build of 'updatesite' and 'studio' because we don't 
-      want to overload the maven repository with useless (heavy) packages and 
-      distributions
-    -->
-    <!--
     <profile>
       <id>build-dist-modules</id>
       <activation>
@@ -207,7 +188,6 @@
         <module>studio</module>
       </modules>
     </profile>
-    -->
   </profiles>
 
   <dependencyManagement>
diff --git a/rcp-help/pom.xml b/rcp-help/pom.xml
index 82f30fb..96fcd78 100644
--- a/rcp-help/pom.xml
+++ b/rcp-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/schemaeditor-help/pom.xml b/schemaeditor-help/pom.xml
index 76ea81d..fcd1d37 100644
--- a/schemaeditor-help/pom.xml
+++ b/schemaeditor-help/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent-help</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
     <relativePath>../help-pom.xml</relativePath>
   </parent>
 
diff --git a/studio/pom.xml b/studio/pom.xml
index 361489f..e0cf97a 100644
--- a/studio/pom.xml
+++ b/studio/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
   </parent>
   
   <artifactId>studio-build</artifactId>
diff --git a/test-integration-core/pom.xml b/test-integration-core/pom.xml
index e624bd9..6a9c04e 100644
--- a/test-integration-core/pom.xml
+++ b/test-integration-core/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
   </parent>
   
   <artifactId>test.integration.core</artifactId>
-  <version>${test.integration.core.version}</version>
+  <version>1.4.0.v20090407</version>
   <name>Apache Directory Studio Core Integration Tests</name>
   <packaging>jar</packaging>
 
diff --git a/test-integration-ui/pom.xml b/test-integration-ui/pom.xml
index 31701aa..a5e4dde 100644
--- a/test-integration-ui/pom.xml
+++ b/test-integration-ui/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
   </parent>
   
   <artifactId>test.integration.ui</artifactId>
-  <version>${test.integration.ui.version}</version>
+  <version>1.4.0.v20090407</version>
   <name>Apache Directory Studio UI Integration Tests</name>
   <packaging>jar</packaging>
 
diff --git a/updatesite/pom.xml b/updatesite/pom.xml
index 7bd0426..7e23c5d 100644
--- a/updatesite/pom.xml
+++ b/updatesite/pom.xml
@@ -23,11 +23,11 @@
   <parent>
     <groupId>org.apache.directory.studio</groupId>
     <artifactId>parent</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.4.0.v20090407</version>
   </parent>
 
   <artifactId>updatesite</artifactId>
-  <version>${updatesite.version}</version>
+  <version>1.4.0.v20090407</version>
   <name>Apache Directory Studio Update Site</name>
   <packaging>pom</packaging>