diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-22 02:15:21 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-06-22 02:15:21 +0200 |
commit | dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385 (patch) | |
tree | 4e897100fb6a506b8f0bc0c8037b628419bc1f3c /org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature | |
parent | 5aa8a7e276326c6fb1f9c4905563aadba10d7dec (diff) | |
download | jgit-dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385.tar.gz jgit-dd92c1aa98c25bb1a2c2cbb0a056e6e34c64b385.zip |
Prepare 5.13.3-SNAPSHOT builds
Change-Id: I02b9388c8bc1c266bb29b4502504d137dd42142f
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml index c841f9fbcb..6bcb20c03e 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.ssh.apache" label="%featureName" - version="5.13.2.202306221912-r" + version="5.13.3.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="5.13.2" match="equivalent"/> + <import feature="org.eclipse.jgit" version="5.13.3" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml index 928f4bc7b6..5f1c76aa1b 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.ssh.apache.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.13.2.202306221912-r</version> + <version>5.13.3-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |