diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-09 23:42:31 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-03-09 23:42:31 +0100 |
commit | 1f368f886703223b7d97eaa8c664377c041042cc (patch) | |
tree | 819fac619a3b6f2c93d65d833f5ea834b577a340 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 30b6887d4421308c973f3c18c091a3360f9eecce (diff) | |
download | jgit-1f368f886703223b7d97eaa8c664377c041042cc.tar.gz jgit-1f368f886703223b7d97eaa8c664377c041042cc.zip |
Prepare 5.11.1-SNAPSHOT builds
Change-Id: I94628ccbb5099a65aa4345cfd28a141ff5555b68
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml index f0cbf53f38..a245a4a797 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.junit" label="%featureName" - version="5.11.0.202103091610-r" + version="5.11.1.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -24,7 +24,7 @@ <requires> <import plugin="com.jcraft.jsch"/> - <import plugin="org.eclipse.jgit" version="5.11.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.11.1" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml index 9eb133a040..7520348fff 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.11.0.202103091610-r</version> + <version>5.11.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |