Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:02:53 +0000
committerMatthias Sohn2010-09-15 23:02:53 +0000
commit2920fcdde831c45cfb53ce8f030c1fff9128ba62 (patch)
tree5797092986a83fb68270a52bf7c8e12318731931 /org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite
parentcc5b3f3473a11ea82d20310901ae82f348c878cd (diff)
downloadjgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.tar.gz
jgit-2920fcdde831c45cfb53ce8f030c1fff9128ba62.tar.xz
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.updatesite')
-rw-r--r--org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
index 3d82242283..22fedee8cf 100644
--- a/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/pom.xml
+++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/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.updatesite</artifactId>
@@ -58,18 +58,18 @@
<name>Eclipse JGit Plugin Update Site (Incubation)</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.3</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jgit</groupId>
<artifactId>org.eclipse.jgit</artifactId>
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.3</version>
</dependency>
<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>

Back to the top