Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 14:20:39 +0000
committerMatthias Sohn2012-06-13 14:20:39 +0000
commit7ca927973c8c784811ad4359fcb21766678a4a6b (patch)
tree3fefa6d36667b31970a01e681c0888ab61c06a62 /org.eclipse.mylyn.github.ui
parent6053ead6459cef602a33ccbbcdbfd04764c27c2b (diff)
downloadegit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.tar.gz
egit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.tar.xz
egit-github-7ca927973c8c784811ad4359fcb21766678a4a6b.zip
EGit Github Mylyn Connector 2.0.0.201206130900-rv2.0.0.201206130900-r
Change-Id: I0988516f3942197223adf0972faea6ec000d0b4d 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 778c4c27..36c5db96 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: 2.0.0.qualifier
+Bundle-Version: 2.0.0.201206130900-r
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 15826b80..0b05efab 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>2.0.0-SNAPSHOT</version>
+ <version>2.0.0.201206130900-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top