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-updatesite
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-updatesite')
-rw-r--r--org.eclipse.egit-updatesite/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.egit-updatesite/pom.xml b/org.eclipse.egit-updatesite/pom.xml
index e2c0deffe6..b36437097f 100644
--- a/org.eclipse.egit-updatesite/pom.xml
+++ b/org.eclipse.egit-updatesite/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-updatesite</artifactId>
@@ -24,7 +24,7 @@
<name>Eclipse Git Plugin Update Site (Incubation)</name>
<!-- see http://issues.sonatype.org/browse/TYCHO-313 -->
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.3</version>
<build>
<plugins>

Back to the top