Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 22:17:05 +0000
committerMatthias Sohn2018-03-08 22:17:05 +0000
commit9361cb9d3bade4f3ec8f924f179e65d87fbd5474 (patch)
tree5fdd72cd2fda03e1eb528f93e2e98f1250c87540 /org.eclipse.egit.mylyn.ui.test
parent0c6cc9bf93e94825a25fec87b5813bd231f9f52f (diff)
parent46b407b474d33d1e35b3518d418a688eac521cc3 (diff)
downloadegit-9361cb9d3bade4f3ec8f924f179e65d87fbd5474.tar.gz
egit-9361cb9d3bade4f3ec8f924f179e65d87fbd5474.tar.xz
egit-9361cb9d3bade4f3ec8f924f179e65d87fbd5474.zip
Merge branch 'stable-4.11'
* stable-4.11: Prepare 4.11.1-SNAPSHOT builds EGit v4.11.0.201803080745-r Change-Id: I696911a7e64bc7e69c2437adf183814f796e7885
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..ad823f79b0 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.1.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 cb0b02e554..fa6d3de1ae 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.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.mylyn.ui.test</artifactId>

Back to the top