Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2018-09-10 09:24:32 +0000
committerMatthias Sohn2018-09-10 09:24:32 +0000
commitae21714768f9db28500e6b9136195ec360f5116f (patch)
tree172e94bde85fd56b690194975d2ee7e5132cbfc2 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature
parent0d4e04c575ec81741599b1679ec2968dd2a37b93 (diff)
downloadjgit-ae21714768f9db28500e6b9136195ec360f5116f.tar.gz
jgit-ae21714768f9db28500e6b9136195ec360f5116f.tar.xz
jgit-ae21714768f9db28500e6b9136195ec360f5116f.zip
Change-Id: I85dab173a94b3036ccf669c20b9dffb4af0922b4 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.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml2
2 files changed, 2 insertions, 2 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 2ec405f495..7714fb85d3 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.2.qualifier"
+ version="4.11.2.201809100523-r"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
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 32b93e305a..f98ea0dee9 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.2-SNAPSHOT</version>
+ <version>4.11.2.201809100523-r</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>

Back to the top