Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-07-19 23:29:58 +0000
committerSteffen Pingel2011-07-19 23:29:58 +0000
commit69df4e49adc0310afbd552bb4db3a2c54fba0b0b (patch)
tree15ea909ca6fa7fa962c1824843b0005df1bcd7fa
parenta5d604f7a3b86d27c6d7daab0d45fa4563758269 (diff)
downloadorg.eclipse.mylyn.commons-69df4e49adc0310afbd552bb4db3a2c54fba0b0b.tar.gz
org.eclipse.mylyn.commons-69df4e49adc0310afbd552bb4db3a2c54fba0b0b.tar.xz
org.eclipse.mylyn.commons-69df4e49adc0310afbd552bb4db3a2c54fba0b0b.zip
bug 352398: update versions for 3.6.1
-rw-r--r--org.eclipse.mylyn.commons-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.commons-feature/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.http/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.http/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.identity/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.identity/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.net/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.notifications/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.notifications/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.repositories/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.repositories/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.screenshots/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.soap/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.team/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.ui.identity/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.ui.identity/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.xmlrpc/pom.xml4
-rw-r--r--org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.discovery.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.discovery.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.discovery.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.monitor.core/pom.xml4
-rw-r--r--org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.monitor.tests/pom.xml4
-rw-r--r--org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.monitor.ui/pom.xml4
-rw-r--r--org.eclipse.mylyn/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn/pom.xml4
-rw-r--r--pom.xml4
43 files changed, 65 insertions, 65 deletions
diff --git a/org.eclipse.mylyn.commons-feature/feature.xml b/org.eclipse.mylyn.commons-feature/feature.xml
index 431c8262..401ee057 100644
--- a/org.eclipse.mylyn.commons-feature/feature.xml
+++ b/org.eclipse.mylyn.commons-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.commons"
label="%featureName"
- version="3.6.0.qualifier"
+ version="3.6.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn">
diff --git a/org.eclipse.mylyn.commons-feature/pom.xml b/org.eclipse.mylyn.commons-feature/pom.xml
index b05114e0..b41bc13b 100644
--- a/org.eclipse.mylyn.commons-feature/pom.xml
+++ b/org.eclipse.mylyn.commons-feature/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>
diff --git a/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF
index 44e338f7..90ef354b 100644
--- a/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.core;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.commons.core,
diff --git a/org.eclipse.mylyn.commons.core/pom.xml b/org.eclipse.mylyn.commons.core/pom.xml
index 06c8cb1e..01ea98ec 100644
--- a/org.eclipse.mylyn.commons.core/pom.xml
+++ b/org.eclipse.mylyn.commons.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.core</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.http/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.http/META-INF/MANIFEST.MF
index 3f9f0970..620c17ab 100644
--- a/org.eclipse.mylyn.commons.http/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.http/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.http;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.commons.http/pom.xml b/org.eclipse.mylyn.commons.http/pom.xml
index a27e7b25..226e68b4 100644
--- a/org.eclipse.mylyn.commons.http/pom.xml
+++ b/org.eclipse.mylyn.commons.http/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.net</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.identity/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.identity/META-INF/MANIFEST.MF
index f3750a5c..837cff6a 100644
--- a/org.eclipse.mylyn.commons.identity/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.identity/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.identity;singleton:=true
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.8.0.v20110608-1400
Bundle-ClassPath: .
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.commons.identity/pom.xml b/org.eclipse.mylyn.commons.identity/pom.xml
index 72188c35..18665cf9 100644
--- a/org.eclipse.mylyn.commons.identity/pom.xml
+++ b/org.eclipse.mylyn.commons.identity/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.identity</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF
index 0ed049dd..da286562 100644
--- a/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.net/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.net;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.commons.net/pom.xml b/org.eclipse.mylyn.commons.net/pom.xml
index a27e7b25..226e68b4 100644
--- a/org.eclipse.mylyn.commons.net/pom.xml
+++ b/org.eclipse.mylyn.commons.net/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.net</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.notifications/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.notifications/META-INF/MANIFEST.MF
index 5de6ef8f..049f6b5a 100644
--- a/org.eclipse.mylyn.commons.notifications/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.notifications/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.notifications;singleton:=true
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.8.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.commons.ui.notifications;x-internal:=true,
diff --git a/org.eclipse.mylyn.commons.notifications/pom.xml b/org.eclipse.mylyn.commons.notifications/pom.xml
index 18f290a6..8e2cfaea 100644
--- a/org.eclipse.mylyn.commons.notifications/pom.xml
+++ b/org.eclipse.mylyn.commons.notifications/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.notifications</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.repositories/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.repositories/META-INF/MANIFEST.MF
index 52229ebd..1b5df164 100644
--- a/org.eclipse.mylyn.commons.repositories/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.repositories/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.repositories;singleton:=true
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.8.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.commons.repositories;x-internal:=true,
diff --git a/org.eclipse.mylyn.commons.repositories/pom.xml b/org.eclipse.mylyn.commons.repositories/pom.xml
index cbc85a45..b545c59d 100644
--- a/org.eclipse.mylyn.commons.repositories/pom.xml
+++ b/org.eclipse.mylyn.commons.repositories/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.repositories</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF
index 544a8552..bf11eb5e 100644
--- a/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.screenshots/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.screenshots;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface;bundle-version="3.3.0"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
diff --git a/org.eclipse.mylyn.commons.screenshots/pom.xml b/org.eclipse.mylyn.commons.screenshots/pom.xml
index 19aec74a..3455b3e6 100644
--- a/org.eclipse.mylyn.commons.screenshots/pom.xml
+++ b/org.eclipse.mylyn.commons.screenshots/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.screenshots</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
index 8a2f791c..47523776 100644
--- a/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.soap/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.soap;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: javax.xml.rpc;bundle-version="1.1.0",
diff --git a/org.eclipse.mylyn.commons.soap/pom.xml b/org.eclipse.mylyn.commons.soap/pom.xml
index 45d3c567..0434955b 100644
--- a/org.eclipse.mylyn.commons.soap/pom.xml
+++ b/org.eclipse.mylyn.commons.soap/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.soap</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
index 09b23be2..17871d5e 100644
--- a/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.team/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.team; singleton:=true
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.8.0.v20110608-1400
Bundle-Activator: org.eclipse.mylyn.internal.commons.ui.team.TeamUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.commons.team/pom.xml b/org.eclipse.mylyn.commons.team/pom.xml
index 10db592d..6af9ad07 100644
--- a/org.eclipse.mylyn.commons.team/pom.xml
+++ b/org.eclipse.mylyn.commons.team/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.team</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
index 5464e272..b0f9b4cd 100644
--- a/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Commons Tests
Bundle-SymbolicName: org.eclipse.mylyn.commons.tests;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.net,
diff --git a/org.eclipse.mylyn.commons.tests/pom.xml b/org.eclipse.mylyn.commons.tests/pom.xml
index 09dfc85c..801c8711 100644
--- a/org.eclipse.mylyn.commons.tests/pom.xml
+++ b/org.eclipse.mylyn.commons.tests/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.tests</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.ui.identity/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.ui.identity/META-INF/MANIFEST.MF
index 96bac175..038b4f8d 100644
--- a/org.eclipse.mylyn.commons.ui.identity/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.ui.identity/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.ui.identity;singleton:=true
-Bundle-Version: 0.8.0.qualifier
+Bundle-Version: 0.8.0.v20110608-1400
Bundle-Activator: org.eclipse.mylyn.internal.commons.ui.identity.IdentityUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.commons.ui.identity/pom.xml b/org.eclipse.mylyn.commons.ui.identity/pom.xml
index b704e97b..4f4963d9 100644
--- a/org.eclipse.mylyn.commons.ui.identity/pom.xml
+++ b/org.eclipse.mylyn.commons.ui.identity/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.ui.identity</artifactId>
- <version>0.8.0-SNAPSHOT</version>
+ <version>0.8.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF
index d248c3a8..27e6449e 100644
--- a/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.ui;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.core.expressions,
org.eclipse.jface.text,
diff --git a/org.eclipse.mylyn.commons.ui/pom.xml b/org.eclipse.mylyn.commons.ui/pom.xml
index bdadaa95..9b629317 100644
--- a/org.eclipse.mylyn.commons.ui/pom.xml
+++ b/org.eclipse.mylyn.commons.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.ui</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF
index 3d005824..be135721 100644
--- a/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.xmlrpc/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.commons.xmlrpc;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.mylyn.commons.core;bundle-version="[3.0.0,4.0.0)",
diff --git a/org.eclipse.mylyn.commons.xmlrpc/pom.xml b/org.eclipse.mylyn.commons.xmlrpc/pom.xml
index bd6e96e7..6698f93b 100644
--- a/org.eclipse.mylyn.commons.xmlrpc/pom.xml
+++ b/org.eclipse.mylyn.commons.xmlrpc/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.commons.xmlrpc</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF
index 4b5ce565..64403a3b 100644
--- a/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.discovery.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.discovery.core;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime;bundle-version="3.3.0",
diff --git a/org.eclipse.mylyn.discovery.core/pom.xml b/org.eclipse.mylyn.discovery.core/pom.xml
index 47db63ad..5cb64f85 100644
--- a/org.eclipse.mylyn.discovery.core/pom.xml
+++ b/org.eclipse.mylyn.discovery.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.discovery.core</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF
index aa8f6454..bd30969d 100644
--- a/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.discovery.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.discovery.tests;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.mylyn.discovery.core;bundle-version="1.0.0",
org.eclipse.mylyn.discovery.ui;bundle-version="1.0.0",
diff --git a/org.eclipse.mylyn.discovery.tests/pom.xml b/org.eclipse.mylyn.discovery.tests/pom.xml
index 34321380..23840880 100644
--- a/org.eclipse.mylyn.discovery.tests/pom.xml
+++ b/org.eclipse.mylyn.discovery.tests/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.discovery.tests</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF
index 656e8c4b..49281c4f 100644
--- a/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.discovery.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.discovery.ui;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.discovery.ui/pom.xml b/org.eclipse.mylyn.discovery.ui/pom.xml
index 87abf8b0..d49198be 100644
--- a/org.eclipse.mylyn.discovery.ui/pom.xml
+++ b/org.eclipse.mylyn.discovery.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.discovery.ui</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF
index aa379e15..30c57335 100644
--- a/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.monitor.core/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.monitor.core;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.monitor.core;x-friends:="org.eclipse.mylyn.monitor.ui",
diff --git a/org.eclipse.mylyn.monitor.core/pom.xml b/org.eclipse.mylyn.monitor.core/pom.xml
index 16de4ea1..5d1c91e8 100644
--- a/org.eclipse.mylyn.monitor.core/pom.xml
+++ b/org.eclipse.mylyn.monitor.core/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.monitor.core</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
index e68c6ad6..0e9dc03f 100644
--- a/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.monitor.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Mylyn Monitor Tests
Bundle-SymbolicName: org.eclipse.mylyn.monitor.tests;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: Eclipse Mylyn
Require-Bundle: org.eclipse.core.runtime,
org.junit,
diff --git a/org.eclipse.mylyn.monitor.tests/pom.xml b/org.eclipse.mylyn.monitor.tests/pom.xml
index 8b13caa7..b9305b2d 100644
--- a/org.eclipse.mylyn.monitor.tests/pom.xml
+++ b/org.eclipse.mylyn.monitor.tests/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.monitor.tests</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF
index 41c72dfc..de7527a7 100644
--- a/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.monitor.ui/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn.monitor.ui;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Activator: org.eclipse.mylyn.internal.monitor.ui.MonitorUiPlugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.mylyn.monitor.ui/pom.xml b/org.eclipse.mylyn.monitor.ui/pom.xml
index 0bb0dc0b..4e03d2a3 100644
--- a/org.eclipse.mylyn.monitor.ui/pom.xml
+++ b/org.eclipse.mylyn.monitor.ui/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn.monitor.ui</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/org.eclipse.mylyn/META-INF/MANIFEST.MF b/org.eclipse.mylyn/META-INF/MANIFEST.MF
index a00766f4..1f36838d 100644
--- a/org.eclipse.mylyn/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn/META-INF/MANIFEST.MF
@@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.mylyn;singleton:=true
-Bundle-Version: 3.6.0.qualifier
+Bundle-Version: 3.6.0.v20110608-1400
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn/pom.xml b/org.eclipse.mylyn/pom.xml
index bb4238bb..496d4d71 100644
--- a/org.eclipse.mylyn/pom.xml
+++ b/org.eclipse.mylyn/pom.xml
@@ -5,11 +5,11 @@
<parent>
<artifactId>mylyn-commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>org.eclipse.mylyn</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.0.v20110608-1400</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>
diff --git a/pom.xml b/pom.xml
index 25c939d0..e5eaf837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.eclipse.mylyn</groupId>
<artifactId>mylyn-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
<relativePath>../org.eclipse.mylyn/org.eclipse.mylyn.releng</relativePath>
</parent>
<groupId>org.eclipse.mylyn.commons</groupId>
<artifactId>mylyn-commons-parent</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>org.eclipse.mylyn</module>

Back to the top