diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-16 01:20:14 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-16 01:20:14 +0200 |
commit | a8aabc3d1536470004e32d3547127f709f6b0f47 (patch) | |
tree | 47943af1b116f82c118ad9474a6bb821f3f718c4 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 6d370d837c5faa7caff2e6e3e4723b887f2fbdca (diff) | |
download | jgit-a8aabc3d1536470004e32d3547127f709f6b0f47.tar.gz jgit-a8aabc3d1536470004e32d3547127f709f6b0f47.zip |
JGit v5.0.0.201805151920-m7v5.0.0.201805151920-m7
Change-Id: I42eb046c8ac8537672010aabe21459293cb23838
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 6c046b454c..3be415f162 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.0.0.qualifier" + version="5.0.0.201805151920-m7" 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 7dcc484ebc..edeb3494bc 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.0.0-SNAPSHOT</version> + <version>5.0.0.201805151920-m7</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |