Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2020-02-11 10:12:20 +0000
committerMatthias Sohn2020-02-11 10:12:20 +0000
commit425e2607fea1bf6083c0e724e27024fc79986a07 (patch)
tree749a221c0e2ea1ea1d25011610b829cf7f7c662d /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parente0abe9e2a7a2e0acf3d59fd634457457c49663e1 (diff)
downloadjgit-425e2607fea1bf6083c0e724e27024fc79986a07.tar.gz
jgit-425e2607fea1bf6083c0e724e27024fc79986a07.tar.xz
jgit-425e2607fea1bf6083c0e724e27024fc79986a07.zip
Prepare 5.1.14-SNAPSHOT builds
Change-Id: Ic7d6f1a6c3123af1a1fa782f052b0cea3b6f28c6 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.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml2
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 9717477f90..64e780b8b8 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.1.13.202002110435-r"
+ version="5.1.14.qualifier"
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 0cc7ef544e..b66a78fe45 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>5.1.13.202002110435-r</version>
+ <version>5.1.14-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top