diff options
author | Thomas Wolf <thomas.wolf@paranor.ch> | 2019-03-28 22:28:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-31 01:13:53 +0100 |
commit | eeab375796bd7611dd0fc0c28040f2d7594b69f8 (patch) | |
tree | 1c4e3b67df9ed85d0891eed8b5b8fc4dae8041c0 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | |
parent | a2901cf9dcd6145f3e2aa4c17b8bff67aed5639e (diff) | |
download | jgit-eeab375796bd7611dd0fc0c28040f2d7594b69f8.tar.gz jgit-eeab375796bd7611dd0fc0c28040f2d7594b69f8.zip |
[releng] Fix dependencies between features
Add dependencies from source to binary features and enforce the same
version. Restrict the dependencies between binary features by version,
too.
Adapt the version.sh script to properly replace these version numbers.
Bug: 545906
Change-Id: I953616e58d27accdf61b49f6435a54895bcbf6da
Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml index 356e5f0604..0e3966dbe3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit"/> + <import feature="org.eclipse.jgit" version="5.4.0" match="equivalent"/> </requires> <plugin |