diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:42:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:53:51 +0100 |
commit | c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e (patch) | |
tree | 1a94e94af1e1b97e4e50e43d85159d2d92eaacc3 /org.eclipse.jgit.ant | |
parent | fcafdcc4048dbd61754b3f1d3ae19395fb788d45 (diff) | |
download | jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.tar.gz jgit-c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e.zip |
JGit v5.1.4.201812251853-rv5.1.4.201812251853-r
Change-Id: I30ba167bcd8144074553d7446a45fa6be19584fe
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 5778a05b60..cffd67623d 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.1.4.qualifier +Bundle-Version: 5.1.4.201812251853-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.1.4,5.2.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 013d69e887..71ed5d475b 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.1.4-SNAPSHOT</version> + <version>5.1.4.201812251853-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |