diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 11:21:27 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-24 11:21:27 +0100 |
commit | 40366c1cf551fc59a04d796fe7f9cd99617e1416 (patch) | |
tree | 85fd7046f0c617cfb6955d76774f9f4476e5ad76 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 61f0bd54d058789d73a8db0dfb8d23310aa8c411 (diff) | |
download | jgit-40366c1cf551fc59a04d796fe7f9cd99617e1416.tar.gz jgit-40366c1cf551fc59a04d796fe7f9cd99617e1416.zip |
JGit v4.5.5.201812240535-rv4.5.5.201812240535-r
Change-Id: I6e89e937c08757887967d91afb39cfbe8372d6b5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index cd271380d0..33c0b1ec01 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="4.5.5.qualifier" + version="4.5.5.201812240535-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index a2a86b23a3..c95f27f549 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.5.5-SNAPSHOT</version> + <version>4.5.5.201812240535-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |