diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-13 07:41:27 +0100 |
commit | a31756fbfcec67dce9901c00132fec8eb4c58222 (patch) | |
tree | ec3d3a5b41ee00f40816669df03d38903ca68a73 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | b0d27cdae9028585a861f16d5943f3084af6299d (diff) | |
download | jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.tar.gz jgit-a31756fbfcec67dce9901c00132fec8eb4c58222.zip |
JGit v5.1.6.201903130242-rv5.1.6.201903130242-r
Change-Id: Iaf5e451f72dc8512afee99a9f3fb91aa348e3cf5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml index 41e1cbadfc..e853d351a4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.lfs" label="%featureName" - version="5.1.6.qualifier" + version="5.1.6.201903130242-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml index 2ebb8ca6a8..21759ebc18 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.1.6-SNAPSHOT</version> + <version>5.1.6.201903130242-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |