diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 23:37:43 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2020-03-09 23:37:43 +0100 |
commit | d408e41e4ebb5b53bb5833c79bbffeaab119e2d2 (patch) | |
tree | 7548a5e90e6f8464414c858d5ac5b5b7998db867 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | f5793bea53f43fd189a950d1585fe9063b7698ed (diff) | |
download | jgit-d408e41e4ebb5b53bb5833c79bbffeaab119e2d2.tar.gz jgit-d408e41e4ebb5b53bb5833c79bbffeaab119e2d2.zip |
Prepare 5.7.1-SNAPSHOT builds
Change-Id: I23748c20b69a1cfb47c5cd0d7858182d376b3ce1
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 be93b016f8..cc95ee83ec 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.7.0.202003090808-r" + version="5.7.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.7.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.7.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 fc264efabe..beeff169d5 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.7.0.202003090808-r</version> + <version>5.7.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |