Bug 474388 - archives build by hudson have the same name for both
branches 

Change-Id: I65296cfdd8e3036b2802aa6e9cb1f4bcc47e0910
Signed-off-by: Charlotte Rambaud <charlotte.rambaud@atos.net>
diff --git a/features/org.eclipse.gendoc.feature/category.xml b/features/org.eclipse.gendoc.feature/category.xml
index 80096d5..69bd7ef 100644
--- a/features/org.eclipse.gendoc.feature/category.xml
+++ b/features/org.eclipse.gendoc.feature/category.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <site>
-   <feature url="features/org.eclipse.gendoc.feature_0.5.0.qualifier.jar" id="org.eclipse.gendoc.feature" version="0.5.0.qualifier">
+   <feature url="features/org.eclipse.gendoc.feature_0.5.1.qualifier.jar" id="org.eclipse.gendoc.feature" version="0.5.1.qualifier">
       <category name="org.eclipse.gendoc.category"/>
    </feature>
    <category-def name="org.eclipse.gendoc.category" label="Gendoc"/>
diff --git a/features/org.eclipse.gendoc.feature/feature.xml b/features/org.eclipse.gendoc.feature/feature.xml
index 03b290b..389fb9c 100644
--- a/features/org.eclipse.gendoc.feature/feature.xml
+++ b/features/org.eclipse.gendoc.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.gendoc.feature"
       label="Gendoc"
-      version="0.5.0.qualifier">
+      version="0.5.1.qualifier">
 
    <description url="http://www.eclipse.org/gendoc">
       Gendoc extracts data from models and generates documents that
diff --git a/features/org.eclipse.gendoc.feature/pom.xml b/features/org.eclipse.gendoc.feature/pom.xml
index 9cf89fd..bb86d41 100644
--- a/features/org.eclipse.gendoc.feature/pom.xml
+++ b/features/org.eclipse.gendoc.feature/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.feature</artifactId>
diff --git a/features/org.eclipse.gendoc.papyrus.feature/feature.xml b/features/org.eclipse.gendoc.papyrus.feature/feature.xml
index 06714c7..16f8384 100644
--- a/features/org.eclipse.gendoc.papyrus.feature/feature.xml
+++ b/features/org.eclipse.gendoc.papyrus.feature/feature.xml
@@ -2,7 +2,7 @@
 <feature
       id="org.eclipse.gendoc.papyrus.feature"
       label="Papyrus bundle for Gendoc "
-      version="0.5.0.qualifier">
+      version="0.5.1.qualifier">
 
    <description url="http://www.eclipse.org/gendoc">
       Connector between Gendoc and Papyrus.
@@ -142,7 +142,7 @@
    </license>
 
    <requires>
-      <import feature="org.eclipse.gendoc.feature" version="0.5.0.qualifier"/>
+      <import feature="org.eclipse.gendoc.feature" version="0.5.1.qualifier"/>
       <import plugin="org.eclipse.core.runtime"/>
       <import plugin="org.eclipse.uml2.uml"/>
       <import plugin="org.eclipse.emf.ecore"/>
diff --git a/features/org.eclipse.gendoc.papyrus.feature/pom.xml b/features/org.eclipse.gendoc.papyrus.feature/pom.xml
index 1bdc5ee..8f1c6bd 100644
--- a/features/org.eclipse.gendoc.papyrus.feature/pom.xml
+++ b/features/org.eclipse.gendoc.papyrus.feature/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.papyrus.feature</artifactId>
diff --git a/plugins/org.eclipse.gendoc.batch/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.batch/META-INF/MANIFEST.MF
index 194777a..6139c6b 100644
--- a/plugins/org.eclipse.gendoc.batch/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.batch/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Batch mode
 Bundle-SymbolicName: org.eclipse.gendoc.batch;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.batch.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.batch/pom.xml b/plugins/org.eclipse.gendoc.batch/pom.xml
index e30c9db..9f21d04 100644
--- a/plugins/org.eclipse.gendoc.batch/pom.xml
+++ b/plugins/org.eclipse.gendoc.batch/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.batch</artifactId>
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.commons/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.bundle.acceleo.commons/META-INF/MANIFEST.MF
index dc799da..3e6d5fb 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.commons/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.commons/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc commons bundle
 Bundle-SymbolicName: org.eclipse.gendoc.bundle.acceleo.commons;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.bundle.acceleo.commons.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore,
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml b/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml
index 33da6a9..ad3a2d9 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.commons/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.bundle.acceleo.commons</artifactId>
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/META-INF/MANIFEST.MF
index 548dd6e..170969b 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc bundle for compatibility with Gmf
 Bundle-SymbolicName: org.eclipse.gendoc.bundle.acceleo.gmf;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.bundle.acceleo.gmf.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.uml2.uml,
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml b/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml
index 291d923..3ecedcf 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.gmf/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.bundle.acceleo.gmf</artifactId>
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/META-INF/MANIFEST.MF
index 1e70f12..46f14de 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc bundle for compatibility with Papyrus
 Bundle-SymbolicName: org.eclipse.gendoc.bundle.acceleo.papyrus;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.bundle.acceleo.papyrus.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.uml2.uml,
diff --git a/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml b/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml
index 453d2c0..79a3f73 100644
--- a/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml
+++ b/plugins/org.eclipse.gendoc.bundle.acceleo.papyrus/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.bundle.acceleo.papyrus</artifactId>
diff --git a/plugins/org.eclipse.gendoc.document.parser/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.document.parser/META-INF/MANIFEST.MF
index eb29184..1a8ba95 100644
--- a/plugins/org.eclipse.gendoc.document.parser/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.document.parser/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %pluginName
 Bundle-SymbolicName: org.eclipse.gendoc.document.parser;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.document.parser.Activator
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.resources,
diff --git a/plugins/org.eclipse.gendoc.document.parser/pom.xml b/plugins/org.eclipse.gendoc.document.parser/pom.xml
index f6dc1a3..0d47aa9 100644
--- a/plugins/org.eclipse.gendoc.document.parser/pom.xml
+++ b/plugins/org.eclipse.gendoc.document.parser/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.document.parser</artifactId>
diff --git a/plugins/org.eclipse.gendoc.documents/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.documents/META-INF/MANIFEST.MF
index b8690fc..a795d14 100644
--- a/plugins/org.eclipse.gendoc.documents/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.documents/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Documents
 Bundle-SymbolicName: org.eclipse.gendoc.documents;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore,
diff --git a/plugins/org.eclipse.gendoc.documents/pom.xml b/plugins/org.eclipse.gendoc.documents/pom.xml
index bfd34d8..7366b99 100644
--- a/plugins/org.eclipse.gendoc.documents/pom.xml
+++ b/plugins/org.eclipse.gendoc.documents/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.documents</artifactId>
diff --git a/plugins/org.eclipse.gendoc.m2t/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.m2t/META-INF/MANIFEST.MF
index 1af20db..d1f88b6 100644
--- a/plugins/org.eclipse.gendoc.m2t/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.m2t/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc M2T Scripts
 Bundle-SymbolicName: org.eclipse.gendoc.m2t;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore;visibility:=reexport,
  org.eclipse.gendoc.services
diff --git a/plugins/org.eclipse.gendoc.m2t/pom.xml b/plugins/org.eclipse.gendoc.m2t/pom.xml
index 50899a8..1649ad8 100644
--- a/plugins/org.eclipse.gendoc.m2t/pom.xml
+++ b/plugins/org.eclipse.gendoc.m2t/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.m2t</artifactId>
diff --git a/plugins/org.eclipse.gendoc.process/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.process/META-INF/MANIFEST.MF
index 56a78b1..a681ca3 100644
--- a/plugins/org.eclipse.gendoc.process/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.process/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Process
 Bundle-SymbolicName: org.eclipse.gendoc.process;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.ecore,
diff --git a/plugins/org.eclipse.gendoc.process/pom.xml b/plugins/org.eclipse.gendoc.process/pom.xml
index 01de2a6..961c163 100644
--- a/plugins/org.eclipse.gendoc.process/pom.xml
+++ b/plugins/org.eclipse.gendoc.process/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.process</artifactId>
diff --git a/plugins/org.eclipse.gendoc.script.acceleo/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.script.acceleo/META-INF/MANIFEST.MF
index 44fb350..03ea23b 100644
--- a/plugins/org.eclipse.gendoc.script.acceleo/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.script.acceleo/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Acceleo handler for Gendoc scripts
 Bundle-SymbolicName: org.eclipse.gendoc.script.acceleo;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.script.acceleo.Activator
 Require-Bundle: org.eclipse.acceleo.common,
  org.eclipse.acceleo.engine,
diff --git a/plugins/org.eclipse.gendoc.script.acceleo/pom.xml b/plugins/org.eclipse.gendoc.script.acceleo/pom.xml
index 18f9183..bcd8cfc 100644
--- a/plugins/org.eclipse.gendoc.script.acceleo/pom.xml
+++ b/plugins/org.eclipse.gendoc.script.acceleo/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.script.acceleo</artifactId>
diff --git a/plugins/org.eclipse.gendoc.services.docx/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.services.docx/META-INF/MANIFEST.MF
index 96f9ac0..5062fd3 100644
--- a/plugins/org.eclipse.gendoc.services.docx/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.services.docx/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Docx services
 Bundle-SymbolicName: org.eclipse.gendoc.services.docx;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.services.docx.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.services.docx/pom.xml b/plugins/org.eclipse.gendoc.services.docx/pom.xml
index bafbbc8..5ee5932 100644
--- a/plugins/org.eclipse.gendoc.services.docx/pom.xml
+++ b/plugins/org.eclipse.gendoc.services.docx/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.services.docx</artifactId>
diff --git a/plugins/org.eclipse.gendoc.services.odt/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.services.odt/META-INF/MANIFEST.MF
index 662fbb7..32b85c8 100644
--- a/plugins/org.eclipse.gendoc.services.odt/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.services.odt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Odt services
 Bundle-SymbolicName: org.eclipse.gendoc.services.odt;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.services.odt.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.services.odt/pom.xml b/plugins/org.eclipse.gendoc.services.odt/pom.xml
index c2cfe3d..7160229 100644
--- a/plugins/org.eclipse.gendoc.services.odt/pom.xml
+++ b/plugins/org.eclipse.gendoc.services.odt/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.services.odt</artifactId>
diff --git a/plugins/org.eclipse.gendoc.services/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.services/META-INF/MANIFEST.MF
index 1ff1971..ced93b0 100644
--- a/plugins/org.eclipse.gendoc.services/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.services/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Services
 Bundle-SymbolicName: org.eclipse.gendoc.services;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.services.GendocServiceActivator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.services/pom.xml b/plugins/org.eclipse.gendoc.services/pom.xml
index 9c99874..7342d7d 100644
--- a/plugins/org.eclipse.gendoc.services/pom.xml
+++ b/plugins/org.eclipse.gendoc.services/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.services</artifactId>
diff --git a/plugins/org.eclipse.gendoc.tags.handlers/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.tags.handlers/META-INF/MANIFEST.MF
index 448f178..3eea9d4 100644
--- a/plugins/org.eclipse.gendoc.tags.handlers/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.tags.handlers/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Tag Handlers
 Bundle-SymbolicName: org.eclipse.gendoc.tags.handlers;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.common,
diff --git a/plugins/org.eclipse.gendoc.tags.handlers/pom.xml b/plugins/org.eclipse.gendoc.tags.handlers/pom.xml
index d3a0be8..6fa1445 100644
--- a/plugins/org.eclipse.gendoc.tags.handlers/pom.xml
+++ b/plugins/org.eclipse.gendoc.tags.handlers/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.tags.handlers</artifactId>
diff --git a/plugins/org.eclipse.gendoc.tags.html/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.tags.html/META-INF/MANIFEST.MF
index c75d94d..665870e 100644
--- a/plugins/org.eclipse.gendoc.tags.html/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.tags.html/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc HTML
 Bundle-SymbolicName: org.eclipse.gendoc.tags.html;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.acceleo.engine,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.tags.html/pom.xml b/plugins/org.eclipse.gendoc.tags.html/pom.xml
index 067a09d..0853792 100644
--- a/plugins/org.eclipse.gendoc.tags.html/pom.xml
+++ b/plugins/org.eclipse.gendoc.tags.html/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.tags.html</artifactId>
diff --git a/plugins/org.eclipse.gendoc.tags.hyperlink/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.tags.hyperlink/META-INF/MANIFEST.MF
index 523ba97..96238af 100644
--- a/plugins/org.eclipse.gendoc.tags.hyperlink/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.tags.hyperlink/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Hyperlink
 Bundle-SymbolicName: org.eclipse.gendoc.tags.hyperlink;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.tags.hyperlink.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml b/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml
index e27d816..0c5e4f6 100644
--- a/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml
+++ b/plugins/org.eclipse.gendoc.tags.hyperlink/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.tags.hyperlink</artifactId>
diff --git a/plugins/org.eclipse.gendoc.tags.parsers/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.tags.parsers/META-INF/MANIFEST.MF
index 167c972..c5597a3 100644
--- a/plugins/org.eclipse.gendoc.tags.parsers/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.tags.parsers/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Tag Parsers
 Bundle-SymbolicName: org.eclipse.gendoc.tags.parsers;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.gendoc.services,
diff --git a/plugins/org.eclipse.gendoc.tags.parsers/pom.xml b/plugins/org.eclipse.gendoc.tags.parsers/pom.xml
index 32958c8..562fde8 100644
--- a/plugins/org.eclipse.gendoc.tags.parsers/pom.xml
+++ b/plugins/org.eclipse.gendoc.tags.parsers/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.tags.parsers</artifactId>
diff --git a/plugins/org.eclipse.gendoc.tags/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.tags/META-INF/MANIFEST.MF
index 53fe04b..3ef83f8 100644
--- a/plugins/org.eclipse.gendoc.tags/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.tags/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc Tags
 Bundle-SymbolicName: org.eclipse.gendoc.tags;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.common,
  org.eclipse.gendoc.services
diff --git a/plugins/org.eclipse.gendoc.tags/pom.xml b/plugins/org.eclipse.gendoc.tags/pom.xml
index 9aa188c..df9c619 100644
--- a/plugins/org.eclipse.gendoc.tags/pom.xml
+++ b/plugins/org.eclipse.gendoc.tags/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.tags</artifactId>
diff --git a/plugins/org.eclipse.gendoc.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.ui/META-INF/MANIFEST.MF
index 2d13bad..b6bdf32 100644
--- a/plugins/org.eclipse.gendoc.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc UI
 Bundle-SymbolicName: org.eclipse.gendoc.ui;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.ui.Activator
 Require-Bundle: org.eclipse.core.resources,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.ui/pom.xml b/plugins/org.eclipse.gendoc.ui/pom.xml
index 71b2de0..50ecc2a 100644
--- a/plugins/org.eclipse.gendoc.ui/pom.xml
+++ b/plugins/org.eclipse.gendoc.ui/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.ui</artifactId>
diff --git a/plugins/org.eclipse.gendoc.wizard.gmf/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.wizard.gmf/META-INF/MANIFEST.MF
index 86bd2cc..167b13a 100644
--- a/plugins/org.eclipse.gendoc.wizard.gmf/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.wizard.gmf/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Wizard for document generation from GMF diagrams
 Bundle-SymbolicName: org.eclipse.gendoc.wizard.gmf;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.wizard.gmf.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml b/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml
index 03d3888..35f2f26 100644
--- a/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml
+++ b/plugins/org.eclipse.gendoc.wizard.gmf/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.wizard.gmf</artifactId>
diff --git a/plugins/org.eclipse.gendoc.wizard.papyrus/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.wizard.papyrus/META-INF/MANIFEST.MF
index b279b01..7484719 100644
--- a/plugins/org.eclipse.gendoc.wizard.papyrus/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.wizard.papyrus/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Wizard for document generation from PAPYRUS diagrams
 Bundle-SymbolicName: org.eclipse.gendoc.wizard.papyrus;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.wizard.papyrus.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml b/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml
index 97d938e..8865206 100644
--- a/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml
+++ b/plugins/org.eclipse.gendoc.wizard.papyrus/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.wizard.papyrus</artifactId>
diff --git a/plugins/org.eclipse.gendoc.wizard/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc.wizard/META-INF/MANIFEST.MF
index 29f0b04..729fe0a 100644
--- a/plugins/org.eclipse.gendoc.wizard/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc.wizard/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Wizard
 Bundle-SymbolicName: org.eclipse.gendoc.wizard;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Bundle-Activator: org.eclipse.gendoc.wizard.Activator
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
diff --git a/plugins/org.eclipse.gendoc.wizard/pom.xml b/plugins/org.eclipse.gendoc.wizard/pom.xml
index d349a0d..a43b024 100644
--- a/plugins/org.eclipse.gendoc.wizard/pom.xml
+++ b/plugins/org.eclipse.gendoc.wizard/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   
   <artifactId>org.eclipse.gendoc.wizard</artifactId>
diff --git a/plugins/org.eclipse.gendoc/META-INF/MANIFEST.MF b/plugins/org.eclipse.gendoc/META-INF/MANIFEST.MF
index 15798fc..140abcf 100644
--- a/plugins/org.eclipse.gendoc/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.gendoc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Gendoc process
 Bundle-SymbolicName: org.eclipse.gendoc;singleton:=true
-Bundle-Version: 0.5.0.qualifier
+Bundle-Version: 0.5.1.qualifier
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.emf.common;visibility:=reexport,
  org.eclipse.gendoc.document.parser,
diff --git a/plugins/org.eclipse.gendoc/pom.xml b/plugins/org.eclipse.gendoc/pom.xml
index 316027d..8c42729 100644
--- a/plugins/org.eclipse.gendoc/pom.xml
+++ b/plugins/org.eclipse.gendoc/pom.xml
@@ -4,7 +4,7 @@
     <groupId>org.eclipse.gendoc</groupId>
     <artifactId>parent</artifactId>
     <relativePath>../../pom.xml</relativePath>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.5.1-SNAPSHOT</version>
   </parent>
   <artifactId>org.eclipse.gendoc</artifactId>
   <packaging>eclipse-plugin</packaging>
diff --git a/releng/org.eclipse.gendoc.update-site/pom.xml b/releng/org.eclipse.gendoc.update-site/pom.xml
index afe8ef7..17c49d2 100644
--- a/releng/org.eclipse.gendoc.update-site/pom.xml
+++ b/releng/org.eclipse.gendoc.update-site/pom.xml
@@ -4,7 +4,7 @@
   <parent>
   <groupId>org.eclipse.gendoc</groupId>
   <artifactId>parent</artifactId>
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.5.1-SNAPSHOT</version>
   <relativePath>../../pom.xml</relativePath>
   </parent>