Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-12 14:42:30 +0000
committerMatthias Sohn2019-06-12 14:42:30 +0000
commit261033ae672230f69dd320b1d0f74d394c51df33 (patch)
tree2c91ea1df7920e5fa857c399f2e32cb6e15146e1 /org.eclipse.egit.mylyn.ui.test
parent882cbaebbd18d834d77561475c9685b855632997 (diff)
downloadegit-261033ae672230f69dd320b1d0f74d394c51df33.tar.gz
egit-261033ae672230f69dd320b1d0f74d394c51df33.tar.xz
egit-261033ae672230f69dd320b1d0f74d394c51df33.zip
Change-Id: Ifd2ffd4217fb55a318c081b987fbf3d60c78dcec 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 c2ec78579f..2a8a6486fb 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.4.0.qualifier
+Bundle-Version: 5.4.0.201906121030-r
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 bd66e1e429..ac7ea9ae53 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.4.0-SNAPSHOT</version>
+ <version>5.4.0.201906121030-r</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>

Back to the top