diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-25 01:21:58 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-03-25 01:21:58 +0100 |
commit | 11a12ceb0be1bf13e2e6d5de2368688a58f9400c (patch) | |
tree | 178e673326470357bf40293cc702405cb81d2312 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | a9a84b7235ecfc584cb3b30a4e2df34cf0fb0d27 (diff) | |
download | jgit-11a12ceb0be1bf13e2e6d5de2368688a58f9400c.tar.gz jgit-11a12ceb0be1bf13e2e6d5de2368688a58f9400c.zip |
Prepare 4.5.2-SNAPSHOT builds
Change-Id: I8485de1f3f63dc9ec445b8fb08093ca144aedc59
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.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
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 9e88cce9be..4a475def69 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.5.1.201703201650-r" + version="4.5.2.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 307a6f0a56..2d00759edb 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.5.1.201703201650-r</version> + <version>4.5.2-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |