Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-12-25 00:04:50 +0000
committerMatthias Sohn2018-12-25 00:08:03 +0000
commit23e4765a655198db94ee748c795d6b04853c6369 (patch)
tree926c4ed713e31a8dbeb438a9bbb24d02b80b638f /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parentcc76de549a28527b738b237fd39f5bc05ad6489e (diff)
downloadjgit-23e4765a655198db94ee748c795d6b04853c6369.tar.gz
jgit-23e4765a655198db94ee748c795d6b04853c6369.tar.xz
jgit-23e4765a655198db94ee748c795d6b04853c6369.zip
Prepare 4.11.7-SNAPSHOT builds
Change-Id: I97dc0f4aeb51c2084f40531ceac84e90bf70608d 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 73892f7b35..0ad2285af2 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.11.6.201812241910-r"
+ version="4.11.7.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 81ac9ebcb6..23cf590701 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.11.6.201812241910-r</version>
+ <version>4.11.7-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top