diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2017-06-08 13:33:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2017-06-08 13:33:44 +0200 |
commit | 8afd9b164846e15a52cb85cd9093d9c94a4fc864 (patch) | |
tree | dc588293a1bccc62d24819393f78b1aef98aefc2 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 1d1429697595040c3321e7c5406329b7e8fff48c (diff) | |
download | jgit-8afd9b164846e15a52cb85cd9093d9c94a4fc864.tar.gz jgit-8afd9b164846e15a52cb85cd9093d9c94a4fc864.zip |
Prepare 4.7.2-SNAPSHOT builds
Change-Id: I7c127bd402cd84c68d8f33a32c6aad093a2264c8
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 0f300b0ee7..c244338b0e 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.7.1.201706071930-r" + version="4.7.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 5242f9960f..b90c14de3b 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.7.1.201706071930-r</version> + <version>4.7.2-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |