diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:41:59 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-04-28 00:41:59 +0200 |
commit | 38049a008dbc945ad76c5715bf224f9bf4caefc4 (patch) | |
tree | 3762344e027a5cd6187072ed5abe92cd2e295e46 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 32f0963b84b8e40d05f683752d6cec3c94d07279 (diff) | |
download | jgit-38049a008dbc945ad76c5715bf224f9bf4caefc4.tar.gz jgit-38049a008dbc945ad76c5715bf224f9bf4caefc4.zip |
JGit v5.3.1.201904271842-rv5.3.1.201904271842-r
Change-Id: If3c323acfd2b6933f7d4fbec480cd4e82224f701
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 314618ae7c..74f0810b77 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.1.qualifier" + version="5.3.1.201904271842-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 1c68b32b41..7b9f43bfa5 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.1-SNAPSHOT</version> + <version>5.3.1.201904271842-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |