diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 19:42:07 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 19:42:07 +0200 |
commit | 608a6432d08a31657aea48eae06d45a1e5dd4db3 (patch) | |
tree | ae63c63b28e05241446a2ee75d1505c42172df15 /org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature | |
parent | 45689b4a2c39b820143140aa7185f23f445067ea (diff) | |
download | jgit-608a6432d08a31657aea48eae06d45a1e5dd4db3.tar.gz jgit-608a6432d08a31657aea48eae06d45a1e5dd4db3.zip |
JGit v7.0.0.202409031743-rv7.0.0.202409031743-r
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I86507936091e6f7af7588835722672ff2668a205
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 | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.lfs.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 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 8eacae1fe7..6439f1f7b1 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="7.0.0.qualifier" + version="7.0.0.202409031743-r" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> 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 287a723b9c..1e8bc0c97f 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>7.0.0-SNAPSHOT</version> + <version>7.0.0.202409031743-r</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |