diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-29 13:51:08 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-08-29 13:51:08 +0200 |
commit | a6d641a03b63d0918887d6141eb7d8fa2b0a7716 (patch) | |
tree | 2e0e3c1b20b20a1c42c02eace249c761ed9690b6 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | a7ad89e9744e3c55846fc1a2d0a4bad03cfd8d71 (diff) | |
download | jgit-a6d641a03b63d0918887d6141eb7d8fa2b0a7716.tar.gz jgit-a6d641a03b63d0918887d6141eb7d8fa2b0a7716.zip |
Prepare 5.1.0-SNAPSHOT builds
Change-Id: If57fcce14f5ba3ef2a2602515e2f89b8f22a742b
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 0c6b5d0f02..1e286935ab 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.0.201808281540-m3" + version="5.1.0.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 ff050395c5..bcb943f216 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.0.201808281540-m3</version> + <version>5.1.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |