diff options
author | Matthias Sohn | 2016-07-15 13:26:39 +0000 |
---|---|---|
committer | Matthias Sohn | 2016-07-15 13:26:39 +0000 |
commit | 368013719ecffb376f8f440f704a61d384e3c651 (patch) | |
tree | cc699efa0c934b0b5c9c4ea404cde542c34316de /org.eclipse.egit.gitflow-feature/feature.xml | |
parent | 1ac94c7d68e1f3b66d4bab126ee53ff401dbd459 (diff) | |
download | egit-368013719ecffb376f8f440f704a61d384e3c651.tar.gz egit-368013719ecffb376f8f440f704a61d384e3c651.tar.xz egit-368013719ecffb376f8f440f704a61d384e3c651.zip |
Prepare 4.4.2-SNAPSHOT buildsstable-4.4
Change-Id: Icf37806bbb421848fd0d682a56b7e7891d7b5c53
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.gitflow-feature/feature.xml')
-rw-r--r-- | org.eclipse.egit.gitflow-feature/feature.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.egit.gitflow-feature/feature.xml b/org.eclipse.egit.gitflow-feature/feature.xml index bae0763ac6..8c0114f8aa 100644 --- a/org.eclipse.egit.gitflow-feature/feature.xml +++ b/org.eclipse.egit.gitflow-feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.egit.gitflow.feature" label="%featureName" - version="4.4.1.201607150455-r" + version="4.4.2.qualifier" provider-name="%providerName" plugin="org.eclipse.egit.gitflow" license-feature="org.eclipse.license" @@ -26,9 +26,9 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="4.4.1" match="equivalent"/> - <import plugin="org.eclipse.egit.core" version="4.4.1" match="equivalent"/> - <import plugin="org.eclipse.egit.ui" version="4.4.1" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.4.2" match="equivalent"/> + <import plugin="org.eclipse.egit.core" version="4.4.2" match="equivalent"/> + <import plugin="org.eclipse.egit.ui" version="4.4.2" match="equivalent"/> </requires> <plugin |