diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:23:42 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 04:23:42 +0100 |
commit | 23affa6c7705c6f42acd903a05c6ce28b7270546 (patch) | |
tree | 070157cff450d31ef0c08665f2433bbb3ed2e10d /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature | |
parent | 05159ed6561e63dcbf49b9981436feb25dc03def (diff) | |
download | jgit-23affa6c7705c6f42acd903a05c6ce28b7270546.tar.gz jgit-23affa6c7705c6f42acd903a05c6ce28b7270546.zip |
Prepare 5.3.0-SNAPSHOT builds
Change-Id: I9f0bf3ff2b26f4a8300c98206beb19c2b9d4946a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml index c4887666cc..2bafe1c4aa 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.apache.source" label="%featureName" - version="5.3.0.201901162155-m1" + 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.ssh.apache.source.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/pom.xml index 921e825c86..9aae419412 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.source.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.3.0.201901162155-m1</version> + <version>5.3.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |