Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 22:57:38 +0000
committerMatthias Sohn2016-04-07 22:57:38 +0000
commitaf5c8b77f822cd0f7c222abcd098e1c97b782f37 (patch)
tree1aa6279a907cfe81a0f20206041c999d8b4e5775 /org.eclipse.mylyn.github.ui
parentbb06ea81814742f59863124e4ea598b313410cb7 (diff)
downloadegit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.tar.gz
egit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.tar.xz
egit-github-af5c8b77f822cd0f7c222abcd098e1c97b782f37.zip
EGit Mylyn Github Connector v4.3.0.201604071810-rv4.3.0.201604071810-r
Change-Id: I2bef635cf696377e670e4453d2faeeba53165182 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 f094a435..08c214a8 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.201604071045-r
+Bundle-Version: 4.3.0.201604071810-r
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 61e7390b..3fd24068 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.201604071045-r</version>
+ <version>4.3.0.201604071810-r</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.eclipse.mylyn.github.ui</artifactId>

Back to the top