diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-16 01:02:53 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-16 01:02:53 +0200 |
commit | 2920fcdde831c45cfb53ce8f030c1fff9128ba62 (patch) | |
tree | 5797092986a83fb68270a52bf7c8e12318731931 /org.eclipse.jgit.packaging/org.eclipse.jgit.junit.feature | |
parent | cc5b3f3473a11ea82d20310901ae82f348c878cd (diff) | |
download | jgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.tar.gz jgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.zip |
JGit 0.9.3v0.9.3
Change-Id: I114106f3286c36f7d5e136748a7e5130f4da163f
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 92caf8381f..620d799044 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.2.qualifier" + version="0.9.3" 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 b778aaafdc..3c5c2beb79 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.2-SNAPSHOT</version> + <version>0.9.3</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.2-SNAPSHOT</version> + <version>0.9.3</version> </dependency> </dependencies> |