Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-06-04 08:12:33 +0000
committerMatthias Sohn2013-06-04 08:13:34 +0000
commitfb66cd963a9cf8b6db939b6d852929e3d739a6d2 (patch)
tree50ed33098abb1c0fb48bbfc64e3861805f099927 /org.eclipse.mylyn.github.core
parent139ad760fa465c8088515204752ffefe21723aa0 (diff)
downloadegit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.tar.gz
egit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.tar.xz
egit-github-fb66cd963a9cf8b6db939b6d852929e3d739a6d2.zip
EGit Mylyn Github Connector v3.0.0.201306040240-rc3v3.0.0.201306040240-rc3
Change-Id: I5eec0bf566592fa9388ad2bc88a4568c429d113f 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..6bc5a0c3 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.201306040240-rc3
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..3b53201c 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.201306040240-rc3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top