Switching from 1.0.2-SNAPSHOT to 1.0.2

git-svn-id: https://svn.apache.org/repos/asf/directory/apacheds/branches/apacheds-1.0.2-pre-release@537966 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml
index ccadb91..e89e001 100644
--- a/benchmarks/pom.xml
+++ b/benchmarks/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-benchmarks</artifactId>
   <name>ApacheDS Benchmarks</name>
diff --git a/core-plugin/pom.xml b/core-plugin/pom.xml
index fb3b86c..eef5652 100644
--- a/core-plugin/pom.xml
+++ b/core-plugin/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-core-plugin</artifactId>
   <name>ApacheDS Core Plugin (Maven 2)</name>
diff --git a/core-shared/pom.xml b/core-shared/pom.xml
index 6adf903..d9aa459 100644
--- a/core-shared/pom.xml
+++ b/core-shared/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-core-shared</artifactId>
   <name>ApacheDS Core Shared</name>
diff --git a/core-unit/pom.xml b/core-unit/pom.xml
index bd3e27c..3fc1e47 100644
--- a/core-unit/pom.xml
+++ b/core-unit/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-core-unit</artifactId>
   <name>ApacheDS Core Unit</name>
diff --git a/core/pom.xml b/core/pom.xml
index cb6872d..be12c18 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-core</artifactId>
   <name>ApacheDS Core</name>
diff --git a/kerberos-shared/pom.xml b/kerberos-shared/pom.xml
index 6dff465..185d353 100644
--- a/kerberos-shared/pom.xml
+++ b/kerberos-shared/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-kerberos-shared</artifactId>
   <name>ApacheDS Protocol Kerberos Shared</name>
diff --git a/pom.xml b/pom.xml
index 9db222a..a4b7143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
   <groupId>org.apache.directory.server</groupId>
   <artifactId>build</artifactId>
-  <version>1.0.2-SNAPSHOT</version>
+  <version>1.0.2</version>
   <name>ApacheDS</name>
   <packaging>pom</packaging>
 
@@ -34,13 +34,13 @@
       <dependency>
         <groupId>org.apache.directory.shared</groupId>
         <artifactId>shared-asn1-codec</artifactId>
-        <version>0.9.5.5-SNAPSHOT</version>
+        <version>0.9.5.5</version>
       </dependency>
 
       <dependency>
         <groupId>org.apache.directory.daemon</groupId>
         <artifactId>daemon-bootstrappers</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
       </dependency>
 
       <dependency>
@@ -152,7 +152,7 @@
     <dependency>
       <groupId>org.apache.directory.shared</groupId>
       <artifactId>shared-ldap</artifactId>
-      <version>0.9.5.5-SNAPSHOT</version>
+      <version>0.9.5.5</version>
     </dependency>
   </dependencies>
 
diff --git a/protocol-changepw/pom.xml b/protocol-changepw/pom.xml
index 36be4c4..8ad4147 100644
--- a/protocol-changepw/pom.xml
+++ b/protocol-changepw/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-changepw</artifactId>
   <name>ApacheDS Protocol Change Password</name>
diff --git a/protocol-dhcp/pom.xml b/protocol-dhcp/pom.xml
index b2ad802..6da702c 100644
--- a/protocol-dhcp/pom.xml
+++ b/protocol-dhcp/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-dhcp</artifactId>
   <name>ApacheDS Protocol Dhcp</name>
diff --git a/protocol-dns/pom.xml b/protocol-dns/pom.xml
index 8f2ce96..dd7d2ca 100644
--- a/protocol-dns/pom.xml
+++ b/protocol-dns/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-dns</artifactId>
   <name>ApacheDS Protocol Dns</name>
diff --git a/protocol-kerberos/pom.xml b/protocol-kerberos/pom.xml
index d0b8913..e6e4b2c 100644
--- a/protocol-kerberos/pom.xml
+++ b/protocol-kerberos/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-kerberos</artifactId>
   <name>ApacheDS Protocol Kerberos</name>
diff --git a/protocol-ldap/pom.xml b/protocol-ldap/pom.xml
index 9ecd4f9..4486635 100644
--- a/protocol-ldap/pom.xml
+++ b/protocol-ldap/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-ldap</artifactId>
   <description>
diff --git a/protocol-ntp/pom.xml b/protocol-ntp/pom.xml
index 2b2030d..a0c23c9 100644
--- a/protocol-ntp/pom.xml
+++ b/protocol-ntp/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-protocol-ntp</artifactId>
   <name>ApacheDS Protocol Ntp</name>
diff --git a/protocol-shared/pom.xml b/protocol-shared/pom.xml
index 08d3577..5b8a386 100644
--- a/protocol-shared/pom.xml
+++ b/protocol-shared/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <groupId>org.apache.directory.server</groupId>
   <artifactId>apacheds-protocol-shared</artifactId>
diff --git a/sar-plugin/pom.xml b/sar-plugin/pom.xml
index 80dbb6d..a4da2af 100644
--- a/sar-plugin/pom.xml
+++ b/sar-plugin/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>apacheds-sar-plugin</artifactId>
diff --git a/schema-archetype/apacheds-schema-archetype.sh b/schema-archetype/apacheds-schema-archetype.sh
index 103a63b..e6b8a99 100755
--- a/schema-archetype/apacheds-schema-archetype.sh
+++ b/schema-archetype/apacheds-schema-archetype.sh
@@ -1,4 +1,4 @@
 #!/bin/sh
 
-mvn archetype:create -DarchetypeGroupId=org.apache.directory.server -DarchetypeArtifactId=apacheds-schema-archetype -DarchetypeVersion=1.0.2-SNAPSHOT -DgroupId=$1 -DartifactId=$2
+mvn archetype:create -DarchetypeGroupId=org.apache.directory.server -DarchetypeArtifactId=apacheds-schema-archetype -DarchetypeVersion=1.0.2 -DgroupId=$1 -DartifactId=$2
 
diff --git a/schema-archetype/pom.xml b/schema-archetype/pom.xml
index 5a27b8f..e6337e1 100644
--- a/schema-archetype/pom.xml
+++ b/schema-archetype/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/schema-archetype/src/main/resources/archetype-resources/pom.xml b/schema-archetype/src/main/resources/archetype-resources/pom.xml
index f247d08..fa1c39e 100644
--- a/schema-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/schema-archetype/src/main/resources/archetype-resources/pom.xml
@@ -12,12 +12,12 @@
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-core</artifactId>
-      <version>1.0.2-SNAPSHOT</version>
+      <version>1.0.2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-unit</artifactId>
-      <version>1.0.2-SNAPSHOT</version>
+      <version>1.0.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -43,6 +43,7 @@
       <plugin>
         <groupId>org.apache.directory.server</groupId>
         <artifactId>apacheds-core-plugin</artifactId>
+        <version>1.0.2</version>
         <configuration>
           <schemaSourcesDir>src/main/schema</schemaSourcesDir>
           <schemas>
diff --git a/server-installers/pom.xml b/server-installers/pom.xml
index 09f9409..84ea394 100644
--- a/server-installers/pom.xml
+++ b/server-installers/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-installers</artifactId>
   <name>ApacheDS Server Installers</name>
diff --git a/server-jndi/pom.xml b/server-jndi/pom.xml
index 85b5b4c..005af46 100644
--- a/server-jndi/pom.xml
+++ b/server-jndi/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-jndi</artifactId>
   <name>ApacheDS Server JNDI</name>
diff --git a/server-main/apacheds.sh b/server-main/apacheds.sh
index 0d66b1e..004cbae 100755
--- a/server-main/apacheds.sh
+++ b/server-main/apacheds.sh
@@ -1,9 +1,9 @@
 #!/bin/sh
-if [ -e target/apacheds-server-main-1.0.2-SNAPSHOT-app.jar ] ; then
+if [ -e target/apacheds-server-main-1.0.2-app.jar ] ; then
   echo uber jar exists
 else
   echo uber jar not found need to build it
   mvn clean assembly:assembly
 fi
 
-java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.0.2-SNAPSHOT-app.jar server.xml
+java -Dlog4j.configuration=file://$(pwd)/log4j.properties -jar target/apacheds-server-main-1.0.2-app.jar server.xml
diff --git a/server-main/pom.xml b/server-main/pom.xml
index fa2476a..281dea5 100644
--- a/server-main/pom.xml
+++ b/server-main/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-main</artifactId>
   <name>ApacheDS Server Main</name>
diff --git a/server-sar/pom.xml b/server-sar/pom.xml
index a24339f..93b78d7 100644
--- a/server-sar/pom.xml
+++ b/server-sar/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-sar</artifactId>
   <name>ApacheDS Server Sar (JBoss 3.x)</name>
diff --git a/server-ssl/pom.xml b/server-ssl/pom.xml
index a19e30c..0292edf 100644
--- a/server-ssl/pom.xml
+++ b/server-ssl/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-ssl</artifactId>
   <name>ApacheDS Server SSL</name>
diff --git a/server-tools/pom.xml b/server-tools/pom.xml
index 522ca60..e2b915c 100644
--- a/server-tools/pom.xml
+++ b/server-tools/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-tools</artifactId>
   <name>ApacheDS Server Tools</name>
diff --git a/server-tools/src/main/manifest/MANIFEST.MF b/server-tools/src/main/manifest/MANIFEST.MF
index 3fff170..cb94eeb 100644
--- a/server-tools/src/main/manifest/MANIFEST.MF
+++ b/server-tools/src/main/manifest/MANIFEST.MF
@@ -2,19 +2,19 @@
 Main-Class: org.apache.directory.server.tools.ApachedsTools
 Class-Path: logger.jar daemon.jar bootstrapper.jar 
  ../lib/antlr-2.7.6.jar 
- ../lib/apacheds-kerberos-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-changepw-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-kerberos-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-ldap-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-protocol-ntp-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-core-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-core-shared-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-server-jndi-1.0.2-SNAPSHOT.jar 
- ../lib/apacheds-server-main-1.0.2-SNAPSHOT.jar 
- ../lib/shared-asn1-codec-0.9.5.5-SNAPSHOT.jar 
- ../lib/shared-asn1-0.9.5.5-SNAPSHOT.jar 
- ../lib/shared-ldap-0.9.5.5-SNAPSHOT.jar 
+ ../lib/apacheds-kerberos-shared-1.0.2.jar 
+ ../lib/apacheds-protocol-changepw-1.0.2.jar 
+ ../lib/apacheds-protocol-shared-1.0.2.jar 
+ ../lib/apacheds-protocol-kerberos-1.0.2.jar 
+ ../lib/apacheds-protocol-ldap-1.0.2.jar 
+ ../lib/apacheds-protocol-ntp-1.0.2.jar 
+ ../lib/apacheds-core-1.0.2.jar 
+ ../lib/apacheds-core-shared-1.0.2.jar 
+ ../lib/apacheds-server-jndi-1.0.2.jar 
+ ../lib/apacheds-server-main-1.0.2.jar 
+ ../lib/shared-asn1-codec-0.9.5.5.jar 
+ ../lib/shared-asn1-0.9.5.5.jar 
+ ../lib/shared-ldap-0.9.5.5.jar 
  ../lib/mina-core-1.0.2.jar 
  ../lib/mina-filter-ssl-1.0.2.jar 
  ../lib/commons-collections-3.2.jar 
diff --git a/server-unit/pom.xml b/server-unit/pom.xml
index 6d72661..a2f3cd3 100644
--- a/server-unit/pom.xml
+++ b/server-unit/pom.xml
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
   <artifactId>apacheds-server-unit</artifactId>
   <name>ApacheDS Server Unit</name>
diff --git a/testcase-archetype/pom.xml b/testcase-archetype/pom.xml
index 59ec628..748c6d2 100644
--- a/testcase-archetype/pom.xml
+++ b/testcase-archetype/pom.xml
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.apache.directory.server</groupId>
     <artifactId>build</artifactId>
-    <version>1.0.2-SNAPSHOT</version>
+    <version>1.0.2</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/testcase-archetype/src/main/resources/archetype-resources/pom.xml b/testcase-archetype/src/main/resources/archetype-resources/pom.xml
index b52152c..b580da0 100644
--- a/testcase-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/testcase-archetype/src/main/resources/archetype-resources/pom.xml
@@ -12,7 +12,7 @@
     <dependency>
       <groupId>org.apache.directory.server</groupId>
       <artifactId>apacheds-server-unit</artifactId>
-      <version>1.0.2-SNAPSHOT</version>
+      <version>1.0.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>