diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-16 11:43:19 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-16 11:43:19 +0100 |
commit | 21fb7381882f57a8302842a0d004db88ec478346 (patch) | |
tree | 78e742b3cb7cc88f222d1209daa14c796745acd1 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 8df3cb44bf0298dd3b35d05706f4bcb20238d862 (diff) | |
download | jgit-21fb7381882f57a8302842a0d004db88ec478346.tar.gz jgit-21fb7381882f57a8302842a0d004db88ec478346.zip |
JGit v6.4.0.202211160543-m3v6.4.0.202211160543-m3
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I8c2a0ede168224e6572bb2b41cd106c3492ac4fc
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 | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 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 7b5f2d96bc..0c26168298 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="6.4.0.qualifier" + version="6.4.0.202211160543-m3" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> 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 41277c6c78..2626b815c2 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>6.4.0-SNAPSHOT</version> + <version>6.4.0.202211160543-m3</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |