bug 343426: updated version for 3.5.1
diff --git a/org.eclipse.mylyn.builds-feature/feature.xml b/org.eclipse.mylyn.builds-feature/feature.xml
index cc42d10..b722fb2 100644
--- a/org.eclipse.mylyn.builds-feature/feature.xml
+++ b/org.eclipse.mylyn.builds-feature/feature.xml
@@ -12,7 +12,7 @@
 <feature
       id="org.eclipse.mylyn.builds"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.mylyn">
 
diff --git a/org.eclipse.mylyn.builds-feature/pom.xml b/org.eclipse.mylyn.builds-feature/pom.xml
index 4314d60..ae80d93 100644
--- a/org.eclipse.mylyn.builds-feature/pom.xml
+++ b/org.eclipse.mylyn.builds-feature/pom.xml
@@ -5,10 +5,10 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.builds</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
diff --git a/org.eclipse.mylyn.builds.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.builds.core/META-INF/MANIFEST.MF
index ca5b294..db9eacb 100644
--- a/org.eclipse.mylyn.builds.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.builds.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.builds.core;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Bundle-ClassPath: .
 Bundle-Vendor: %Bundle-Vendor
 Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.builds.core/pom.xml b/org.eclipse.mylyn.builds.core/pom.xml
index 73160f6..4c51734 100644
--- a/org.eclipse.mylyn.builds.core/pom.xml
+++ b/org.eclipse.mylyn.builds.core/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.builds.core</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/org.eclipse.mylyn.builds.sdk-feature/feature.xml b/org.eclipse.mylyn.builds.sdk-feature/feature.xml
index b3ff456..0974976 100644
--- a/org.eclipse.mylyn.builds.sdk-feature/feature.xml
+++ b/org.eclipse.mylyn.builds.sdk-feature/feature.xml
@@ -12,7 +12,7 @@
 <feature
       id="org.eclipse.mylyn.builds.sdk"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.mylyn">
 
diff --git a/org.eclipse.mylyn.builds.sdk-feature/pom.xml b/org.eclipse.mylyn.builds.sdk-feature/pom.xml
index f4c909d..99489f0 100644
--- a/org.eclipse.mylyn.builds.sdk-feature/pom.xml
+++ b/org.eclipse.mylyn.builds.sdk-feature/pom.xml
@@ -5,10 +5,10 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.builds.sdk</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
diff --git a/org.eclipse.mylyn.builds.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.builds.tests/META-INF/MANIFEST.MF
index 436de09..2393f0e 100644
--- a/org.eclipse.mylyn.builds.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.builds.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Mylyn Build Framework (Incubation)
 Bundle-SymbolicName: org.eclipse.mylyn.builds.tests;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Require-Bundle: org.junit,
  org.eclipse.core.runtime,
  org.eclipse.jface.text,
diff --git a/org.eclipse.mylyn.builds.tests/pom.xml b/org.eclipse.mylyn.builds.tests/pom.xml
index 6c396a0..6a8a656 100644
--- a/org.eclipse.mylyn.builds.tests/pom.xml
+++ b/org.eclipse.mylyn.builds.tests/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.builds.tests</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/org.eclipse.mylyn.builds.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.builds.ui/META-INF/MANIFEST.MF
index e4524f2..761535f 100644
--- a/org.eclipse.mylyn.builds.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.builds.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.builds.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.core.databinding.observable,
diff --git a/org.eclipse.mylyn.builds.ui/pom.xml b/org.eclipse.mylyn.builds.ui/pom.xml
index b1590f2..98b7124 100644
--- a/org.eclipse.mylyn.builds.ui/pom.xml
+++ b/org.eclipse.mylyn.builds.ui/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.builds.ui</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/org.eclipse.mylyn.hudson-feature/feature.xml b/org.eclipse.mylyn.hudson-feature/feature.xml
index a09b12f..f71e27b 100644
--- a/org.eclipse.mylyn.hudson-feature/feature.xml
+++ b/org.eclipse.mylyn.hudson-feature/feature.xml
@@ -12,7 +12,7 @@
 <feature
       id="org.eclipse.mylyn.hudson"
       label="%featureName"
-      version="0.7.0.qualifier"
+      version="0.7.1.qualifier"
       provider-name="%providerName"
       plugin="org.eclipse.mylyn">
 
diff --git a/org.eclipse.mylyn.hudson-feature/pom.xml b/org.eclipse.mylyn.hudson-feature/pom.xml
index 51bd2c3..cbc6132 100644
--- a/org.eclipse.mylyn.hudson-feature/pom.xml
+++ b/org.eclipse.mylyn.hudson-feature/pom.xml
@@ -5,10 +5,10 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.hudson</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>eclipse-feature</packaging>
 </project>
diff --git a/org.eclipse.mylyn.hudson.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.hudson.core/META-INF/MANIFEST.MF
index dcbab91..8c948b0 100644
--- a/org.eclipse.mylyn.hudson.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.hudson.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.hudson.core;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.core.runtime;bundle-version="3.5.0",
  org.eclipse.emf.ecore,
diff --git a/org.eclipse.mylyn.hudson.core/pom.xml b/org.eclipse.mylyn.hudson.core/pom.xml
index 412caf0..b81423a 100644
--- a/org.eclipse.mylyn.hudson.core/pom.xml
+++ b/org.eclipse.mylyn.hudson.core/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.hudson.core</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/org.eclipse.mylyn.hudson.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.hudson.tests/META-INF/MANIFEST.MF
index 2ac9893..c91cee0 100644
--- a/org.eclipse.mylyn.hudson.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.hudson.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Mylyn Hudson Connector (Incubation)
 Bundle-SymbolicName: org.eclipse.mylyn.hudson.tests;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Require-Bundle: org.junit,
  com.sun.xml.bind;bundle-version="2.2.0";resolution:=optional,
  org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.hudson.tests/pom.xml b/org.eclipse.mylyn.hudson.tests/pom.xml
index c856f79..10baae5 100644
--- a/org.eclipse.mylyn.hudson.tests/pom.xml
+++ b/org.eclipse.mylyn.hudson.tests/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.hudson.tests</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module1/pom.xml b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module1/pom.xml
index 914b584..11f3a25 100644
--- a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module1/pom.xml
+++ b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module1/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipse.mylyn</groupId>
   <artifactId>org.eclipse.mylyn.builds.sample.mvn.reactor.module1</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1.v20110316-0100</version>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
diff --git a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module2/pom.xml b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module2/pom.xml
index 1e453c2..33b988d 100644
--- a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module2/pom.xml
+++ b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/module2/pom.xml
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipse.mylyn</groupId>
   <artifactId>org.eclipse.mylyn.builds.sample.mvn.reactor.module2</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1.v20110316-0100</version>
   <dependencies>
     <dependency>
       <groupId>junit</groupId>
diff --git a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/pom.xml b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/pom.xml
index bf251b6..a3fe988 100644
--- a/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/pom.xml
+++ b/org.eclipse.mylyn.hudson.tests/testdata/org.eclipse.mylyn.builds.sample.mvn.reactor/pom.xml
@@ -4,7 +4,7 @@
   <groupId>org.eclipse.mylyn</groupId>
   <artifactId>org.eclipse.mylyn.builds.sample.mvn.reactor</artifactId>
   <packaging>pom</packaging>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.0.1.v20110316-0100</version>
   <modules>
     <module>module1</module>
     <module>module2</module>
diff --git a/org.eclipse.mylyn.hudson.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.hudson.ui/META-INF/MANIFEST.MF
index dbaa1f9..c40e17e 100644
--- a/org.eclipse.mylyn.hudson.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.hudson.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: %Bundle-Name
 Bundle-SymbolicName: org.eclipse.mylyn.hudson.ui;singleton:=true
-Bundle-Version: 0.1.0.qualifier
+Bundle-Version: 0.1.0.v20110316-0100
 Bundle-Vendor: %Bundle-Vendor
 Require-Bundle: org.eclipse.core.runtime,
  org.eclipse.ui,
diff --git a/org.eclipse.mylyn.hudson.ui/pom.xml b/org.eclipse.mylyn.hudson.ui/pom.xml
index f645ff8..836cd01 100644
--- a/org.eclipse.mylyn.hudson.ui/pom.xml
+++ b/org.eclipse.mylyn.hudson.ui/pom.xml
@@ -5,11 +5,11 @@
   <parent>
     <artifactId>mylyn-builds-parent</artifactId>
     <groupId>org.eclipse.mylyn.builds</groupId>
-    <version>0.7.0-SNAPSHOT</version>
+    <version>0.7.1-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>org.eclipse.mylyn.hudson.ui</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0.v20110316-0100</version>
   <packaging>eclipse-plugin</packaging>
   <build>
     <plugins>
diff --git a/pom.xml b/pom.xml
index aaaab53..9adb2cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
   <parent>
     <groupId>org.eclipse.mylyn</groupId>
     <artifactId>mylyn-parent</artifactId>
-    <version>3.5.0-SNAPSHOT</version>
+    <version>3.5.1-SNAPSHOT</version>
     <relativePath>../org.eclipse.mylyn/org.eclipse.mylyn.releng</relativePath>
   </parent>
   <groupId>org.eclipse.mylyn.builds</groupId>
   <artifactId>mylyn-builds-parent</artifactId>
-  <version>0.7.0-SNAPSHOT</version>
+  <version>0.7.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <module>org.eclipse.mylyn.builds-feature</module>