diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 12:50:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-10-06 14:05:29 +0200 |
commit | c2a866b1098ec9fb280d894e7972648a3d521c11 (patch) | |
tree | 45a14255964805ef5a397267bbe55a2b55a363df /org.eclipse.jgit.ant | |
parent | 816bcd259e73682f72147495a1287ee54a5dc04c (diff) | |
download | jgit-c2a866b1098ec9fb280d894e7972648a3d521c11.tar.gz jgit-c2a866b1098ec9fb280d894e7972648a3d521c11.zip |
JGit v4.11.4.201810060650-rv4.11.4.201810060650-r
Change-Id: I5700ebd341b6b997a7757b17e7d731c4ce608ec2
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 8053f3af0b..b7bc86c372 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.4.qualifier +Bundle-Version: 4.11.4.201810060650-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[4.11.4,4.12.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index bcd9f0fb54..22d54c179f 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.4-SNAPSHOT</version> + <version>4.11.4.201810060650-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |