diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 03:22:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-12-31 03:22:35 +0100 |
commit | 757fecd697a0074a9132ba87dddfe5472498e491 (patch) | |
tree | 6a9636ce3d4017255a8f450d31ce4a9ec659083c /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | |
parent | 55bf5a6c117822abf2f2ecb44fc415dc8a027ad7 (diff) | |
download | jgit-757fecd697a0074a9132ba87dddfe5472498e491.tar.gz jgit-757fecd697a0074a9132ba87dddfe5472498e491.zip |
Prepare 4.10.1-SNAPSHOT builds
Change-Id: I139fb660c4630d9d073eabf37ff26ea3a823bcbd
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 6 |
1 files changed, 3 insertions, 3 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 377ad46dbc..7434e2cf17 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 @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="4.10.0.201712302008-r" + version="4.10.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -31,8 +31,8 @@ version="0.0.0"/> <requires> - <import feature="org.eclipse.jgit" version="4.10.0" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="4.10.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="4.10.1" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="4.10.1" match="equivalent"/> </requires> <plugin |