diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-14 15:34:28 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2010-06-14 15:42:09 +0200 |
commit | 6970edf35af6fdf4420e3d900ec34cf3f4da2fec (patch) | |
tree | 8652877500424e4cc9a2bb4a6de53cceb2053c89 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature | |
parent | 5255d66143777f5e690dcc3215457550a4c0df90 (diff) | |
download | jgit-6970edf35af6fdf4420e3d900ec34cf3f4da2fec.tar.gz jgit-6970edf35af6fdf4420e3d900ec34cf3f4da2fec.zip |
JGit 0.8.4v0.8.4
Created wrong tags for 0.8.3 hence creating another version.
Change-Id: I4e00bbcffe1cf872e2d7e3f3d88d068701fb5330
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 4280b49adf..bc32f051b8 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.8.3" + version="0.8.4" 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 052ddb68c3..fcce00ca88 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.8.3</version> + <version>0.8.4</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.8.3</version> + <version>0.8.4</version> </dependency> </dependencies> |