diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-30 15:41:41 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2022-11-30 15:41:41 +0100 |
commit | 339b38340f7d0ad9e0468e2d174c5f728f724edc (patch) | |
tree | c6495e8dc1ab25d5f04c710f0c2a1d7af8590173 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | acd079b3720b38a370c6fe2bf395da22588ed15e (diff) | |
download | jgit-339b38340f7d0ad9e0468e2d174c5f728f724edc.tar.gz jgit-339b38340f7d0ad9e0468e2d174c5f728f724edc.zip |
Prepare 6.4.1-SNAPSHOT builds
Change-Id: I860bfde113c05015c41304c4a77c44c224bd0923
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 97c41d5db7..4ef4c5daa9 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.4.0.202211300538-r" + version="6.4.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.4.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="6.4.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 dec611b6f7..9a4d7fd4ce 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.4.0.202211300538-r</version> + <version>6.4.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |