diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 01:27:02 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 01:27:02 +0100 |
commit | c28c3ab9f0c8f80c72a2f701c77c4a23e741133f (patch) | |
tree | 65cd7f71f83554c9e508d3935935a221fd29295e /org.eclipse.jgit.ant | |
parent | c452c007ce104b3b0a77eea60c2ba4887a176359 (diff) | |
download | jgit-c28c3ab9f0c8f80c72a2f701c77c4a23e741133f.tar.gz jgit-c28c3ab9f0c8f80c72a2f701c77c4a23e741133f.zip |
JGit v4.9.9.201903122025-rv4.9.9.201903122025-r
Change-Id: I807d24461b3557eee48294bfaa652b2a13d78113
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 e4657f8642..1d3e3f67bf 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.9.9.qualifier +Bundle-Version: 4.9.9.201903122025-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[4.9.9,4.10.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 41be91de60..f7e3633c13 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.9.9-SNAPSHOT</version> + <version>4.9.9.201903122025-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |