diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 16:51:47 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-09-11 16:54:32 +0200 |
commit | 3af38b4fee78bd484bca8c8d795f7b199a6f1618 (patch) | |
tree | 6230eeda6bbeaa32eeff94ad4ff33e44a3389b43 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | da3041ae73b849c318f48e2577144709b1a29a79 (diff) | |
download | jgit-3af38b4fee78bd484bca8c8d795f7b199a6f1618.tar.gz jgit-3af38b4fee78bd484bca8c8d795f7b199a6f1618.zip |
Prepare post 3.0.2 builds
Change-Id: Ie1bd951a2cb35d069c94dab4a62507115913764f
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml | 4 | ||||
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml index b7edbec298..66f8f753a3 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/feature.xml @@ -2,7 +2,7 @@ <feature id="org.eclipse.jgit.pgm" label="%featureName" - version="3.0.2.201311090911-r" + version="3.0.3.qualifier" provider-name="%providerName"> <description url="http://www.eclipse.org/jgit/"> @@ -23,7 +23,7 @@ </url> <requires> - <import feature="org.eclipse.jgit" version="3.0.2" match="equivalent"/> + <import feature="org.eclipse.jgit" version="3.0.3" match="equivalent"/> </requires> <plugin diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml index 8dffafc5a3..bc44e8b865 100644 --- a/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature/pom.xml @@ -50,7 +50,7 @@ <parent> <groupId>org.eclipse.jgit</groupId> <artifactId>jgit.tycho.parent</artifactId> - <version>3.0.2.201311090911-r</version> + <version>3.0.3-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |