diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
commit | a31756fbfcec67dce9901c00132fec8eb4c58222 (patch) | |
tree | ec3d3a5b41ee00f40816669df03d38903ca68a73 /org.eclipse.jgit.ant | |
parent | b0d27cdae9028585a861f16d5943f3084af6299d (diff) | |
download | jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.tar.gz jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.zip |
JGit v5.1.6.201903130242-rv5.1.6.201903130242-r
Change-Id: Iaf5e451f72dc8512afee99a9f3fb91aa348e3cf5
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 745a7b5761..f23d8653cc 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.6.qualifier +Bundle-Version: 5.1.6.201903130242-r Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[5.1.6,5.2.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 0790722f7f..6d84109b20 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.6-SNAPSHOT</version> + <version>5.1.6.201903130242-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |