Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-10-06 12:07:37 +0000
committerMatthias Sohn2018-10-06 12:17:48 +0000
commit620370ab6ad850862d0cfa1816c1fff0cbce3662 (patch)
treea4d6b64e6bc50351ba01063afb0a38fe631677fe /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature
parentc2a866b1098ec9fb280d894e7972648a3d521c11 (diff)
downloadjgit-620370ab6ad850862d0cfa1816c1fff0cbce3662.tar.gz
jgit-620370ab6ad850862d0cfa1816c1fff0cbce3662.tar.xz
jgit-620370ab6ad850862d0cfa1816c1fff0cbce3662.zip
Prepare 4.11.5-SNAPSHOT builds
Change-Id: Ifbe76e14264e8b547930e2320e8e81d728bd6e38 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml6
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
index 76c24f80cf..2c2af44148 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jgit.pgm"
label="%featureName"
- version="4.11.4.201810060650-r"
+ version="4.11.5.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
@@ -31,8 +31,8 @@
version="0.0.0"/>
<requires>
- <import feature="org.eclipse.jgit" version="4.11.4" match="equivalent"/>
- <import feature="org.eclipse.jgit.lfs" version="4.11.4" match="equivalent"/>
+ <import feature="org.eclipse.jgit" version="4.11.5" match="equivalent"/>
+ <import feature="org.eclipse.jgit.lfs" version="4.11.5" match="equivalent"/>
</requires>
<plugin
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml
index b795a10373..e024094564 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml
@@ -50,7 +50,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>4.11.4.201810060650-r</version>
+ <version>4.11.5-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top