diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:55:40 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-26 00:57:01 +0100 |
commit | d14209e81b6c45ebbb46c324d67ac39384f80bbd (patch) | |
tree | f35ab08122dc3e8d9210892be3f269ae845f13fe /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | c93aec2b73a1c3f6a7a631d5a0bc079e5c0e475e (diff) | |
download | jgit-d14209e81b6c45ebbb46c324d67ac39384f80bbd.tar.gz jgit-d14209e81b6c45ebbb46c324d67ac39384f80bbd.zip |
Prepare 5.1.5-SNAPSHOT builds
Change-Id: I3eeb24b01a4f955e7e933238defb42635ebfec7d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml index 01d10e018e..eea33096f1 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.http.apache" label="%featureName" - version="5.1.4.201812251853-r" + version="5.1.5.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml index bc34c0a694..e998ba1de6 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.1.4.201812251853-r</version> + <version>5.1.5-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |