diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-22 22:52:43 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-22 22:52:43 +0200 |
commit | 0988276746d4d173493b481639cb2545261240b1 (patch) | |
tree | 61483d9d00614acf3276492d52fc358157764aa9 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 72998dd5eeb60d70bfc099755236ab9583011288 (diff) | |
download | jgit-0988276746d4d173493b481639cb2545261240b1.tar.gz jgit-0988276746d4d173493b481639cb2545261240b1.zip |
Prepare 5.4.0-SNAPSHOT builds
Change-Id: I9df6fccee253d4087f9afab4cb46e0a40b8a5699
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.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
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 f6c9cfc50d..92f0a2475c 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="5.4.0.201905221418-m3" + version="5.4.0.qualifier" 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 a1834e7644..fc1c9517f0 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>5.4.0.201905221418-m3</version> + <version>5.4.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |