diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-08-19 01:12:10 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-08-19 01:39:41 +0200 |
commit | fdd1ac930e702760456b1cca69c415b404be1ca3 (patch) | |
tree | 99bd4b8cc6f21efea30434e18ad332847f9d5664 /org.eclipse.jgit.packaging/org.eclipse.jgit.pgm.feature | |
parent | 01f6d914764b9392934eb63cfbb2421347269e09 (diff) | |
download | jgit-fdd1ac930e702760456b1cca69c415b404be1ca3.tar.gz jgit-fdd1ac930e702760456b1cca69c415b404be1ca3.zip |
Prepare 3.0.2-SNAPSHOT builds
Change-Id: I3287609a90f068017cc62f4fd7738651e0663081
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 f1d9830543..ad3dcad4a0 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.0.qualifier" + version="3.0.2.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.0" match="equivalent"/> + <import feature="org.eclipse.jgit" version="3.0.2" 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 1c16bf0544..cc5d3dcc64 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.0-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> </parent> <groupId>org.eclipse.jgit.feature</groupId> |