Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-29 00:30:14 +0000
committerMatthias Sohn2013-05-29 00:30:14 +0000
commit6e36353b5f7b099ec3adc49a68adc4a1020ddd48 (patch)
tree91c2fe2a5e6085a1ea19b033a24b38f57ecab7be /org.eclipse.mylyn.github.core
parent3daaae8ba94f0ee6bfbbbc30fbab9e267b6ba71e (diff)
downloadegit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.tar.gz
egit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.tar.xz
egit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.zip
EGit Github Mylyn Connector v3.0.0.201305282000-rc2
Change-Id: Ifb4f60449637db939acd6d95a463b57bb1a54447 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..170f3248 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.201305282000-rc2
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..c313ec95 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.201305282000-rc2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Back to the top