diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-02 00:30:01 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-02 00:30:01 +0200 |
commit | 1d26471c167c6d4d9cb954f066046a9392b97442 (patch) | |
tree | a3687ea873c3dcf72ecd76e77007886ef31f9e1f /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 24b6a35d30e76317c043f27c6159e57c39b303d8 (diff) | |
download | jgit-1d26471c167c6d4d9cb954f066046a9392b97442.tar.gz jgit-1d26471c167c6d4d9cb954f066046a9392b97442.zip |
JGit v6.7.0.202308011830-m2v6.7.0.202308011830-m2
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I255a979e9f48f60a251ef7b74ced3f720f012706
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 c18b4f3061..df2925caa4 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.7.0.qualifier" + version="6.7.0.202308011830-m2" 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 eca10cd830..e99845bc79 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.7.0-SNAPSHOT</version> + <version>6.7.0.202308011830-m2</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |