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 /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 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2591431ee4..f2801b521b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>0.9.2-SNAPSHOT</version>
+ <version>0.9.3</version>
<packaging>pom</packaging>
<name>EGit Parent (Incubation)</name>
@@ -60,7 +60,7 @@
</licenses>
<properties>
- <egit-version>0.9.2-SNAPSHOT</egit-version>
+ <egit-version>0.9.3</egit-version>
<tycho-version>0.9.0</tycho-version>
<platform-version-name>galileo</platform-version-name>
<jgit-site>file:/${basedir}/../../jgit/org.eclipse.jgit.packaging/org.eclipse.jgit.updatesite/target/site</jgit-site>

Back to the top