diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-13 18:52:44 -0400 |
---|---|---|
committer | Gerrit Code Review @ Eclipse.org <gerrit@eclipse.org> | 2021-06-13 18:52:44 -0400 |
commit | b8e57d2745957e48301fec8cbeafa0bbc57d481b (patch) | |
tree | 6cc6486921903c89c1454e790d0c5aff8c667df0 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 527119120f4758e5ae14fa64b98ff62eadf969cc (diff) | |
parent | a397727e4a7d7c8cdfe0564178e34e7181a1e6d7 (diff) | |
download | jgit-b8e57d2745957e48301fec8cbeafa0bbc57d481b.tar.gz jgit-b8e57d2745957e48301fec8cbeafa0bbc57d481b.zip |
Merge "Prepare 5.12.1-SNAPSHOT builds" into stable-5.12
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml index 9ff5895cda..8147102d34 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.jsch" label="%featureName" - version="5.12.0.202106070339-r" + version="5.12.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.12.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.12.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml index a1e6f486c3..dcf998fa26 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.12.0.202106070339-r</version> + <version>5.12.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |