diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-01-23 20:29:20 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-01-23 20:29:42 +0100 |
commit | fd874b4024b8448ea67741ef7dd4f7db50482f07 (patch) | |
tree | 45f4917bd6327c597de89c54e10b3f0de1c5c8a7 /org.eclipse.jgit.packaging | |
parent | 16e515a59efe1e545710ced6e52d396056ac9467 (diff) | |
download | jgit-fd874b4024b8448ea67741ef7dd4f7db50482f07.tar.gz jgit-fd874b4024b8448ea67741ef7dd4f7db50482f07.zip |
Fix preparation of 4.6.1-SNAPSHOT builds
Change-Id: Ib241c4f45192672712526599898c0bd0bd356436
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index de12a9a7e9..eedde4f7e5 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -31,8 +31,8 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="4.6.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.6.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.6.1" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.6.1" match="equivalent"/> </requires> <plugin |