diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-11 13:24:54 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-11 13:24:54 +0100 |
commit | 0713f6e96233569b7f146a03f4e0fa21a950a938 (patch) | |
tree | 0bfa9f78c6e3e78d5f83a3677d24e7e74f592efb /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | d408e41e4ebb5b53bb5833c79bbffeaab119e2d2 (diff) | |
download | jgit-0713f6e96233569b7f146a03f4e0fa21a950a938.tar.gz jgit-0713f6e96233569b7f146a03f4e0fa21a950a938.zip |
JGit v5.7.0.202003110725-rv5.7.0.202003110725-r
Change-Id: Ia4a9122eeb4eea0f379f6611984cfe1143a32f8d
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 | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 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 717c869b52..27d9a7707a 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.7.1.qualifier" + version="5.7.0.202003110725-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.7.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.7.0" match="equivalent"/> </requires> <plugin 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 501a7bd33e..3dfddab705 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 @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.7.1-SNAPSHOT</version> + <version>5.7.0.202003110725-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |