summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2021-09-08 20:24:36 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2021-09-08 20:24:36 +0200
commit81cd70d5d049c875aae235660a4f978824846c87 (patch)
tree9da7a147550018aeb11940a3e5fe22dcd7412659 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature
parentb3d51a399e91ad93e4387f4c4f30149c63f56c44 (diff)
downloadjgit-81cd70d5d049c875aae235660a4f978824846c87.tar.gz
jgit-81cd70d5d049c875aae235660a4f978824846c87.zip
Prepare 5.13.1-SNAPSHOT builds
Change-Id: Ib2f689d8d13eab022da5b5e83d6d6bebc1bb81d3
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.xml4
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml2
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 732b38cb18..631631a242 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.13.0.202109080827-r"
+ version="5.13.1.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
@@ -23,7 +23,7 @@
</url>
<requires>
- <import plugin="org.eclipse.jgit" version="5.13.0" match="equivalent"/>
+ <import plugin="org.eclipse.jgit" version="5.13.1" 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 584db7d02c..72a968f90b 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.13.0.202109080827-r</version>
+ <version>5.13.1-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>