Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 14:52:35 +0000
committerSteffen Pingel2012-03-22 16:43:07 +0000
commit6ed692f0cf889a8ade4fa5bcdb72554ac4321bf3 (patch)
tree90a2261313e9d319f9595baf1971289e45ed0346 /org.eclipse.mylyn.commons.identity.ui
parentb878a512568c771c5f0ee041b3bbf4ebe84f7897 (diff)
downloadorg.eclipse.mylyn.commons-6ed692f0cf889a8ade4fa5bcdb72554ac4321bf3.tar.gz
org.eclipse.mylyn.commons-6ed692f0cf889a8ade4fa5bcdb72554ac4321bf3.tar.xz
org.eclipse.mylyn.commons-6ed692f0cf889a8ade4fa5bcdb72554ac4321bf3.zip
[release] plan Mylyn 3.8 release
Diffstat (limited to 'org.eclipse.mylyn.commons.identity.ui')
-rw-r--r--org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.commons.identity.ui/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF
index 6641ef75..4a338168 100644
--- a/org.eclipse.mylyn.commons.identity.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.commons.identity.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.identity.ui;singleton:=true
-Bundle-Version: 0.9.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.mylyn.internal.commons.identity.ui.IdentityUiPlugin
Bundle-Vendor: %Bundle-Vendor
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.commons.identity.ui/pom.xml b/org.eclipse.mylyn.commons.identity.ui/pom.xml
index 0a834099..3ab83c71 100644
--- a/org.eclipse.mylyn.commons.identity.ui/pom.xml
+++ b/org.eclipse.mylyn.commons.identity.ui/pom.xml
@@ -5,10 +5,10 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity.ui</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
<plugins>

Back to the top