diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 09:38:38 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-09-15 09:46:11 +0200 |
commit | 445a3a281d3fa9f8a264b32a463e84cfe5918a33 (patch) | |
tree | 31ece85a748d7f95c236f96c36d4ee288f5830f6 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 2dc031ad9b82cadf5b3b47db9107a3fce28a7540 (diff) | |
download | jgit-445a3a281d3fa9f8a264b32a463e84cfe5918a33.tar.gz jgit-445a3a281d3fa9f8a264b32a463e84cfe5918a33.zip |
JGit 0.9.1v0.9.1
Change-Id: Ic411b1b8a7e6039ae3ff567e2c9cdd5db84f4d41
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 6a662bdc99..b01c4a3a84 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.9.0.qualifier" + version="0.9.1" 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 8144db8391..10ac3ec64a 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.9.0-SNAPSHOT</version> + <version>0.9.1</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.9.0-SNAPSHOT</version> + <version>0.9.1</version> </dependency> </dependencies> |