summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2018-03-08 23:08:28 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2018-03-08 23:08:28 +0100
commit21879202163f76e6f33aac4ce2360094cab5643b (patch)
treec841a68501a005ef397c7a7df43f68d59d6b5dac /org.eclipse.jgit.ant
parente00f59b7fe7467a930457962326ce5fd0ec63537 (diff)
parentf389e18a2853d9f73336f4cf0e7ac2931dc4ce9b (diff)
downloadjgit-21879202163f76e6f33aac4ce2360094cab5643b.tar.gz
jgit-21879202163f76e6f33aac4ce2360094cab5643b.zip
Merge branch 'stable-4.11'
* stable-4.11: Prepare 4.11.1-SNAPSHOT builds JGit v4.11.0.201803080745-r Change-Id: I225b9a6a9be6bda1d6fc8f605917645ff1fec852
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF6
-rw-r--r--org.eclipse.jgit.ant/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index b5f0bedb89..01555ce3b9 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -3,11 +3,11 @@ Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Automatic-Module-Name: org.eclipse.jgit.ant
Bundle-SymbolicName: org.eclipse.jgit.ant
-Bundle-Version: 4.11.0.qualifier
+Bundle-Version: 4.11.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.apache.tools.ant,
- org.eclipse.jgit.storage.file;version="[4.11.0,4.12.0)"
+ org.eclipse.jgit.storage.file;version="[4.11.1,4.12.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="4.11.0";
+Export-Package: org.eclipse.jgit.ant.tasks;version="4.11.1";
uses:="org.apache.tools.ant.types,org.apache.tools.ant"
diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml
index 3891215b8a..103e2e5f07 100644
--- a/org.eclipse.jgit.ant/pom.xml
+++ b/org.eclipse.jgit.ant/pom.xml
@@ -48,7 +48,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit-parent</artifactId>
- <version>4.11.0-SNAPSHOT</version>
+ <version>4.11.1-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jgit.ant</artifactId>