diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-13 23:58:34 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2021-06-13 23:59:14 +0200 |
commit | a397727e4a7d7c8cdfe0564178e34e7181a1e6d7 (patch) | |
tree | 13134eb8be6d398d4ff3b215a9b239f69bd0b05e /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 1f062c64be839a66e9ddd7faa0040312ef8ea774 (diff) | |
download | jgit-a397727e4a7d7c8cdfe0564178e34e7181a1e6d7.tar.gz jgit-a397727e4a7d7c8cdfe0564178e34e7181a1e6d7.zip |
Prepare 5.12.1-SNAPSHOT builds
Change-Id: Idf266c34aa9a04cf9c5e0e09bcb415c13d773d4c
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 17ea4113d4..a3730b7fd2 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.12.0.202106070339-r" + version="5.12.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.12.0" match="equivalent"/> + <import plugin="org.eclipse.jgit" version="5.12.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 272c3cf81c..5717376fd7 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.12.0.202106070339-r</version> + <version>5.12.1-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |