diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 17:46:26 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 17:46:26 +0200 |
commit | c5d8936c802ccc9071b0706f2fa0c05a8951284a (patch) | |
tree | e271bafe57718add342e23d552bdf0d710e7a807 /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.jsch.feature | |
parent | c54acc5822997090c9b50df5d4582b1d401d52a6 (diff) | |
download | jgit-c5d8936c802ccc9071b0706f2fa0c05a8951284a.tar.gz jgit-c5d8936c802ccc9071b0706f2fa0c05a8951284a.zip |
Prepare 6.7.0-SNAPSHOT builds
Change-Id: I49751232464e70b7d1dc3292a9f36b7a7015e44f
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 0c0882c1c9..c18b4f3061 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.202308301100-rc1" + version="6.7.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 12ca3f6850..eca10cd830 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.202308301100-rc1</version> + <version>6.7.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |