diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-13 23:42:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-05-13 23:42:10 +0200 |
commit | 8dad905f20142e699faa974e7bd4cba6ced335cc (patch) | |
tree | 71eb5c82c187427cbe0466ff7fb53588a6e925ed /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 618d8c4784e1c7261057eb4bb0b0fba4fe4d19fb (diff) | |
download | jgit-5.11.1.202105131744-r.tar.gz jgit-5.11.1.202105131744-r.zip |
JGit v5.11.1.202105131744-rv5.11.1.202105131744-r
Change-Id: Id74eecbde63edbc58b6262ae01ef34d8bebc0f88
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 b4cbd8f627..07742e12c5 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.11.1.qualifier" + version="5.11.1.202105131744-r" 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 0969e76a61..66b90a65fb 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.11.1-SNAPSHOT</version> + <version>5.11.1.202105131744-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |