diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 16:22:35 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-03-05 16:22:35 +0100 |
commit | 08257feab400cd03ba305d760e5cba146cf7fed8 (patch) | |
tree | 7b0c8f4e41de7d5d120a0a73a9dafa11836b8a04 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 21f7fdff79ce2863aba40bc2b676059884a3a8e9 (diff) | |
parent | e61c20b1ebd82bfc5cf6aa63c8a77aad354a992d (diff) | |
download | jgit-08257feab400cd03ba305d760e5cba146cf7fed8.tar.gz jgit-08257feab400cd03ba305d760e5cba146cf7fed8.zip |
Merge branch 'stable-6.9'
* stable-6.9:
Prepare 6.9.1-SNAPSHOT builds
JGit v6.9.0.202403050737-r
JGit v6.9.0.202403050045-r
Prepare 6.9.0-SNAPSHOT builds
JGit v6.9.0.202402281855-rc1
Prepare 6.9.0-SNAPSHOT builds
JGit v6.9.0.202402211805-m3
Change-Id: I08175c3bced7f94507a4def8fbf58c7d570e353c
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml index 73b05a0260..09d897517f 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.lfs" label="%featureName" - version="6.9.0.qualifier" + version="6.9.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="6.9.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="6.9.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml index 31f6a529f4..4273207dcd 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.9.0-SNAPSHOT</version> + <version>6.9.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |