diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-19 15:46:50 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-11-19 15:46:50 +0100 |
commit | e68b24f43c36dd68c116620c8e792e0e41690d1f (patch) | |
tree | 19739bbedac636eaad7bc4ee8083fc64dbd0c74f /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | 46215a388d6243c890d2372aafffab9eec979c8d (diff) | |
download | jgit-e68b24f43c36dd68c116620c8e792e0e41690d1f.tar.gz jgit-e68b24f43c36dd68c116620c8e792e0e41690d1f.zip |
Prepare 7.1.0-SNAPSHOT builds
Change-Id: I69f57f933899b9926ab5124b24b90ae75f7a8d09
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 80bb89d10f..88a8fd5635 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="7.1.0.202411191359-rc1" + version="7.1.0.qualifier" 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 fb80d89874..195e286499 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>7.1.0.202411191359-rc1</version> + <version>7.1.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |