diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-08 15:56:08 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-12-08 15:56:08 +0100 |
commit | 4262a68f551b5daacfa0386b2fddbf7cfa5b339d (patch) | |
tree | 93ee836a2ae8067ea1e7e55624f060e2f26b664c /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | ad7806f4efe0bfeb256d6572f302de34e23859c4 (diff) | |
download | jgit-4262a68f551b5daacfa0386b2fddbf7cfa5b339d.tar.gz jgit-4262a68f551b5daacfa0386b2fddbf7cfa5b339d.zip |
JGit v5.10.0.202012080955-rv5.10.0.202012080955-r
Change-Id: I7ca88bcc54992625a6fafd84172adee58d487dc3
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 b83fa9265c..7a790539b0 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="5.10.0.qualifier" + version="5.10.0.202012080955-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 f3686fd1b2..ef8288fa5e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.10.0-SNAPSHOT</version> + <version>5.10.0.202012080955-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |