diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-16 22:55:12 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-01-17 02:39:39 +0100 |
commit | 8fc2aef89e927f628f5c367b39a13afbcb2e5e47 (patch) | |
tree | 71e0f64c961db11f5b8e8e19b6799e46c3acb782 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 137e91a4654b4f516d1f82885c669e14473dbfd6 (diff) | |
download | jgit-8fc2aef89e927f628f5c367b39a13afbcb2e5e47.tar.gz jgit-8fc2aef89e927f628f5c367b39a13afbcb2e5e47.zip |
JGit v5.3.0.201901161700-m1v5.3.0.201901161700-m1
Change-Id: I935cae5ae09ee5598ebdf6d9209048afec0d42dc
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 | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 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 c07fe1d391..6f462a2f11 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.3.0.qualifier" + version="5.3.0.201901161700-m1" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> 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 4ea0a01cb1..6fae4d6423 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 @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>5.3.0-SNAPSHOT</version> + <version>5.3.0.201901161700-m1</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |