Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-05-22 19:34:01 +0000
committerMatthias Sohn2019-05-22 19:34:01 +0000
commitb6b8d94aa922069aa73e452919166b19469413a7 (patch)
tree8235a8720bd03cdf04f6f6f837dc1924e589cc0b /org.eclipse.mylyn.github.tests
parent75059db0f4485ef0ffc566e0a3595e0bcf6038f7 (diff)
downloadegit-github-b6b8d94aa922069aa73e452919166b19469413a7.tar.gz
egit-github-b6b8d94aa922069aa73e452919166b19469413a7.tar.xz
egit-github-b6b8d94aa922069aa73e452919166b19469413a7.zip
EGit Mylyn Github Connector v5.4.0.201905221418-m3v5.4.0.201905221418-m3
Change-Id: I37ca60c952dd1dab652035bb74a8abb02b1725d6 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github.tests')
-rw-r--r--org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 61ed3b9f..8b5f6b76 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Eclipse EGit Mylyn GitHub Tests
Automatic-Module-Name: org.eclipse.mylyn.github.tests
Bundle-SymbolicName: org.eclipse.mylyn.github.tests
-Bundle-Version: 5.4.0.qualifier
+Bundle-Version: 5.4.0.201905221418-m3
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.11.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.20.0,4.0.0)",
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index 6f2b9e5c..61601bc9 100644
--- a/org.eclipse.mylyn.github.tests/pom.xml
+++ b/org.eclipse.mylyn.github.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.mylyn.github</groupId>
<artifactId>github-parent</artifactId>
- <version>5.4.0-SNAPSHOT</version>
+ <version>5.4.0.201905221418-m3</version>
</parent>
<artifactId>org.eclipse.mylyn.github.tests</artifactId>

Back to the top