Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-09-03 16:01:55 +0000
committerMatthias Sohn2019-09-03 16:01:55 +0000
commit002f1628c690141507c47d92630d756abe6484a9 (patch)
treea0f4ebab27e6d3b9920ca49002a496f69ba3f41c /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parent7aec793266065435fc51fc6ee491290a4ae86e97 (diff)
downloadjgit-002f1628c690141507c47d92630d756abe6484a9.tar.gz
jgit-002f1628c690141507c47d92630d756abe6484a9.tar.xz
jgit-002f1628c690141507c47d92630d756abe6484a9.zip
Change-Id: I288acf670160b9bcd2d04f572a902b5838b4d4f8 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 e8b9fcec80..dd8530d44d 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.11.qualifier"
+ version="5.1.11.201909031202-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 814925aa81..c4212c9f63 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.11-SNAPSHOT</version>
+ <version>5.1.11.201909031202-r</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top