diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-10 11:24:32 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-09-10 11:24:32 +0200 |
commit | ae21714768f9db28500e6b9136195ec360f5116f (patch) | |
tree | 172e94bde85fd56b690194975d2ee7e5132cbfc2 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 0d4e04c575ec81741599b1679ec2968dd2a37b93 (diff) | |
download | jgit-ae21714768f9db28500e6b9136195ec360f5116f.tar.gz jgit-ae21714768f9db28500e6b9136195ec360f5116f.zip |
JGit v4.11.2.201809100523-rv4.11.2.201809100523-r
Change-Id: I85dab173a94b3036ccf669c20b9dffb4af0922b4
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 34f57a7c4f..df64a27c4e 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="4.11.2.qualifier" + version="4.11.2.201809100523-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 a5bc52713f..3a05abf23e 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>4.11.2-SNAPSHOT</version> + <version>4.11.2.201809100523-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |