diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:57:25 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-08-30 16:57:25 +0200 |
commit | c54acc5822997090c9b50df5d4582b1d401d52a6 (patch) | |
tree | 1feddddba350b2c140731294b2f366433e5f48b6 /org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature | |
parent | 2e2e58d59f1546a791983e2b28adb99c71a93a34 (diff) | |
download | jgit-c54acc5822997090c9b50df5d4582b1d401d52a6.tar.gz jgit-c54acc5822997090c9b50df5d4582b1d401d52a6.zip |
JGit v6.7.0.202308301100-rc1v6.7.0.202308301100-rc1
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Change-Id: I712a9f6830364ed404d03f3a145c055906273544
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml index 126b2ee155..22550e1b76 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.http.apache" label="%featureName" - version="6.7.0.qualifier" + version="6.7.0.202308301100-rc1" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml index 8c84922471..b4347f7b66 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.http.apache.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>6.7.0-SNAPSHOT</version> + <version>6.7.0.202308301100-rc1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |