Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-09-15 19:54:01 +0000
committerMatthias Sohn2011-09-15 19:54:01 +0000
commit1b2f89ddb6b1e8da9b73847c319ede90f7dedbc6 (patch)
tree67c08a8e6c0ff5833aeee1eeacbee00ff89b8c07 /org.eclipse.mylyn.github.ui
parent2a00504596a5e01570df045a3acb47cb04662790 (diff)
downloadegit-github-1b2f89ddb6b1e8da9b73847c319ede90f7dedbc6.tar.gz
egit-github-1b2f89ddb6b1e8da9b73847c319ede90f7dedbc6.tar.xz
egit-github-1b2f89ddb6b1e8da9b73847c319ede90f7dedbc6.zip
Prepare post v1.1.0.201109151100-r buildsstable-1.1
Change-Id: I394234ca9d9127dae96accc4e431ef10f9229b2e Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.ui/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 794ff909..59100b32 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.ui;singleton:=true
Bundle-Activator: org.eclipse.mylyn.internal.github.ui.GitHubUi
-Bundle-Version: 1.1.0.201109151100-r
+Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/org.eclipse.mylyn.github.ui/pom.xml b/org.eclipse.mylyn.github.ui/pom.xml
index 5b8faf4b..12c8cce1 100644
--- a/org.eclipse.mylyn.github.ui/pom.xml
+++ b/org.eclipse.mylyn.github.ui/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>github-parent</artifactId>
<groupId>org.eclipse.mylyn.github</groupId>
- <version>1.1.0.201109151100-r</version>
+ <version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>ui</artifactId>

Back to the top