diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 11:31:05 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 11:31:05 +0200 |
commit | 7ae5e82d66af01b158f218147a7a025cc2a48ac9 (patch) | |
tree | f6f625d169ca64202cd64964ab8f07546135286a /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | 445a3a281d3fa9f8a264b32a463e84cfe5918a33 (diff) | |
download | jgit-7ae5e82d66af01b158f218147a7a025cc2a48ac9.tar.gz jgit-7ae5e82d66af01b158f218147a7a025cc2a48ac9.zip |
Qualify post-0.9.1 builds
Change-Id: I07a3391de03379f32ecfd055d45750e3860b2be4
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 | 4 |
2 files changed, 3 insertions, 3 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 24cc011910..92caf8381f 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="0.9.1" + version="0.9.2.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 29491ccaab..b778aaafdc 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>0.9.1</version> + <version>0.9.2-SNAPSHOT</version> </parent> <artifactId>org.eclipse.jgit.junit.feature</artifactId> @@ -62,7 +62,7 @@ <dependency> <groupId>org.eclipse.jgit</groupId> <artifactId>org.eclipse.jgit.junit</artifactId> - <version>0.9.1</version> + <version>0.9.2-SNAPSHOT</version> </dependency> </dependencies> |