diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-12 10:55:36 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-09-14 13:56:40 +0200 |
commit | 85182df26779dd6373d188b6adc936454b4c9189 (patch) | |
tree | 932c67c19a04b8109a695240eca60a0977edd1a5 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | ac3bf7896eadc958fbeaae8aaff3ed3516734fe6 (diff) | |
download | jgit-85182df26779dd6373d188b6adc936454b4c9189.tar.gz jgit-85182df26779dd6373d188b6adc936454b4c9189.zip |
Prepare 6.4.0-SNAPSHOT builds
Change-Id: I47ca5f1d0263caa0bfc7c303042360c6c5ac4dec
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index 9e2aec37ed..72970deac7 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.junit" label="%featureName" - version="6.3.1.qualifier" + version="6.4.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -24,7 +24,7 @@ <requires> <import plugin="com.jcraft.jsch"/> - <import plugin="org.eclipse.jgit" version="6.3.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.4.0" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index ecfcf55592..630f9591d9 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.3.1-SNAPSHOT</version> + <version>6.4.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |