diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 13:47:54 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 13:47:54 +0100 |
commit | de4a6332011ba1ddb7780a8646f1010aa8d27cfa (patch) | |
tree | a6f261696d55121b89b40fc8a697741197d8b0c7 /org.eclipse.jgit.ant | |
parent | 9e74c4980865a2bb9758185285c51e9bf3d29fb5 (diff) | |
download | jgit-de4a6332011ba1ddb7780a8646f1010aa8d27cfa.tar.gz jgit-de4a6332011ba1ddb7780a8646f1010aa8d27cfa.zip |
JGit v5.3.0.201903130848-rv5.3.0.201903130848-r
Change-Id: I52256a6d07011030698299d9a97dd01ea825fb7f
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 7119fd953d..d702fb106d 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.0.qualifier +Bundle-Version: 5.3.0.201903130848-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.3.0,5.4.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 4d4875d20d..7fedad4818 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.0-SNAPSHOT</version> + <version>5.3.0.201903130848-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |