diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-06 22:26:03 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-03-06 22:26:03 +0100 |
commit | 0295ee1164bcd3b1741bd2a5142d2e40a49ca77a (patch) | |
tree | ef8844bae8f84d8dde27956cd59e14e2bf96f931 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | aca889f8ccbe1962836891c0ec2e9af46e9097d9 (diff) | |
download | jgit-0295ee1164bcd3b1741bd2a5142d2e40a49ca77a.tar.gz jgit-0295ee1164bcd3b1741bd2a5142d2e40a49ca77a.zip |
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I9b934bcfad3d2091f4da163170348b0c8ef5e732
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 52c960f4fe..101f33144f 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.3.0.201903061415-rc1" + version="5.3.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 cb6d9637c1..ca25643f69 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.3.0.201903061415-rc1</version> + <version>5.3.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |