summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ui
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-03-08 21:10:08 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-03-08 21:10:08 +0100
commitf389e18a2853d9f73336f4cf0e7ac2931dc4ce9b (patch)
treec841a68501a005ef397c7a7df43f68d59d6b5dac /org.eclipse.jgit.ui
parentf944063517b9507934f451cc64c16d9bbdb98cf4 (diff)
downloadjgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.tar.gz
jgit-f389e18a2853d9f73336f4cf0e7ac2931dc4ce9b.zip
Prepare 4.11.1-SNAPSHOT builds
Change-Id: Id9aa6b7e8f56de5183b6cd57ef0e790ec9debd4d Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ui')
-rw-r--r--org.eclipse.jgit.ui/META-INF/MANIFEST.MF18
-rw-r--r--org.eclipse.jgit.ui/pom.xml2
2 files changed, 10 insertions, 10 deletions
diff --git a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
index 2bb17e45e8..adfa32cc80 100644
--- a/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ui/META-INF/MANIFEST.MF
@@ -4,14 +4,14 @@ Bundle-ManifestVersion: 2
Bundle-Name: %plugin_name
Automatic-Module-Name: org.eclipse.jgit.ui
Bundle-SymbolicName: org.eclipse.jgit.ui
-Bundle-Version: 4.11.0.201803080745-r
+Bundle-Version: 4.11.1.qualifier
Bundle-Vendor: %provider_name
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.jgit.awtui;version="4.11.0"
-Import-Package: org.eclipse.jgit.errors;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.lib;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.nls;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.revplot;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.revwalk;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.transport;version="[4.11.0,4.12.0)",
- org.eclipse.jgit.util;version="[4.11.0,4.12.0)"
+Export-Package: org.eclipse.jgit.awtui;version="4.11.1"
+Import-Package: org.eclipse.jgit.errors;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.lib;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.nls;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.revplot;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.revwalk;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.transport;version="[4.11.1,4.12.0)",
+ org.eclipse.jgit.util;version="[4.11.1,4.12.0)"
diff --git a/org.eclipse.jgit.ui/pom.xml b/org.eclipse.jgit.ui/pom.xml
index 177a853810..cf1dbd09fe 100644
--- a/org.eclipse.jgit.ui/pom.xml
+++ b/org.eclipse.jgit.ui/pom.xml
@@ -52,7 +52,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.11.0.201803080745-r</version>
+ <version>4.11.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ui</artifactId>