Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-03 02:02:32 +0000
committerMatthias Sohn2018-12-03 02:09:40 +0000
commitd2ec6497e5abae94ef30aca6ae656c29030f743e (patch)
treebc11a19887e5a457b281ae2d49bedaac07cfe997 /org.eclipse.mylyn.github.tests
parentc64c2abb7461b50c032d605c2bcf0478ce3c4280 (diff)
downloadegit-github-d2ec6497e5abae94ef30aca6ae656c29030f743e.tar.gz
egit-github-d2ec6497e5abae94ef30aca6ae656c29030f743e.tar.xz
egit-github-d2ec6497e5abae94ef30aca6ae656c29030f743e.zip
Prepare 5.3.0-SNAPSHOT builds
Change-Id: Id6b7a6a539b2e68e71279b41d21647d90fc70bd9 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.MF6
-rw-r--r--org.eclipse.mylyn.github.tests/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
index 03f466f8..d4926104 100644
--- a/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.tests/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ 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.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.jface.text;bundle-version="[3.4.0,4.0.0)",
org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
org.junit;bundle-version="[4.12.0,5.0.0)"
Bundle-Vendor: Eclipse EGit
-Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.2.0,5.3.0)",
- org.eclipse.mylyn.internal.github.ui.issue;version="[5.2.0,5.3.0)"
+Import-Package: org.eclipse.mylyn.internal.github.core;version="[5.3.0,5.4.0)",
+ org.eclipse.mylyn.internal.github.ui.issue;version="[5.3.0,5.4.0)"
diff --git a/org.eclipse.mylyn.github.tests/pom.xml b/org.eclipse.mylyn.github.tests/pom.xml
index d70b9da8..12e7d220 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.2.0-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.mylyn.github.tests</artifactId>

Back to the top