diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 21:41:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2024-09-03 21:41:34 +0200 |
commit | df497514c7ca6991c0326ff334cb8998acdf2059 (patch) | |
tree | f02e9ed4960f36f3cf50ddff9836bf6ca4e360f3 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | 608a6432d08a31657aea48eae06d45a1e5dd4db3 (diff) | |
download | jgit-df497514c7ca6991c0326ff334cb8998acdf2059.tar.gz jgit-df497514c7ca6991c0326ff334cb8998acdf2059.zip |
Prepare 7.0.1-SNAPSHOT builds
Change-Id: I5a6a9e398d8b81bf7bd0afbd6c82116d4472a349
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml index f73b067cb9..399bab2426 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.gpg.bc" label="%featureName" - version="7.0.0.202409031743-r" + version="7.0.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="7.0.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="7.0.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml index 21a17ed037..81aa76a891 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>7.0.0.202409031743-r</version> + <version>7.0.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |