diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-07-14 20:53:51 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-07-14 20:53:51 +0200 |
commit | b5ba23755906b1caa48031db7ec8dfcd68971fdb (patch) | |
tree | 39c5d89f24f430c28ba90a9ca4e31f76d2f92274 /org.eclipse.jgit.packaging/org.eclipse.jgit.gpg.bc.feature | |
parent | 246954e0d66a1e38282d0786f10df8da54911628 (diff) | |
download | jgit-b5ba23755906b1caa48031db7ec8dfcd68971fdb.tar.gz jgit-b5ba23755906b1caa48031db7ec8dfcd68971fdb.zip |
Prepare 5.8.2-SNAPSHOT builds
Change-Id: I33327417cd5f5b55e860c5d9c6ee06cac7d10b44
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
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 9b101a4008..dc0e3ddff3 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="5.8.1.202007141445-r" + version="5.8.2.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import plugin="org.eclipse.jgit" version="5.8.1" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.8.2" 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 d8225c9b56..55c9266416 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>5.8.1.202007141445-r</version> + <version>5.8.2-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |