diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-12-17 15:23:14 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-12-17 15:23:14 +0100 |
commit | 51d1af9489924ff03fa10ec963110c608c2882a3 (patch) | |
tree | 76e90d5f82f86e4449db4d528765d38599ff8717 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 1fdc17bfe4a1deb61756abeb8470bd813827d44a (diff) | |
download | jgit-51d1af9489924ff03fa10ec963110c608c2882a3.tar.gz jgit-51d1af9489924ff03fa10ec963110c608c2882a3.zip |
Qualify post 0.10.1 buildsstable-0.10
Change-Id: I320f1f739f3689daf11d532a55ae1133785aec8e
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 | 4 |
2 files changed, 3 insertions, 3 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 5ba56943a0..6224a70ea6 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="0.10.1" + version="0.10.2.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 6b908bc8fc..ab5cc78eb6 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>0.10.1</version> + <version>0.10.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.feature</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit</artifactId> - <version>0.10.1</version> + <version>0.10.2-SNAPSHOT</version> </dependency> </dependencies> |