diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-05 23:09:29 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-04-05 23:10:06 +0200 |
commit | 46bef2bcb622e2a1282caee950dae9f3001c0bf8 (patch) | |
tree | dc7cd3af3212f07f80002ed873441150d2ab129e /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 403f04d8dd744a6cc1c2a61540c34483b94c06b5 (diff) | |
download | jgit-46bef2bcb622e2a1282caee950dae9f3001c0bf8.tar.gz jgit-46bef2bcb622e2a1282caee950dae9f3001c0bf8.zip |
Prepare 4.3-SNAPSHOT builds
Change-Id: Ib831f8870938113bd5338763f90a07d5c108b1de
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml | 2 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml index 5caa73390e..ba40ef8faa 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit" label="%featureName" - version="4.3.0.201603230630-rc1" + version="4.3.0.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml index b743d5a720..9ce89e8fdd 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>4.3.0.201603230630-rc1</version> + <version>4.3.0-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |