summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.packaging/org.eclipse.jgit.feature
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2024-03-05 00:39:41 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2024-03-05 00:39:41 +0100
commitd69a6c5dee4b22c97ccb2a26376e81cfca6682a6 (patch)
tree7f71a4c379bf71f9f7f520d2cee86c7d6451f4ef /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parent407ccef1cfc50b17731b81a5783365ffe6e266c6 (diff)
downloadjgit-d69a6c5dee4b22c97ccb2a26376e81cfca6682a6.tar.gz
jgit-d69a6c5dee4b22c97ccb2a26376e81cfca6682a6.zip
Prepare 6.9.0-SNAPSHOT builds
Change-Id: Ifadeead735c8772e58dd4e5c7381b44c5221a295
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
index 5abb19a1d7..d77944ad25 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml
@@ -2,7 +2,7 @@
<feature
id="org.eclipse.jgit"
label="%featureName"
- version="6.9.0.202402281855-rc1"
+ version="6.9.0.qualifier"
provider-name="%providerName">
<description url="http://www.eclipse.org/jgit/">
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
index e7dc713b1f..35c5148c8c 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.jgit</groupId>
<artifactId>jgit.tycho.parent</artifactId>
- <version>6.9.0.202402281855-rc1</version>
+ <version>6.9.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.jgit.feature</groupId>