diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 15:55:07 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 15:55:07 +0100 |
commit | e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d (patch) | |
tree | 7b0c8f4e41de7d5d120a0a73a9dafa11836b8a04 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | d764bc34fc15079379a71bb638e7c1b5836e061e (diff) | |
download | jgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.tar.gz jgit-e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d.zip |
Prepare 6.9.1-SNAPSHOT builds
Change-Id: I10f901209be2faa34ebb9355c86c2106bac38ba5
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 e35dbdc0a5..58e0de9d86 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.9.0.202403050737-r" + version="6.9.1.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.9.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="6.9.1" 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 3e66e03954..46f365066a 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.9.0.202403050737-r</version> + <version>6.9.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |