Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-06-13 20:39:35 +0000
committerMatthias Sohn2018-06-13 20:39:35 +0000
commit8c7ddbd147277dbf4164878ad10443cfd0a2ee21 (patch)
tree6bec333bf44d5a51cf1211ef4282455e25a493e8 /org.eclipse.egit.github.core.tests
parentb652dfd8ac364b713578ae7e4fafd19c1c608a53 (diff)
downloadegit-github-8c7ddbd147277dbf4164878ad10443cfd0a2ee21.tar.gz
egit-github-8c7ddbd147277dbf4164878ad10443cfd0a2ee21.tar.xz
egit-github-8c7ddbd147277dbf4164878ad10443cfd0a2ee21.zip
EGit Mylyn Github Connector v5.0.0.201806131550-rv5.0.0.201806131550-r
Change-Id: Ic2a32206ada1dc87b6652aa09a9b2723aed2d1d7 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.github.core.tests')
-rw-r--r--org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.github.core.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
index 124ba7db..f0aa8ef1 100644
--- a/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.github.core.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Automatic-Module-Name: org.eclipse.egit.github.core.tests
Bundle-SymbolicName: org.eclipse.egit.github.core.tests
-Bundle-Version: 5.0.0.201806131210-r
+Bundle-Version: 5.0.0.201806131550-r
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.google.gson;version="[1.6.0,3.0.0]",
diff --git a/org.eclipse.egit.github.core.tests/pom.xml b/org.eclipse.egit.github.core.tests/pom.xml
index f0879665..64f3d76d 100644
--- a/org.eclipse.egit.github.core.tests/pom.xml
+++ b/org.eclipse.egit.github.core.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.0.0.201806131210-r</version>
+ <version>5.0.0.201806131550-r</version>
</parent>
<artifactId>org.eclipse.egit.github.core.tests</artifactId>

Back to the top