Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-06-13 23:34:34 +0000
committerMatthias Sohn2010-06-13 23:34:34 +0000
commit5255d66143777f5e690dcc3215457550a4c0df90 (patch)
treead0ec95c66544860de43f034992020a70a31e587 /org.eclipse.jgit.packaging/org.eclipse.jgit.feature
parent4269a90aaceb0bacb2a2b41981e764dba44d2c52 (diff)
downloadjgit-5255d66143777f5e690dcc3215457550a4c0df90.tar.gz
jgit-5255d66143777f5e690dcc3215457550a4c0df90.tar.xz
jgit-5255d66143777f5e690dcc3215457550a4c0df90.zip
JGit 0.8.3
Change-Id: I845da83c74475d74ec25d68f53c0a4738a898550 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.xml2
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.feature/pom.xml4
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 2e5a66dbdd..4280b49adf 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.2.qualifier"
+ version="0.8.3"
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 63cf915ff5..052ddb68c3 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.2-SNAPSHOT</version>
+ <version>0.8.3</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.2-SNAPSHOT</version>
+ <version>0.8.3</version>
</dependency>
</dependencies>

Back to the top