diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 13:30:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-21 13:30:43 +0200 |
commit | e9fcf1932e0657d49ed426ba766d715afddf0e84 (patch) | |
tree | b717a8d7cae9decea3ca0f3ba3153b50a2e66c82 /org.eclipse.jgit.ant | |
parent | 48498fd3e6cf28b30f56bc4d1c3986665fb39627 (diff) | |
download | jgit-e9fcf1932e0657d49ed426ba766d715afddf0e84.tar.gz jgit-e9fcf1932e0657d49ed426ba766d715afddf0e84.zip |
JGit v5.3.3.201908210735-rv5.3.3.201908210735-r
Change-Id: I799859e47616af0ac5ee3a982cb9350d141681d7
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 804d90ce0d..46cd84e5d3 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: 5.3.3.qualifier +Bundle-Version: 5.3.3.201908210735-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.3.3,5.4.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index ffbe8db63e..a9bbac90b0 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>5.3.3-SNAPSHOT</version> + <version>5.3.3.201908210735-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |