diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 08:15:48 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-09 08:15:48 +0200 |
commit | 9796e86165ae4cbb40d2b47815ac2ee773ef8629 (patch) | |
tree | ed54d29bfee158a3e9e0462644b5b3b616b168ed /org.eclipse.jgit.ant | |
parent | 06e06fc291a8ccc0e68b7d84b54097a9635df740 (diff) | |
download | jgit-9796e86165ae4cbb40d2b47815ac2ee773ef8629.tar.gz jgit-9796e86165ae4cbb40d2b47815ac2ee773ef8629.zip |
JGit v4.7.3.201809090215-rv4.7.3.201809090215-r
Change-Id: I1ded7a2b61235509c5a6ba95e7329e288bbfddb1
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 ec7fb3c167..cac1f30f0e 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %Bundle-Name Bundle-SymbolicName: org.eclipse.jgit.ant -Bundle-Version: 4.7.3.qualifier +Bundle-Version: 4.7.3.201809090215-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[4.7.3,4.8.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index c6a7e7c868..e4485c2309 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.7.3-SNAPSHOT</version> + <version>4.7.3.201809090215-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |