Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-22 14:34:58 +0000
committerSteffen Pingel2012-03-22 14:34:58 +0000
commitfcaccc73720730409e46f138e1c591243c4ba424 (patch)
treecd1060c2cc8b799f92b5da7d8f49f4c43fa9776c /org.eclipse.mylyn.commons.identity-feature
parentb878a512568c771c5f0ee041b3bbf4ebe84f7897 (diff)
downloadorg.eclipse.mylyn.commons-fcaccc73720730409e46f138e1c591243c4ba424.tar.gz
org.eclipse.mylyn.commons-fcaccc73720730409e46f138e1c591243c4ba424.tar.xz
org.eclipse.mylyn.commons-fcaccc73720730409e46f138e1c591243c4ba424.zip
[release] plan Mylyn 3.7.1 release
Diffstat (limited to 'org.eclipse.mylyn.commons.identity-feature')
-rw-r--r--org.eclipse.mylyn.commons.identity-feature/feature.xml2
-rw-r--r--org.eclipse.mylyn.commons.identity-feature/pom.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.mylyn.commons.identity-feature/feature.xml b/org.eclipse.mylyn.commons.identity-feature/feature.xml
index de334ca5..ce42cf48 100644
--- a/org.eclipse.mylyn.commons.identity-feature/feature.xml
+++ b/org.eclipse.mylyn.commons.identity-feature/feature.xml
@@ -12,7 +12,7 @@
<feature
id="org.eclipse.mylyn.commons.identity"
label="%featureName"
- version="0.9.0.qualifier"
+ version="0.9.1.qualifier"
provider-name="%providerName"
plugin="org.eclipse.mylyn.commons.core">
diff --git a/org.eclipse.mylyn.commons.identity-feature/pom.xml b/org.eclipse.mylyn.commons.identity-feature/pom.xml
index feb077cb..8b332bf9 100644
--- a/org.eclipse.mylyn.commons.identity-feature/pom.xml
+++ b/org.eclipse.mylyn.commons.identity-feature/pom.xml
@@ -5,9 +5,9 @@
<parent>
<artifactId>org.eclipse.mylyn.commons-parent</artifactId>
<groupId>org.eclipse.mylyn.commons</groupId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.7.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.commons.identity</artifactId>
- <version>0.9.0-SNAPSHOT</version>
+ <version>0.9.1-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

Back to the top