changed the versions from 1.1-SNAPSHOTS to 1.0.1

git-svn-id: https://svn.apache.org/repos/asf/incubator/npanday/tags/npanday_1_0_1@994031 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.txt b/README.txt
index 1e7a36f..a25520e 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.1\NPanday.Plugin.Resx.exe.config to
+  ${remoteRepository}\NPanday\Plugins\NPanday.Plugin.Resx\1.0.1\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..31fd984 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.1</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..aa6144c 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.1</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..3c1ef92 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.1</version>  
     <artifactId>dotnet-archetypes</artifactId> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 55c7a4b..ba951cf 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.1</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..1d3de97 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.1</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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/assemblies/NPanday.Logging/pom.xml b/assemblies/NPanday.Logging/pom.xml
index 8fb31d2..f678993 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.1</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.1</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..12f4268 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.1</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.1</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..9ad9986 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.1</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.1</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..2f0c938 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.1</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.1</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..1aed029 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.1</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.1</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.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.Plugin.MojoGenerator/pom.xml b/assemblies/NPanday.Plugin.MojoGenerator/pom.xml
index 7834b28..361e539 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.1</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.1</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.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.Plugin.Runner/pom.xml b/assemblies/NPanday.Plugin.Runner/pom.xml
index cae6a59..0c179b4 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.1</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.1</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..9ebac31 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.1</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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/assemblies/NPanday.ProjectImporter/Console/pom.xml b/assemblies/NPanday.ProjectImporter/Console/pom.xml
index 32629fc..1242f43 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.1</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.1</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.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
diff --git a/assemblies/NPanday.ProjectImporter/Engine/pom.xml b/assemblies/NPanday.ProjectImporter/Engine/pom.xml
index a1237ff..6109172 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.1</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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Settings</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Utils</groupId>  
       <artifactId>NPanday.Utils</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>
   </dependencies> 
 </project>
diff --git a/assemblies/NPanday.ProjectImporter/pom.xml b/assemblies/NPanday.ProjectImporter/pom.xml
index 8d2a41f..9c3e86f 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.1</version>  
     <artifactId>NPanday.Assemblies</artifactId> 
   </parent>  
   <groupId>NPanday.ProjectImporter</groupId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.1</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..d3afc26 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.1</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.1</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.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</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.1</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..bbb5807 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.1</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.1</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.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Logging</groupId>  
       <artifactId>NPanday.Logging</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.VisualStudio</groupId>  
       <artifactId>NPanday.VisualStudio</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</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.1</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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <profiles> 
diff --git a/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml b/assemblies/NPanday.VisualStudio.ProjectWizard/pom.xml
index b5d624f..a8d7df6 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.1</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.1</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..5d49090 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.1</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.1</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.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
diff --git a/assemblies/pom.xml b/assemblies/pom.xml
index b807332..ef95c2e 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.1</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.1</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..3a4b955 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-netdependency</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/components/dotnet-assembler/pom.xml b/components/dotnet-assembler/pom.xml
index a18350e..55eec4a 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-core/pom.xml b/components/dotnet-core/pom.xml
index b309fbc..a27c128 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.1</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.1</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..178f006 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-core</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</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..ed45c54 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.1</version>  
   <name>NPanday.Test2.Test1</name>  
   <description/> 
 </project>
diff --git a/components/dotnet-executable/pom.xml b/components/dotnet-executable/pom.xml
index 6f07332..ddd3aaa 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-executable-plugins</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-compiler-plugins</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-vendor</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-model/assembly-plugins/pom.xml b/components/dotnet-model/assembly-plugins/pom.xml
index adf5fdd..ed3568b 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.1</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..9748289 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.1</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..573e3bc 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.1</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..cb29d3e 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.1</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..733c4a1 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.1</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..4164cb3 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.1</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..6cdc4f2 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.1</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..b11fdcf 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.1</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..3152990 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-vendor</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-configuration-appenders</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/dotnet-registry/pom.xml b/components/dotnet-registry/pom.xml
index ed99745..73edb73 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.1</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..d25b886 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/components/dotnet-vendor/pom.xml b/components/dotnet-vendor/pom.xml
index 5fb4820..4781e1f 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-model-settings</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/components/pom.xml b/components/pom.xml
index c54d11e..086ddcd 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.1</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..355d3a9 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.1</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..ae829c0 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0003/pom.xml b/integration-tests/tests/it0003/pom.xml
index 12a8e50..b5f88ca 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0004/pom.xml b/integration-tests/tests/it0004/pom.xml
index 4446eae..308b007 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/integration-tests/tests/it0005/pom.xml b/integration-tests/tests/it0005/pom.xml
index 52a51a8..a8bd870 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0006/pom.xml b/integration-tests/tests/it0006/pom.xml
index c0673a8..0e7e93b 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.1</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..3c320ea 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.1</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..f3b6bcf 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0011/pom.xml b/integration-tests/tests/it0011/pom.xml
index a81c4cf..e668ad6 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0012/pom.xml b/integration-tests/tests/it0012/pom.xml
index 424016a..9933b9a 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.1</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..2f65b80 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0014/pom.xml b/integration-tests/tests/it0014/pom.xml
index 7524402..7ead4a0 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0015/pom.xml b/integration-tests/tests/it0015/pom.xml
index f6d8585..eb69a55 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.1</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..61b631d 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <build> 
diff --git a/integration-tests/tests/it0017/pom.xml b/integration-tests/tests/it0017/pom.xml
index 47e12fb..51f6420 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NUnit</groupId>  
diff --git a/integration-tests/tests/it0018/pom.xml b/integration-tests/tests/it0018/pom.xml
index f8c43fe..ec383da 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.1</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..0b03587 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.1</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..57663b6 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.1</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..cda1c34 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.1</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..ed508d8 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.1</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..2612c9f 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.1</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..7b98292 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.1</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..c29c9b5 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.1</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..a96f913 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.1</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.1</version>  
       <type>library</type> 
     </dependency> 
   </dependencies>  
diff --git a/integration-tests/tests/it0029/pom.xml b/integration-tests/tests/it0029/pom.xml
index 025cbd6..cab420f 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.1</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..6c50739 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.1</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.1</version>  
       <type>library</type> 
     </dependency>  
     <dependency> 
       <groupId>org.apache.maven.it</groupId>  
       <artifactId>it0028</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</version>  
       <type>library</type> 
     </dependency> 
   </dependencies>  
diff --git a/integration-tests/tests/it0032/pom.xml b/integration-tests/tests/it0032/pom.xml
index c69dcc9..818be61 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.1</version>  
   <name>it0032</name>  
   <dependencies> 
     <dependency> 
diff --git a/integration-tests/tests/it0033/pom.xml b/integration-tests/tests/it0033/pom.xml
index 4bc9c47..ab88b21 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.1</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..cd8bb23 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.1</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..b9b4b51 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.1</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..4e1f2fc 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.1</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..f53f13e 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.1</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>npanday</groupId>
-  <version>1.1-SNAPSHOT</version>
+  <version>1.0.1</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..7f0fe1a 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.1</version> 
   </parent>  
   <modelVersion>4.0.0</modelVersion>  
   <groupId>npanday</groupId>  
-  <version>1.1-SNAPSHOT</version>  
+  <version>1.0.1</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.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-aspx-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-deploy-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-fxcop-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-install-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-link-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-mojo-generator-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-repository-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-resgen-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-resolver-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-test-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-vsinstaller-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-webapp-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-wsdl-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-xsd-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</version>
     </dependency>
     <dependency>
       <groupId>npanday.plugin</groupId>
       <artifactId>maven-xsp-plugin</artifactId>
-      <version>1.1-SNAPSHOT</version>
+      <version>1.0.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.Devenv.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.Settings.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>
 	<dependency> 
       <groupId>npanday.plugin</groupId>  
       <artifactId>NPanday.Plugin.SysRef.JavaBinding</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>
 
     <!--
@@ -128,17 +128,17 @@
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-dotnet-simple</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-netexecutable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>maven-archetype-vb-simple</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>
   </dependencies>  
   <build>
