diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-15 09:16:58 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-05-15 09:16:58 +0200 |
commit | d31716f883a25789c85a1043451a13efc7090d97 (patch) | |
tree | 260f3e145fb5f1d7e26f482db5e09d720fadf238 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | b172015b231e5493e2a33dedabdbd20b5dbbd1a7 (diff) | |
download | jgit-d31716f883a25789c85a1043451a13efc7090d97.tar.gz jgit-d31716f883a25789c85a1043451a13efc7090d97.zip |
Prepare 5.4.0-SNAPSHOT builds
Change-Id: Ieb4b049972509631f06b5268a90f432a1b9ee207
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml index f70c9d4575..62be3c8f1a 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.lfs" label="%featureName" - version="5.4.0.201905081430-m2" + 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.lfs.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml index 80f73b092a..29f010b7f7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.4.0.201905081430-m2</version> + <version>5.4.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |