diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-25 00:56:54 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-25 00:56:54 +0100 |
commit | cc76de549a28527b738b237fd39f5bc05ad6489e (patch) | |
tree | 5dd9d96b64374ed5caf375b2242a5d1919877d78 /org.eclipse.jgit.ant | |
parent | affbb99271b7307c2e30795b561fb08a850f56c1 (diff) | |
download | jgit-cc76de549a28527b738b237fd39f5bc05ad6489e.tar.gz jgit-cc76de549a28527b738b237fd39f5bc05ad6489e.zip |
JGit v4.11.6.201812241910-rv4.11.6.201812241910-r
Change-Id: I21bfe7a76450184bce43cbe8ebcaa7891e4b12ed
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.ant/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index f8506337c7..b45bdc4a52 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Automatic-Module-Name: org.eclipse.jgit.ant Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.11.6.qualifier +Bundle-Version: 4.11.6.201812241910-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[4.11.6,4.12.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index dac3b51cf1..01caddcff7 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.6-SNAPSHOT</version> + <version>4.11.6.201812241910-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |