diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2014-10-14 00:38:49 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2014-10-14 00:38:49 +0200 |
commit | 450ce163eff705e3f7d464f39810489434eaf343 (patch) | |
tree | 6f5b3c6ac0e2dd7f1843ab6aac13a06019d6579e /org.eclipse.jgit.ant | |
parent | 2a01c98ea199bc101cfcda98ab12a7a4c4c20e52 (diff) | |
download | jgit-450ce163eff705e3f7d464f39810489434eaf343.tar.gz jgit-450ce163eff705e3f7d464f39810489434eaf343.zip |
JGit v3.5.1.201410131835-rv3.5.1.201410131835-r
Change-Id: I37e049c8e81f963cfb7c17f1af91fd4245766aee
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 efea9a8b93..177acd4d96 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: 3.5.1.qualifier +Bundle-Version: 3.5.1.201410131835-r Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[3.5.1,3.6.0)" diff --git a/org.eclipse.jgit.ant/pom.xml b/org.eclipse.jgit.ant/pom.xml index 1353a15e19..c9b03df11c 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>3.5.1-SNAPSHOT</version> + <version>3.5.1.201410131835-r</version> </parent> <artifactId>org.eclipse.jgit.ant</artifactId> |