Tag version as 1.0.2-RC3

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/tags/npanday_1_0_2_RC3@994072 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index 1e7a36f..13165f1 100644
--- a/README.txt
+++ b/README.txt
@@ -26,8 +26,8 @@
     set deploy.directory=${remoteRepository}
     bootstrap-build.bat
 * Due to a bug with not being able to use snapshots with an executables exe.config file, you will need to do this
-  next step manually: Copy ${localRepository}\NPanday\Plugins\NPanday.Plugin.Resx\1.1-SNAPSHOT\NPanday.Plugin.Resx.exe.config to
-  ${remoteRepository}\NPanday\Plugins\NPanday.Plugin.Resx\1.1-SNAPSHOT\NPanday.Plugin.Resx.exe.config
+  next step manually: Copy ${localRepository}\NPanday\Plugins\NPanday.Plugin.Resx\1.0.2-RC3\NPanday.Plugin.Resx.exe.config to
+  ${remoteRepository}\NPanday\Plugins\NPanday.Plugin.Resx\1.0.2-RC3\NPanday.Plugin.Resx.exe.config
 
  To set up a remote repository accessible to others, you can transfer the contents of ${remoteRepository}
  from your file system to a web server.
diff --git a/archetypes/maven-archetype-dotnet-simple/pom.xml b/archetypes/maven-archetype-dotnet-simple/pom.xml
index 1c11a26..79c630c 100644
--- a/archetypes/maven-archetype-dotnet-simple/pom.xml
+++ b/archetypes/maven-archetype-dotnet-simple/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-archetypes</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/archetypes/maven-archetype-netexecutable/pom.xml b/archetypes/maven-archetype-netexecutable/pom.xml
index 16ce7c8..e3d76a3 100644
--- a/archetypes/maven-archetype-netexecutable/pom.xml
+++ b/archetypes/maven-archetype-netexecutable/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-archetypes</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/archetypes/maven-archetype-vb-simple/pom.xml b/archetypes/maven-archetype-vb-simple/pom.xml
index c12dd7e..076e4f0 100644
--- a/archetypes/maven-archetype-vb-simple/pom.xml
+++ b/archetypes/maven-archetype-vb-simple/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-archetypes</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 55c7a4b..8b01e38 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday-project</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/assemblies/NPanday.Artifact/pom.xml b/assemblies/NPanday.Artifact/pom.xml
index 88a8df1..cc4c6fc 100644
--- a/assemblies/NPanday.Artifact/pom.xml
+++ b/assemblies/NPanday.Artifact/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Artifact</groupId>  
   <artifactId>NPanday.Artifact</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Artifact</name>  
   <dependencies> 
@@ -35,13 +35,13 @@
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/assemblies/NPanday.Logging/pom.xml b/assemblies/NPanday.Logging/pom.xml
index 8fb31d2..461d72f 100644
--- a/assemblies/NPanday.Logging/pom.xml
+++ b/assemblies/NPanday.Logging/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Logging</groupId>  
   <artifactId>NPanday.Logging</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Library</name> 
 </project>
diff --git a/assemblies/NPanday.Model/AutomationExtensibility/pom.xml b/assemblies/NPanday.Model/AutomationExtensibility/pom.xml
index 29cfa21..27d9cee 100644
--- a/assemblies/NPanday.Model/AutomationExtensibility/pom.xml
+++ b/assemblies/NPanday.Model/AutomationExtensibility/pom.xml
@@ -21,14 +21,14 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId>  
     <relativePath>../../pom.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Model</groupId>  
   <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Model.AutomationExtensibility</name>  
   <!--
diff --git a/assemblies/NPanday.Model/Pom/pom.xml b/assemblies/NPanday.Model/Pom/pom.xml
index 3219ad6..2f6e55b 100644
--- a/assemblies/NPanday.Model/Pom/pom.xml
+++ b/assemblies/NPanday.Model/Pom/pom.xml
@@ -21,14 +21,14 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId>  
     <relativePath>../../pom.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Model</groupId>  
   <artifactId>NPanday.Model.Pom</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Model.Pom</name>  
   <build> 
diff --git a/assemblies/NPanday.Model/Settings/pom.xml b/assemblies/NPanday.Model/Settings/pom.xml
index d471f3a..fe334e1 100644
--- a/assemblies/NPanday.Model/Settings/pom.xml
+++ b/assemblies/NPanday.Model/Settings/pom.xml
@@ -21,7 +21,7 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId>  
     <relativePath>..\..\pom.xml</relativePath> 
   </parent>  
@@ -29,7 +29,7 @@
   <groupId>NPanday.Model</groupId>  
   <artifactId>NPanday.Model.Settings</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Model.Settings</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/assemblies/NPanday.Plugin.Loader/pom.xml b/assemblies/NPanday.Plugin.Loader/pom.xml
index 4d6df7c..39d80a7 100644
--- a/assemblies/NPanday.Plugin.Loader/pom.xml
+++ b/assemblies/NPanday.Plugin.Loader/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Plugin</groupId>  
   <artifactId>NPanday.Plugin.Loader</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>exe</packaging>  
   <name>NPanday.Plugin.Loader</name>  
   <dependencies> 
@@ -35,7 +35,7 @@
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.Plugin.MojoGenerator/pom.xml b/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
index 7834b28..ff342b1 100644
--- a/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
+++ b/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Plugin</groupId>  
   <artifactId>NPanday.Plugin.MojoGenerator</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>exe</packaging>  
   <name>NPanday.Plugin.MojoGenerator</name>  
   <dependencies> 
@@ -35,7 +35,7 @@
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.Plugin.Runner/pom.xml b/assemblies/NPanday.Plugin.Runner/pom.xml
index cae6a59..f2dca29 100644
--- a/assemblies/NPanday.Plugin.Runner/pom.xml
+++ b/assemblies/NPanday.Plugin.Runner/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Plugin</groupId>  
   <artifactId>NPanday.Plugin.Runner</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>exe</packaging>  
   <name>NPanday.Plugin.Runner</name> 
 </project>
diff --git a/assemblies/NPanday.Plugin/pom.xml b/assemblies/NPanday.Plugin/pom.xml
index b8142fb..94bfbc7 100644
--- a/assemblies/NPanday.Plugin/pom.xml
+++ b/assemblies/NPanday.Plugin/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Plugin</groupId>  
   <artifactId>NPanday.Plugin</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Plugin</name>  
   <dependencies> 
@@ -35,7 +35,7 @@
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/assemblies/NPanday.ProjectImporter/Console/pom.xml b/assemblies/NPanday.ProjectImporter/Console/pom.xml
index 32629fc..1d6167a 100644
--- a/assemblies/NPanday.ProjectImporter/Console/pom.xml
+++ b/assemblies/NPanday.ProjectImporter/Console/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday.ProjectImporter</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.ImporterProjectParent</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.ProjectImporter</groupId>  
   <artifactId>NPanday.ProjectImporterConsole</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>exe</packaging>  
   <name>NPanday.ProjectImporterConsole</name>  
   <build> 
@@ -60,7 +60,7 @@
     <dependency> 
       <groupId>NPanday.ProjectImporter</groupId>  
       <artifactId>NPanday.ProjectImporterEngine</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
diff --git a/assemblies/NPanday.ProjectImporter/Engine/pom.xml b/assemblies/NPanday.ProjectImporter/Engine/pom.xml
index a1237ff..85ae1fa 100644
--- a/assemblies/NPanday.ProjectImporter/Engine/pom.xml
+++ b/assemblies/NPanday.ProjectImporter/Engine/pom.xml
@@ -21,13 +21,13 @@
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>NPanday.ProjectImporter</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.ImporterProjectParent</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.ProjectImporter</groupId>  
   <artifactId>NPanday.ProjectImporterEngine</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.ProjectImporterEngine</name>  
   <build> 
@@ -65,31 +65,31 @@
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Utils</groupId>  
       <artifactId>NPanday.Utils</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.ProjectImporter/pom.xml b/assemblies/NPanday.ProjectImporter/pom.xml
index 8d2a41f..df6389b 100644
--- a/assemblies/NPanday.ProjectImporter/pom.xml
+++ b/assemblies/NPanday.ProjectImporter/pom.xml
@@ -21,11 +21,11 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <groupId>NPanday.ProjectImporter</groupId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <artifactId>NPanday.ImporterProjectParent</artifactId>  
   <packaging>pom</packaging>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/assemblies/NPanday.Utils/pom.xml b/assemblies/NPanday.Utils/pom.xml
index 345599a..12728fc 100644
--- a/assemblies/NPanday.Utils/pom.xml
+++ b/assemblies/NPanday.Utils/pom.xml
@@ -20,39 +20,39 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Utils</groupId>  
   <artifactId>NPanday.Utils</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.Utils</name>  
   <dependencies>  
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
diff --git a/assemblies/NPanday.VisualStudio.Addin/pom.xml b/assemblies/NPanday.VisualStudio.Addin/pom.xml
index fc3fe96..0c35e07 100644
--- a/assemblies/NPanday.VisualStudio.Addin/pom.xml
+++ b/assemblies/NPanday.VisualStudio.Addin/pom.xml
@@ -21,51 +21,51 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.VisualStudio</groupId>  
   <artifactId>NPanday.VisualStudio.Addin</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>visual-studio-addin</packaging>  
   <name>NPanday.VisualStudio.Addin</name>  
   <dependencies>
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.VisualStudio</groupId>  
       <artifactId>NPanday.VisualStudio</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>Microsoft.VisualStudio.CommandBars</groupId>  
@@ -126,14 +126,14 @@
     <dependency> 
       <groupId>NPanday.ProjectImporter</groupId>  
       <artifactId>NPanday.ProjectImporterEngine</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Utils</groupId>  
       <artifactId>NPanday.Utils</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <profiles> 
diff --git a/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml b/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
index b5d624f..9a098cb 100644
--- a/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
+++ b/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.VisualStudio</groupId>  
   <artifactId>NPanday.VisualStudio.ProjectWizard</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.VisualStudio.ProjectWizard</name>  
   <dependencies> 
diff --git a/assemblies/NPanday.VisualStudio/pom.xml b/assemblies/NPanday.VisualStudio/pom.xml
index d6002c9..79aefc7 100644
--- a/assemblies/NPanday.VisualStudio/pom.xml
+++ b/assemblies/NPanday.VisualStudio/pom.xml
@@ -21,20 +21,20 @@
 <project> 
   <parent> 
     <groupId>NPanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.VisualStudio</groupId>  
   <artifactId>NPanday.VisualStudio</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>library</packaging>  
   <name>NPanday.VisualStudio</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index b807332..7efd347 100644
--- a/assemblies/pom.xml
+++ b/assemblies/pom.xml
@@ -22,14 +22,14 @@
    
   <parent> 
     <groupId>NPanday.Project</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Project</artifactId>  
     <relativePath>../pom-dotnet.xml</relativePath> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday</groupId>  
   <artifactId>NPanday.Assemblies</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <packaging>pom</packaging>  
   <name>NPanday.Assemblies</name>  
   <url>http://codeplex.com/npanday</url>  
diff --git a/components/dotnet-artifact/pom.xml b/components/dotnet-artifact/pom.xml
index bc4baab..53296c4 100644
--- a/components/dotnet-artifact/pom.xml
+++ b/components/dotnet-artifact/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -41,17 +41,17 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-dao-project</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-netdependency</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/components/dotnet-assembler/pom.xml b/components/dotnet-assembler/pom.xml
index a18350e..bbdc2b8 100644
--- a/components/dotnet-assembler/pom.xml
+++ b/components/dotnet-assembler/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -41,17 +41,17 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-assembly-plugins</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-core/pom.xml b/components/dotnet-core/pom.xml
index b309fbc..14b23cb 100644
--- a/components/dotnet-core/pom.xml
+++ b/components/dotnet-core/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -33,7 +33,7 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-registry</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>org.apache.maven</groupId>  
diff --git a/components/dotnet-dao/project/pom.xml b/components/dotnet-dao/project/pom.xml
index 308bb6d..477e99f 100644
--- a/components/dotnet-dao/project/pom.xml
+++ b/components/dotnet-dao/project/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId>  
     <relativePath>..\..\pom.xml</relativePath> 
   </parent>  
@@ -34,12 +34,12 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-registry</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>org.openrdf</groupId>  
diff --git a/components/dotnet-dao/project/src/test/resources/pom.xml b/components/dotnet-dao/project/src/test/resources/pom.xml
index bc81380..60494fd 100644
--- a/components/dotnet-dao/project/src/test/resources/pom.xml
+++ b/components/dotnet-dao/project/src/test/resources/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>  
   <groupId>NPanday.Test2</groupId>  
   <artifactId>NPanday.Test2.Test1</artifactId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Test2.Test1</name>  
   <description/> 
 </project>
diff --git a/components/dotnet-executable/pom.xml b/components/dotnet-executable/pom.xml
index 6f07332..79256dd 100644
--- a/components/dotnet-executable/pom.xml
+++ b/components/dotnet-executable/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -33,27 +33,27 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-executable-plugins</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-compiler-plugins</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-vendor</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-model/assembly-plugins/pom.xml b/components/dotnet-model/assembly-plugins/pom.xml
index adf5fdd..3e8ae64 100644
--- a/components/dotnet-model/assembly-plugins/pom.xml
+++ b/components/dotnet-model/assembly-plugins/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/compiler-plugins/pom.xml b/components/dotnet-model/compiler-plugins/pom.xml
index 54b4fe2..c572550 100644
--- a/components/dotnet-model/compiler-plugins/pom.xml
+++ b/components/dotnet-model/compiler-plugins/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/configuration-appenders/pom.xml b/components/dotnet-model/configuration-appenders/pom.xml
index 3ade122..19b1ef2 100644
--- a/components/dotnet-model/configuration-appenders/pom.xml
+++ b/components/dotnet-model/configuration-appenders/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/entries/pom.xml b/components/dotnet-model/entries/pom.xml
index 5dd68d3..4851185 100644
--- a/components/dotnet-model/entries/pom.xml
+++ b/components/dotnet-model/entries/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/executable-plugins/pom.xml b/components/dotnet-model/executable-plugins/pom.xml
index 43895e6..41d1a23 100644
--- a/components/dotnet-model/executable-plugins/pom.xml
+++ b/components/dotnet-model/executable-plugins/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/netdependency/pom.xml b/components/dotnet-model/netdependency/pom.xml
index b1dd1ab..385dd22 100644
--- a/components/dotnet-model/netdependency/pom.xml
+++ b/components/dotnet-model/netdependency/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/pom.xml b/components/dotnet-model/pom.xml
index fc6b6af..3fd00fa 100644
--- a/components/dotnet-model/pom.xml
+++ b/components/dotnet-model/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-model/settings/pom.xml b/components/dotnet-model/settings/pom.xml
index 81e10d1..1273a09 100644
--- a/components/dotnet-model/settings/pom.xml
+++ b/components/dotnet-model/settings/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-model</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-plugin/pom.xml b/components/dotnet-plugin/pom.xml
index c95459a..f64c568 100644
--- a/components/dotnet-plugin/pom.xml
+++ b/components/dotnet-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -41,17 +41,17 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-vendor</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-configuration-appenders</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-registry/pom.xml b/components/dotnet-registry/pom.xml
index ed99745..93a772d 100644
--- a/components/dotnet-registry/pom.xml
+++ b/components/dotnet-registry/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/components/dotnet-repository/pom.xml b/components/dotnet-repository/pom.xml
index 5a6251e..8656c6d 100644
--- a/components/dotnet-repository/pom.xml
+++ b/components/dotnet-repository/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -33,12 +33,12 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-dao-project</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/components/dotnet-vendor/pom.xml b/components/dotnet-vendor/pom.xml
index 5fb4820..78bde28 100644
--- a/components/dotnet-vendor/pom.xml
+++ b/components/dotnet-vendor/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>dotnet-components</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -33,12 +33,12 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-settings</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/pom.xml b/components/pom.xml
index c54d11e..b5a0b08 100644
--- a/components/pom.xml
+++ b/components/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday-project</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/integration-tests/tests/it0001/pom.xml b/integration-tests/tests/it0001/pom.xml
index 3dbe05f..3b9ccda 100644
--- a/integration-tests/tests/it0001/pom.xml
+++ b/integration-tests/tests/it0001/pom.xml
@@ -5,7 +5,7 @@
   <groupId>NPanday.IT</groupId>
   <artifactId>NPanday.IT.0001</artifactId>  
   <packaging>library</packaging>
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0001</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0002/pom.xml b/integration-tests/tests/it0002/pom.xml
index 610841a..3584863 100644
--- a/integration-tests/tests/it0002/pom.xml
+++ b/integration-tests/tests/it0002/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0002</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0002</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0001</artifactId>  
       <type>module</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0003/pom.xml b/integration-tests/tests/it0003/pom.xml
index 12a8e50..690898d 100644
--- a/integration-tests/tests/it0003/pom.xml
+++ b/integration-tests/tests/it0003/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0003</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0003</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0002</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0004/pom.xml b/integration-tests/tests/it0004/pom.xml
index 4446eae..a690769 100644
--- a/integration-tests/tests/it0004/pom.xml
+++ b/integration-tests/tests/it0004/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0004</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0004</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0003</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/integration-tests/tests/it0005/pom.xml b/integration-tests/tests/it0005/pom.xml
index 52a51a8..181e74a 100644
--- a/integration-tests/tests/it0005/pom.xml
+++ b/integration-tests/tests/it0005/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0005</artifactId>  
   <packaging>nar</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0005</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0003</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0006/pom.xml b/integration-tests/tests/it0006/pom.xml
index c0673a8..bd94583 100644
--- a/integration-tests/tests/it0006/pom.xml
+++ b/integration-tests/tests/it0006/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0006</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0006</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0007/pom.xml b/integration-tests/tests/it0007/pom.xml
index 19fef23..80efbe7 100644
--- a/integration-tests/tests/it0007/pom.xml
+++ b/integration-tests/tests/it0007/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0007</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0007</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0010/pom.xml b/integration-tests/tests/it0010/pom.xml
index 7aa21a4..6ddb5c5 100644
--- a/integration-tests/tests/it0010/pom.xml
+++ b/integration-tests/tests/it0010/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0010</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0010</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0001</artifactId>  
       <type>module</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0011/pom.xml b/integration-tests/tests/it0011/pom.xml
index a81c4cf..925b25f 100644
--- a/integration-tests/tests/it0011/pom.xml
+++ b/integration-tests/tests/it0011/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0011</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0011</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0001</artifactId>  
       <type>module</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0012/pom.xml b/integration-tests/tests/it0012/pom.xml
index 424016a..74f62b2 100644
--- a/integration-tests/tests/it0012/pom.xml
+++ b/integration-tests/tests/it0012/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0012</artifactId>  
   <packaging>module</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0012</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0013/pom.xml b/integration-tests/tests/it0013/pom.xml
index 79d99fd..5c35812 100644
--- a/integration-tests/tests/it0013/pom.xml
+++ b/integration-tests/tests/it0013/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0013</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0013</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0012</artifactId>  
       <type>module</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0014/pom.xml b/integration-tests/tests/it0014/pom.xml
index 7524402..8f8e60e 100644
--- a/integration-tests/tests/it0014/pom.xml
+++ b/integration-tests/tests/it0014/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0014</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0014</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0013</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0015/pom.xml b/integration-tests/tests/it0015/pom.xml
index f6d8585..b48c33a 100644
--- a/integration-tests/tests/it0015/pom.xml
+++ b/integration-tests/tests/it0015/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0015</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0015</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0016/pom.xml b/integration-tests/tests/it0016/pom.xml
index aa1804e..08c919a 100644
--- a/integration-tests/tests/it0016/pom.xml
+++ b/integration-tests/tests/it0016/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0016</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0016</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0015</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0017/pom.xml b/integration-tests/tests/it0017/pom.xml
index 47e12fb..319c02e 100644
--- a/integration-tests/tests/it0017/pom.xml
+++ b/integration-tests/tests/it0017/pom.xml
@@ -5,14 +5,14 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0017</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0017</name>  
   <dependencies> 
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0016</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/integration-tests/tests/it0018/pom.xml b/integration-tests/tests/it0018/pom.xml
index f8c43fe..a40f02f 100644
--- a/integration-tests/tests/it0018/pom.xml
+++ b/integration-tests/tests/it0018/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0018</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0018</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0019/pom.xml b/integration-tests/tests/it0019/pom.xml
index e022c33..3078958 100644
--- a/integration-tests/tests/it0019/pom.xml
+++ b/integration-tests/tests/it0019/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0019</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0019</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0020/pom.xml b/integration-tests/tests/it0020/pom.xml
index ac2fcb3..49c9aa6 100644
--- a/integration-tests/tests/it0020/pom.xml
+++ b/integration-tests/tests/it0020/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0020</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0020</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0021/pom.xml b/integration-tests/tests/it0021/pom.xml
index deb4200..ede77af 100644
--- a/integration-tests/tests/it0021/pom.xml
+++ b/integration-tests/tests/it0021/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0021</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0021</name>  
   <build> 
     <sourceDirectory>src/main/vb</sourceDirectory>  
diff --git a/integration-tests/tests/it0022/pom.xml b/integration-tests/tests/it0022/pom.xml
index e00bd2f..c0d668d 100644
--- a/integration-tests/tests/it0022/pom.xml
+++ b/integration-tests/tests/it0022/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0022</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0022</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0025/it/test1/pom.xml b/integration-tests/tests/it0025/it/test1/pom.xml
index d4c272f..450f1c7 100644
--- a/integration-tests/tests/it0025/it/test1/pom.xml
+++ b/integration-tests/tests/it0025/it/test1/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0001</artifactId>  
   <packaging>module</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0001</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0025/pom.xml b/integration-tests/tests/it0025/pom.xml
index bb53f8d..36fe785 100644
--- a/integration-tests/tests/it0025/pom.xml
+++ b/integration-tests/tests/it0025/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0025</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0025</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0026/pom.xml b/integration-tests/tests/it0026/pom.xml
index 3e705ae..efe8e3f 100644
--- a/integration-tests/tests/it0026/pom.xml
+++ b/integration-tests/tests/it0026/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0026</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0026</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0028/pom.xml b/integration-tests/tests/it0028/pom.xml
index a19b6f3..df205a7 100644
--- a/integration-tests/tests/it0028/pom.xml
+++ b/integration-tests/tests/it0028/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0028</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0028</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
@@ -25,7 +25,7 @@
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0026</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency> 
   </dependencies>  
diff --git a/integration-tests/tests/it0029/pom.xml b/integration-tests/tests/it0029/pom.xml
index 025cbd6..520c47d 100644
--- a/integration-tests/tests/it0029/pom.xml
+++ b/integration-tests/tests/it0029/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0029</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0029</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
diff --git a/integration-tests/tests/it0030/pom.xml b/integration-tests/tests/it0030/pom.xml
index 1b25645..cde4dc0 100644
--- a/integration-tests/tests/it0030/pom.xml
+++ b/integration-tests/tests/it0030/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0030</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0030</name>  
   <build> 
     <sourceDirectory>src/main/csharp</sourceDirectory>  
@@ -25,13 +25,13 @@
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0029</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0028</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency> 
   </dependencies>  
diff --git a/integration-tests/tests/it0032/pom.xml b/integration-tests/tests/it0032/pom.xml
index c69dcc9..de61aff 100644
--- a/integration-tests/tests/it0032/pom.xml
+++ b/integration-tests/tests/it0032/pom.xml
@@ -5,7 +5,7 @@
   <groupId>org.apache.maven.it</groupId>  
   <artifactId>it0032</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>it0032</name>  
   <dependencies> 
     <dependency> 
diff --git a/integration-tests/tests/it0033/pom.xml b/integration-tests/tests/it0033/pom.xml
index 4bc9c47..a2e7d9b 100644
--- a/integration-tests/tests/it0033/pom.xml
+++ b/integration-tests/tests/it0033/pom.xml
@@ -5,7 +5,7 @@
   <artifactId>it0033</artifactId>
   <packaging>exe</packaging>
   <name>vb-source-with-csharp-test-source</name>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.2-RC3</version>
   <build>
     <sourceDirectory>src\main\vb</sourceDirectory>
     <testSourceDirectory>src\test\csharp</testSourceDirectory>
diff --git a/integration-tests/tests/it0035/pom.xml b/integration-tests/tests/it0035/pom.xml
index d7c12b3..dcac789 100644
--- a/integration-tests/tests/it0035/pom.xml
+++ b/integration-tests/tests/it0035/pom.xml
@@ -4,7 +4,7 @@
   <artifactId>it0035</artifactId>
   <groupId>org.apache.maven.it</groupId>
   <packaging>exe</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.2-RC3</version>
   <name>org.apache.maven.it : it0035</name>
   <build>
     <sourceDirectory>src/main/vb</sourceDirectory>
diff --git a/integration-tests/tests/it0036/pom.xml b/integration-tests/tests/it0036/pom.xml
index dc78fc2..053337b 100644
--- a/integration-tests/tests/it0036/pom.xml
+++ b/integration-tests/tests/it0036/pom.xml
@@ -4,7 +4,7 @@
   <artifactId>it0036</artifactId>
   <groupId>org.apache.maven.it</groupId>
   <packaging>exe</packaging>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.2-RC3</version>
   <name>SourceProcessorMojo and TestSourceProcessorMojo - tests</name>
   <build>
     <sourceDirectory>src/main/vb</sourceDirectory>
diff --git a/misc/dotnet-repository-builder/pom-dotnet.xml b/misc/dotnet-repository-builder/pom-dotnet.xml
index 72b7cda..ec28d12 100644
--- a/misc/dotnet-repository-builder/pom-dotnet.xml
+++ b/misc/dotnet-repository-builder/pom-dotnet.xml
@@ -21,7 +21,7 @@
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>org.apache.maven.dotnet</groupId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <artifactId>dotnet-repository-builder</artifactId>  
   <packaging>pom</packaging>  
   <dependencies> 
diff --git a/misc/dotnet-repository-builder/pom.xml b/misc/dotnet-repository-builder/pom.xml
index b4f2fb6..0fba109 100644
--- a/misc/dotnet-repository-builder/pom.xml
+++ b/misc/dotnet-repository-builder/pom.xml
@@ -4,11 +4,11 @@
   <parent>
     <groupId>npanday</groupId>  
     <artifactId>npanday-project</artifactId>  
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0.2-RC3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>npanday</groupId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.2-RC3</version>
   <artifactId>dotnet-repository-builder</artifactId>
   <packaging>pom</packaging>
   <dependencies>
diff --git a/misc/npanday-repository-builder/pom.xml b/misc/npanday-repository-builder/pom.xml
index 8734f97..f5932ff 100644
--- a/misc/npanday-repository-builder/pom.xml
+++ b/misc/npanday-repository-builder/pom.xml
@@ -4,11 +4,11 @@
   <parent> 
     <groupId>npanday</groupId>  
     <artifactId>npanday-project</artifactId>  
-    <version>1.1-SNAPSHOT</version> 
+    <version>1.0.2-RC3</version> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday</groupId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <artifactId>npanday-repository-builder</artifactId>  
   <packaging>pom</packaging>
   <name>NPanday Repository Builder</name>  
@@ -20,82 +20,82 @@
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-compile-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-aspx-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-deploy-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-fxcop-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-install-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-link-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-mojo-generator-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-repository-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-resgen-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-resolver-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-test-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-vsinstaller-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-webapp-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-wsdl-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-xsd-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-xsp-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
 
     <!--
@@ -104,22 +104,22 @@
     <dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.Addin.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>
 	<dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>
 
     <!--
@@ -128,17 +128,17 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-dotnet-simple</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-netexecutable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-vb-simple</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>
   </dependencies>  
   <build>
diff --git a/npanday-its/pom.xml b/npanday-its/pom.xml
index 29c937e..de20d17 100644
--- a/npanday-its/pom.xml
+++ b/npanday-its/pom.xml
@@ -23,7 +23,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>npanday</groupId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0.2-RC3</version>
     <artifactId>npanday-project</artifactId>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/plugins/maven-aspx-plugin/pom.xml b/plugins/maven-aspx-plugin/pom.xml
index b4c5c93..c1429c6 100644
--- a/plugins/maven-aspx-plugin/pom.xml
+++ b/plugins/maven-aspx-plugin/pom.xml
@@ -23,7 +23,7 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <groupId>npanday.plugin</groupId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.0.2-RC3</version>
     <artifactId>maven-dotnet-plugins</artifactId>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>npanday</groupId>
       <artifactId>dotnet-registry</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.2-RC3</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
diff --git a/plugins/maven-compile-plugin/pom.xml b/plugins/maven-compile-plugin/pom.xml
index 773de7b..3d31dce 100644
--- a/plugins/maven-compile-plugin/pom.xml
+++ b/plugins/maven-compile-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -38,7 +38,7 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-registry</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/maven-deploy-plugin/pom.xml b/plugins/maven-deploy-plugin/pom.xml
index 933a13e..25fef77 100644
--- a/plugins/maven-deploy-plugin/pom.xml
+++ b/plugins/maven-deploy-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-fxcop-plugin/pom.xml b/plugins/maven-fxcop-plugin/pom.xml
index f37bee3..e4a02e7 100644
--- a/plugins/maven-fxcop-plugin/pom.xml
+++ b/plugins/maven-fxcop-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent> 
     <artifactId>maven-dotnet-plugins</artifactId>  
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version> 
+    <version>1.0.2-RC3</version> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
diff --git a/plugins/maven-install-plugin/pom.xml b/plugins/maven-install-plugin/pom.xml
index 78669e5..5c8ece1 100644
--- a/plugins/maven-install-plugin/pom.xml
+++ b/plugins/maven-install-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-link-plugin/pom.xml b/plugins/maven-link-plugin/pom.xml
index 96ce373..3af8967 100644
--- a/plugins/maven-link-plugin/pom.xml
+++ b/plugins/maven-link-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-mojo-generator-plugin/pom.xml b/plugins/maven-mojo-generator-plugin/pom.xml
index 23aa03b..d17e10a 100644
--- a/plugins/maven-mojo-generator-plugin/pom.xml
+++ b/plugins/maven-mojo-generator-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-repository-plugin/pom.xml b/plugins/maven-repository-plugin/pom.xml
index 7d8e933..8be7e6e 100644
--- a/plugins/maven-repository-plugin/pom.xml
+++ b/plugins/maven-repository-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -39,7 +39,7 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-repository</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/maven-resgen-plugin/pom.xml b/plugins/maven-resgen-plugin/pom.xml
index f52d457..f96717e 100644
--- a/plugins/maven-resgen-plugin/pom.xml
+++ b/plugins/maven-resgen-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-resolver-plugin/pom.xml b/plugins/maven-resolver-plugin/pom.xml
index 542922d..a2af67f 100644
--- a/plugins/maven-resolver-plugin/pom.xml
+++ b/plugins/maven-resolver-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-test-plugin/pom.xml b/plugins/maven-test-plugin/pom.xml
index a5b053f..53fd940 100644
--- a/plugins/maven-test-plugin/pom.xml
+++ b/plugins/maven-test-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-vsinstaller-plugin/pom.xml b/plugins/maven-vsinstaller-plugin/pom.xml
index 582ff4b..a37ddad 100644
--- a/plugins/maven-vsinstaller-plugin/pom.xml
+++ b/plugins/maven-vsinstaller-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-vsinstaller-plugin/src/site/apt/examples/pom.xml b/plugins/maven-vsinstaller-plugin/src/site/apt/examples/pom.xml
index 2d683ef..089af09 100644
--- a/plugins/maven-vsinstaller-plugin/src/site/apt/examples/pom.xml
+++ b/plugins/maven-vsinstaller-plugin/src/site/apt/examples/pom.xml
@@ -5,6 +5,6 @@
   <groupId>npanday</groupId>  
   <artifactId>vsinstaller</artifactId>  
   <packaging>library</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>vsinstaller</name> 
 </project>
diff --git a/plugins/maven-vstudio-plugin/pom.xml b/plugins/maven-vstudio-plugin/pom.xml
index 74b443a..fa98ce6 100644
--- a/plugins/maven-vstudio-plugin/pom.xml
+++ b/plugins/maven-vstudio-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-webapp-plugin/pom.xml b/plugins/maven-webapp-plugin/pom.xml
index 1c61c47..072409d 100644
--- a/plugins/maven-webapp-plugin/pom.xml
+++ b/plugins/maven-webapp-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-wsdl-plugin/pom.xml b/plugins/maven-wsdl-plugin/pom.xml
index 56e2ae6..904952c 100644
--- a/plugins/maven-wsdl-plugin/pom.xml
+++ b/plugins/maven-wsdl-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-xsd-plugin/pom.xml b/plugins/maven-xsd-plugin/pom.xml
index 7ca9ef2..1fdf6ea 100644
--- a/plugins/maven-xsd-plugin/pom.xml
+++ b/plugins/maven-xsd-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/maven-xsp-plugin/pom.xml b/plugins/maven-xsp-plugin/pom.xml
index 2332800..34faa4a 100644
--- a/plugins/maven-xsp-plugin/pom.xml
+++ b/plugins/maven-xsp-plugin/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml b/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml
index a53b198..774a937 100644
--- a/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Addin/javabinding/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
@@ -16,22 +16,22 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Addin/pom.xml b/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
index e95b019..2e95911 100644
--- a/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
@@ -21,33 +21,33 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.Addin</artifactId>  
   <packaging>netplugin</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.Addin</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml b/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
index 82dc574..e32af6e 100644
--- a/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Devenv/javabinding/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
@@ -16,22 +16,22 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml b/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
index 1d63c6c..36f508b 100644
--- a/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
@@ -21,21 +21,21 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.Devenv</artifactId>  
   <packaging>netplugin</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.Devenv</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Resx/pom.xml b/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
index ecae743..564a7a5 100644
--- a/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
@@ -21,13 +21,13 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.Resx</artifactId>  
   <packaging>exe</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.ResX</name> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml b/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
index 2493276..c917d10 100644
--- a/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Settings/javabinding/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
@@ -16,22 +16,22 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/netplugins/NPanday.Plugin.Settings/pom.xml b/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
index 2a4a578..9151d07 100644
--- a/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
@@ -21,21 +21,21 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.Settings</artifactId>  
   <packaging>netplugin</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.Settings</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies>  
   <!--
diff --git a/plugins/netplugins/NPanday.Plugin.Solution/javabinding/pom.xml b/plugins/netplugins/NPanday.Plugin.Solution/javabinding/pom.xml
index b1a1b13..6bba658 100644
--- a/plugins/netplugins/NPanday.Plugin.Solution/javabinding/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Solution/javabinding/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
@@ -16,22 +16,22 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Solution/pom.xml b/plugins/netplugins/NPanday.Plugin.Solution/pom.xml
index f075e8c..76553c8 100644
--- a/plugins/netplugins/NPanday.Plugin.Solution/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.Solution/pom.xml
@@ -21,14 +21,14 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.Solution</artifactId>  
   <packaging>netplugin</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.Solution</name>  
   <dependencies> 
     <dependency> 
@@ -41,19 +41,19 @@
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml b/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
index 47153c7..f1e5da8 100644
--- a/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.SysRef/javabinding/pom.xml
@@ -3,7 +3,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>maven-dotnet-plugins</artifactId>  
     <relativePath>../../../pom.xml</relativePath> 
   </parent>  
@@ -16,22 +16,22 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml b/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
index 641c826..be93f0a 100644
--- a/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
+++ b/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
@@ -21,33 +21,33 @@
 <project> 
   <parent> 
     <groupId>npanday.plugin</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday.plugins</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday.plugin</groupId>  
   <artifactId>NPanday.Plugin.SysRef</artifactId>  
   <packaging>netplugin</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Plugin.SysRef</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.2-RC3</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.AutomationExtensibility</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/pom.xml b/plugins/netplugins/pom.xml
index 3ad10d7..9ea739c 100644
--- a/plugins/netplugins/pom.xml
+++ b/plugins/netplugins/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">  
   <parent> 
     <groupId>NPanday.Project</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>NPanday.Project</artifactId>  
     <relativePath>../../pom-dotnet.xml</relativePath> 
   </parent>  
@@ -29,7 +29,7 @@
   <groupId>npanday.plugin</groupId>  
   <artifactId>npanday.plugins</artifactId>  
   <packaging>pom</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>npanday.plugin</name>  
   <modules> 
     <module>NPanday.Plugin.Addin</module>  
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 3506925..05412da 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -21,7 +21,7 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent> 
     <groupId>npanday</groupId>  
-    <version>1.1-SNAPSHOT</version>  
+    <version>1.0.2-RC3</version>  
     <artifactId>npanday-project</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
@@ -55,27 +55,27 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-assembler</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-dao-project</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.2-RC3</version> 
     </dependency>  
     <dependency>
       <groupId>org.apache.maven</groupId>
diff --git a/pom-dotnet.xml b/pom-dotnet.xml
index 4f9833e..fac1021 100644
--- a/pom-dotnet.xml
+++ b/pom-dotnet.xml
@@ -23,7 +23,7 @@
   <groupId>NPanday.Project</groupId>  
   <artifactId>NPanday.Project</artifactId>  
   <packaging>pom</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>NPanday.Project</name>  
   <url>http://incubator.apache.org/npanday</url>  
   <description>NPanday provides Maven 2.x plugins to support building of .NET applications</description>  
diff --git a/pom-modify-versions.xml b/pom-modify-versions.xml
index a1d4826..0910c81 100644
--- a/pom-modify-versions.xml
+++ b/pom-modify-versions.xml
@@ -29,7 +29,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pom-plugin</artifactId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.0.2-RC3</version>
         <executions>
           <execution>
             <configuration>
diff --git a/pom.xml b/pom.xml
index 0cafca2..c16ce38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <groupId>npanday</groupId>  
   <artifactId>npanday-project</artifactId>  
   <packaging>pom</packaging>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.2-RC3</version>  
   <name>npanday-project</name>  
   <mailingLists> 
     <mailingList> 
diff --git a/site/pom.xml b/site/pom.xml
index 4ade2cb..cd5ea49 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -5,7 +5,7 @@
   <groupId>npanday</groupId>
   <artifactId>npanday-site</artifactId>
   <packaging>pom</packaging>
-	<version>1.1-SNAPSHOT</version>  
+	<version>1.0.2-RC3</version>  
   <name>NPanday :: Site</name>
   <description>NPanday .NET Build Tool</description>
   <url>http://codeplex.com/npanday</url>