Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 13:08:57 +0000
committerMatthias Sohn2018-03-08 13:08:57 +0000
commit55828a545848e306cd772d531d7fe84afa676239 (patch)
tree36f8aecd75b6c4f1101593ae3a139f6ac15b25d8 /org.eclipse.egit.mylyn.ui.test
parent0c6cc9bf93e94825a25fec87b5813bd231f9f52f (diff)
downloadegit-55828a545848e306cd772d531d7fe84afa676239.tar.gz
egit-55828a545848e306cd772d531d7fe84afa676239.tar.xz
egit-55828a545848e306cd772d531d7fe84afa676239.zip
Change-Id: I4097335194990ee3d86a7349a1e9f24a5298b1f2 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 b3db6888c2..799bc34992 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.0.qualifier
+Bundle-Version: 4.11.0.201803080745-r
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 cb0b02e554..8fdac7e2cb 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.0-SNAPSHOT</version>
+ <version>4.11.0.201803080745-r</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>

Back to the top