diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:17:18 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:17:18 +0100 |
commit | 05159ed6561e63dcbf49b9981436feb25dc03def (patch) | |
tree | dcc8c569ccdfc047bc575d0588975a7e390cca61 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 13f9aae49ad7597f8063d949aec2a9737b7340c9 (diff) | |
download | jgit-05159ed6561e63dcbf49b9981436feb25dc03def.tar.gz jgit-05159ed6561e63dcbf49b9981436feb25dc03def.zip |
JGit v5.3.0.201901162155-m1v5.3.0.201901162155-m1
Change-Id: I350925ff3b1fba2c83a448bc4e6d67368573693e
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 8a4e46941e..529f82c112 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.3.0.201901161700-m1" + version="5.3.0.201901162155-m1" 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 d9363a19a9..ba5525bf24 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.3.0.201901161700-m1</version> + <version>5.3.0.201901162155-m1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |