Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-03 01:39:31 +0000
committerMatthias Sohn2018-12-03 01:43:04 +0000
commitf18f09c3ab05671855975c67f7185e3982f00f2f (patch)
tree82600b05598a868d9d078878c291b58a7a57581d /org.eclipse.egit.mylyn.ui.test
parent4de6c352d7420f84c3c4bbb0ba495acabc404658 (diff)
downloadegit-f18f09c3ab05671855975c67f7185e3982f00f2f.tar.gz
egit-f18f09c3ab05671855975c67f7185e3982f00f2f.tar.xz
egit-f18f09c3ab05671855975c67f7185e3982f00f2f.zip
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I957447f76605a4a22774cb47f535f0940243d767 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 be95f8dd32..5ae2378ec7 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: 5.2.0.qualifier
+Bundle-Version: 5.3.0.qualifier
Fragment-Host: org.eclipse.egit.mylyn.ui
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: Eclipse.org
diff --git a/org.eclipse.egit.mylyn.ui.test/pom.xml b/org.eclipse.egit.mylyn.ui.test/pom.xml
index c0108ba450..51978ec62a 100644
--- a/org.eclipse.egit.mylyn.ui.test/pom.xml
+++ b/org.eclipse.egit.mylyn.ui.test/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>5.2.0-SNAPSHOT</version>
+ <version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>

Back to the top