Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-03-23 12:01:19 +0000
committerMatthias Sohn2016-03-23 12:01:19 +0000
commitfee5251163afad1f45b8adb96d134dbb9e308fd6 (patch)
tree5e676806ce3d7675282a7a622b014ab7ca85d557 /org.eclipse.mylyn.github.ui
parent4aba132c37fde1b4b6328e18473ddc090190bb55 (diff)
downloadegit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.tar.gz
egit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.tar.xz
egit-github-fee5251163afad1f45b8adb96d134dbb9e308fd6.zip
EGit Mylyn Github Connector v4.3.0.201603230630-rc1v4.3.0.201603230630-rc1
Change-Id: I063421c3d5f3dbea91ed522f065f5056dac1214c 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 69b82c59..f2207730 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: 4.3.0.qualifier
+Bundle-Version: 4.3.0.201603230630-rc1
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
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 ce77d1d2..fa48abea 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>4.3.0-SNAPSHOT</version>
+ <version>4.3.0.201603230630-rc1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top