diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-23 01:54:32 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-05-23 01:54:32 +0200 |
commit | 9ad70313818aad4a64a7d5d30c2c428948fb28de (patch) | |
tree | e6471371ac8516303f31967bf31d0835dea48315 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 812abefd58ed588b8aa8eadfb59993c084251e09 (diff) | |
download | jgit-9ad70313818aad4a64a7d5d30c2c428948fb28de.tar.gz jgit-9ad70313818aad4a64a7d5d30c2c428948fb28de.zip |
Prepare 5.0.0-SNAPSHOT builds
Change-Id: Ie343ccf37f46168041046500a2e19acc80814cfe
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 cb5000fc47..7ad4b1a6c1 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.0.0.201805221745-rc1" + version="5.0.0.qualifier" 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 747230706b..8b0b3eee03 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.0.0.201805221745-rc1</version> + <version>5.0.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |