diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-20 21:44:47 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-20 21:44:47 +0100 |
commit | a9a84b7235ecfc584cb3b30a4e2df34cf0fb0d27 (patch) | |
tree | 3192ebc8568c8e5a2dea937d64ed3639f0f9e2fb /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 4c558225dc991a34d59bc4fb0d4e6f1f6974f53c (diff) | |
download | jgit-a9a84b7235ecfc584cb3b30a4e2df34cf0fb0d27.tar.gz jgit-a9a84b7235ecfc584cb3b30a4e2df34cf0fb0d27.zip |
JGit v4.5.1.201703201650-rv4.5.1.201703201650-r
Change-Id: I88de7c9f52abbc4921a82208ed74d22aa19fb3cd
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 c19f7cd7c3..25b23e41e8 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="4.5.1.qualifier" + version="4.5.1.201703201650-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 dc9b60dc3b..b1be26ebc0 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>4.5.1-SNAPSHOT</version> + <version>4.5.1.201703201650-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |