diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:06:00 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-10 16:34:28 +0100 |
commit | 232876421d067a1242e8afcaa33b9171342fee3e (patch) | |
tree | 404bc5ce8fd4160128a2fc92f77809a636213df6 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature | |
parent | 9cf3a3e9b5cb17944d8f95c0a418f266a4408a6b (diff) | |
download | jgit-232876421d067a1242e8afcaa33b9171342fee3e.tar.gz jgit-232876421d067a1242e8afcaa33b9171342fee3e.zip |
Prepare 5.12.0-SNAPSHOT builds
Change-Id: I736de7c3deb11da75777d459f47332df0b486443
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml index 45ef4aac37..2386f7b0c7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.apache" label="%featureName" - version="5.11.1.qualifier" + version="5.12.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="5.11.1" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.12.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml index 0626dfad37..ea12537ca4 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.11.1-SNAPSHOT</version> + <version>5.12.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |