Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-03-08 20:21:10 +0000
committerMatthias Sohn2018-03-08 20:21:10 +0000
commit46b407b474d33d1e35b3518d418a688eac521cc3 (patch)
tree5fdd72cd2fda03e1eb528f93e2e98f1250c87540 /org.eclipse.egit.gitflow.test
parent55828a545848e306cd772d531d7fe84afa676239 (diff)
downloadegit-46b407b474d33d1e35b3518d418a688eac521cc3.tar.gz
egit-46b407b474d33d1e35b3518d418a688eac521cc3.tar.xz
egit-46b407b474d33d1e35b3518d418a688eac521cc3.zip
Prepare 4.11.1-SNAPSHOT builds
Change-Id: I1b3ef129545c7731358b913419f8717fdbb24288 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow.test')
-rw-r--r--org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF8
-rw-r--r--org.eclipse.egit.gitflow.test/pom.xml2
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
index 1366db0e1c..83b18a60fd 100644
--- a/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
+++ b/org.eclipse.egit.gitflow.test/META-INF/MANIFEST.MF
@@ -3,10 +3,10 @@ Bundle-ManifestVersion: 2
Bundle-Name: GitFlow Test
Automatic-Module-Name: org.eclipse.egit.gitflow.test
Bundle-SymbolicName: org.eclipse.egit.gitflow.test;singleton:=true
-Bundle-Version: 4.11.0.201803080745-r
+Bundle-Version: 4.11.1.qualifier
Fragment-Host: org.eclipse.egit.gitflow
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: org.eclipse.egit.core;version="[4.11.0,4.12.0)",
- org.eclipse.egit.core.test;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.junit;version="[4.11.0,4.12.0)",
+Import-Package: org.eclipse.egit.core;version="[4.11.1,4.12.0)",
+ org.eclipse.egit.core.test;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.junit;version="[4.11.1,4.12.0)",
org.junit;version="[4.3.0,5.0.0)"
diff --git a/org.eclipse.egit.gitflow.test/pom.xml b/org.eclipse.egit.gitflow.test/pom.xml
index bf0a281f0c..120818212e 100644
--- a/org.eclipse.egit.gitflow.test/pom.xml
+++ b/org.eclipse.egit.gitflow.test/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.11.0.201803080745-r</version>
+ <version>4.11.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.egit.gitflow.test</artifactId>

Back to the top