Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-20 00:08:35 +0000
committerMatthias Sohn2018-10-20 00:08:35 +0000
commit9b6d30f2c145243bfdb1708bef847538a0df640d (patch)
tree356f1a763107fcbe864d3986fb761ebcb4a2d0d2 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature
parent92aca6195dec146bbcb7457a52db721776df381e (diff)
downloadjgit-9b6d30f2c145243bfdb1708bef847538a0df640d.tar.gz
jgit-9b6d30f2c145243bfdb1708bef847538a0df640d.tar.xz
jgit-9b6d30f2c145243bfdb1708bef847538a0df640d.zip
Prepare 4.11.6-SNAPSHOT builds
Change-Id: Ic823775aad59530f516602e7e848474d65763314 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.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml2
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 e7668a57bb..4d7f39d879 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.11.5.201810191925-r"
+ version="4.11.6.qualifier"
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 fc85ef6560..5190f7f2a4 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.11.5.201810191925-r</version>
+ <version>4.11.6-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top