diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-23 16:56:09 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-23 16:56:09 +0100 |
commit | a3a726be6af64efbc0df12f149b81ffb1b7c1bdb (patch) | |
tree | 77122b76cb0f1be594271ff608942c2b8c998c19 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | ae39a004fed5d70fa44d042327a38050ed34fbe4 (diff) | |
download | jgit-a3a726be6af64efbc0df12f149b81ffb1b7c1bdb.tar.gz jgit-a3a726be6af64efbc0df12f149b81ffb1b7c1bdb.zip |
JGit v6.4.0.202211231055-rc1v6.4.0.202211231055-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: Ia34696d07568b298544ee2cdc6f4b6746774bb82
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..86519165a9 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.202211231055-rc1" 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..e840560019 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.202211231055-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |