Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-08 13:04:49 +0000
committerMatthias Sohn2013-05-08 13:04:49 +0000
commitb690f1d37e84d61483b59b142e40700526a1d263 (patch)
tree441fc4a5fecd6730758b3f0e985c99882803b75a /org.eclipse.mylyn.github.core
parent4c18cb9905dc43d70cf6f0e5e072c765bca51542 (diff)
downloadegit-github-b690f1d37e84d61483b59b142e40700526a1d263.tar.gz
egit-github-b690f1d37e84d61483b59b142e40700526a1d263.tar.xz
egit-github-b690f1d37e84d61483b59b142e40700526a1d263.zip
EGit GitHub Mylyn Connector v3.0.0.201305080800-m7
Change-Id: I3a0e82f7b5c42a3b939759caa71056cfd13e0886 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.core')
-rw-r--r--org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
index 287bbc86..b781bf64 100644
--- a/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.core/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.mylyn.github.core;singleton:=true
-Bundle-Version: 3.0.0.qualifier
+Bundle-Version: 3.0.0.201305080800-m7
Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.mylyn.internal.github.core;version="3.0.0";x-friends:="org.eclipse.mylyn.github.ui",
diff --git a/org.eclipse.mylyn.github.core/pom.xml b/org.eclipse.mylyn.github.core/pom.xml
index ace4c17e..5b79f98d 100644
--- a/org.eclipse.mylyn.github.core/pom.xml
+++ b/org.eclipse.mylyn.github.core/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0.201305080800-m7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top