diff --git a/npanday-its/pom.xml b/npanday-its/pom.xml
index 29c937e..ddc6581 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.1</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..ee50c90 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.1</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.1</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..9db09bd 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/maven-deploy-plugin/pom.xml b/plugins/maven-deploy-plugin/pom.xml
index 933a13e..c061f2f 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.1</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..036ba08 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.1</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..b7f4f7d 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.1</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..3983d8d 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.1</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..8064b50 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.1</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..2a787f5 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.1</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.1</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/maven-resgen-plugin/pom.xml b/plugins/maven-resgen-plugin/pom.xml
index f52d457..baf8a48 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.1</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..9b261b3 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.1</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..17da633 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.1</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..777709a 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.1</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..5c20f6d 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.1</version>  
   <name>vsinstaller</name> 
 </project>
diff --git a/plugins/maven-vstudio-plugin/pom.xml b/plugins/maven-vstudio-plugin/pom.xml
index 74b443a..df6b9c2 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.1</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..51f4c26 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.1</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..ed70a61 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.1</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..4d3c8cd 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.1</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..d44eb8a 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.1</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..7d003c9 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Addin/pom.xml b/plugins/netplugins/NPanday.Plugin.Addin/pom.xml
index e95b019..4396c62 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.1</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.1</version>  
   <name>NPanday.Plugin.Addin</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</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..4c5f373 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml b/plugins/netplugins/NPanday.Plugin.Devenv/pom.xml
index 1d63c6c..2f392c2 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.1</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.1</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.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Resx/pom.xml b/plugins/netplugins/NPanday.Plugin.Resx/pom.xml
index ecae743..efb8e4f 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.1</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.1</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..729107a 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies>  
   <distributionManagement> 
diff --git a/plugins/netplugins/NPanday.Plugin.Settings/pom.xml b/plugins/netplugins/NPanday.Plugin.Settings/pom.xml
index 2a4a578..e8f0c06 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.1</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.1</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.1</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..b1242a9 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.Solution/pom.xml b/plugins/netplugins/NPanday.Plugin.Solution/pom.xml
index f075e8c..c094c35 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.1</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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Model</groupId>  
       <artifactId>NPanday.Model.Pom</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</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..342a0c3 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml b/plugins/netplugins/NPanday.Plugin.SysRef/pom.xml
index 641c826..85cefdb 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.1</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.1</version>  
   <name>NPanday.Plugin.SysRef</name>  
   <dependencies> 
     <dependency> 
       <groupId>NPanday.Artifact</groupId>  
       <artifactId>NPanday.Artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version>  
+      <version>1.0.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>NPanday.Plugin</groupId>  
       <artifactId>NPanday.Plugin</artifactId>  
       <type>library</type>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency> 
   </dependencies> 
 </project>
diff --git a/plugins/netplugins/pom.xml b/plugins/netplugins/pom.xml
index 3ad10d7..38b350c 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.1</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.1</version>  
   <name>npanday.plugin</name>  
   <modules> 
     <module>NPanday.Plugin.Addin</module>  
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 3506925..19d944e 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.1</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.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-dao-project</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-executable</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-artifact</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency> 
       <groupId>npanday</groupId>  
       <artifactId>dotnet-plugin</artifactId>  
-      <version>1.1-SNAPSHOT</version> 
+      <version>1.0.1</version> 
     </dependency>  
     <dependency>
       <groupId>org.apache.maven</groupId>
diff --git a/pom-dotnet.xml b/pom-dotnet.xml
index 4f9833e..cd1dbbe 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.1</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..45a238d 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.1</version>
         <executions>
           <execution>
             <configuration>
diff --git a/pom.xml b/pom.xml
index 0cafca2..1d9ebb1 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.1</version>  
   <name>npanday-project</name>  
   <mailingLists> 
     <mailingList> 
diff --git a/site/pom.xml b/site/pom.xml
index 4ade2cb..86661d3 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.1</version>  
   <name>NPanday :: Site</name>
   <description>NPanday .NET Build Tool</description>
   <url>http://codeplex.com/npanday</url>