Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 22:17:52 +0000
committerMatthias Sohn2018-03-08 22:17:52 +0000
commit9fcddb3a82a7b0c3927d3a32e232d4148777dc8d (patch)
tree9f1ab4eb5906209a057701f716eac1f01b6becc5 /org.eclipse.egit.mylyn.ui.test
parent9361cb9d3bade4f3ec8f924f179e65d87fbd5474 (diff)
downloadegit-9fcddb3a82a7b0c3927d3a32e232d4148777dc8d.tar.gz
egit-9fcddb3a82a7b0c3927d3a32e232d4148777dc8d.tar.xz
egit-9fcddb3a82a7b0c3927d3a32e232d4148777dc8d.zip
Prepare 5.0.0-SNAPSHOT builds
Change-Id: I465aecd6dcbe7314ce296193238ee75390ab2839 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.mylyn.ui.test')
-rw-r--r--org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF2
-rw-r--r--org.eclipse.egit.mylyn.ui.test/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF
index ad823f79b0..1bc06c8939 100644
--- a/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.mylyn.ui.test/META-INF/MANIFEST.MF
@@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: Git Team Provider Mylyn UI Test Fragment
Automatic-Module-Name: org.eclipse.egit.mylyn.ui.test
Bundle-SymbolicName: org.eclipse.egit.mylyn.ui.test
-Bundle-Version: 4.11.1.qualifier
+Bundle-Version: 5.0.0.qualifier
Fragment-Host: org.eclipse.egit.mylyn.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.apache.log4j;bundle-version="[1.0.0,2.0.0)",
diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml
index fa6d3de1ae..14df63e92e 100644
--- a/org.eclipse.egit.mylyn.ui.test/pom.xml
+++ b/org.eclipse.egit.mylyn.ui.test/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.11.1-SNAPSHOT</version>
+ <version>5.0.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>

Back to the top