Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 23:08:02 +0000
committerMatthias Sohn2010-09-15 23:08:02 +0000
commit758176bd619a45069696d61d861515580555b27b (patch)
tree403bffcb220904faf07e00b94675e2e8adaefbc5 /org.eclipse.egit.ui.test/pom.xml
parent7c69fb3d5d98643a2fb012e5cbf2ab7e9f4200aa (diff)
downloadegit-758176bd619a45069696d61d861515580555b27b.tar.gz
egit-758176bd619a45069696d61d861515580555b27b.tar.xz
egit-758176bd619a45069696d61d861515580555b27b.zip
EGit 0.9.3v0.9.3
Change-Id: I08460e3688d074278cad826b7193b622b8581392 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.ui.test/pom.xml')
-rw-r--r--org.eclipse.egit.ui.test/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.egit.ui.test/pom.xml b/org.eclipse.egit.ui.test/pom.xml
index 4607d9a145..f892e4ca06 100644
--- a/org.eclipse.egit.ui.test/pom.xml
+++ b/org.eclipse.egit.ui.test/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.3</version>
</parent>
<artifactId>org.eclipse.egit.ui.test</artifactId>
@@ -74,7 +74,7 @@
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.egit.feature.group</artifactId>
- <version>[0.9.2,0.10.0)</version>
+ <version>[0.9.3,0.10.0)</version>
</dependency>
<dependency>
<type>p2-installable-unit</type>
@@ -84,7 +84,7 @@
<dependency>
<type>p2-installable-unit</type>
<artifactId>org.eclipse.jgit.feature.group</artifactId>
- <version>[0.9.2,0.10.0)</version>
+ <version>[0.9.3,0.10.0)</version>
</dependency>
</dependencies>
</configuration>

Back to the top