diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:33:05 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-27 01:35:30 +0100 |
commit | fafad4196d00d5f70adfea11508a297a158ffbce (patch) | |
tree | 48b0800eb56ffb129fa9c9f04c35aa4abd9be1d5 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 510011b05caea84908f9687d5cb632bc4ad73c41 (diff) | |
download | jgit-fafad4196d00d5f70adfea11508a297a158ffbce.tar.gz jgit-fafad4196d00d5f70adfea11508a297a158ffbce.zip |
Prepare 5.1.6-SNAPSHOT builds
Change-Id: If3313d602aa57cfa031ba2c9ec03bd51b464dc19
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 6 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 4 insertions, 4 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 902112a451..e64847bb37 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="5.1.5.201812261915-r" + version="5.1.6.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="5.1.5" match="equivalent"/> - <import feature="org.eclipse.jgit.lfs" version="5.1.5" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.1.6" match="equivalent"/> + <import feature="org.eclipse.jgit.lfs" version="5.1.6" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index d955e2bd2a..cd8edb6f5c 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.1.5.201812261915-r</version> + <version>5.1.6-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |