Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2010-09-15 08:59:53 +0000
committerMatthias Sohn2010-09-15 08:59:53 +0000
commit732b9a6ea461ed6e2dcdaad328c3138df5d001ff (patch)
treecff101f1dfb702cb69e6f1dd2c0e304e4030633c /org.eclipse.egit-updatesite
parentc82562589eef8f605a15babe9afe87a27f2c9b6b (diff)
downloadegit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.tar.gz
egit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.tar.xz
egit-732b9a6ea461ed6e2dcdaad328c3138df5d001ff.zip
EGit 0.9.1v0.9.1
Change-Id: I46b5f2c26467365aafc0300499e8e404ebb25b8f 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 6bb6f37c4c..50f99af95a 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.0-SNAPSHOT</version>
+ <version>0.9.1</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.0-SNAPSHOT</version>
+ <version>0.9.1</version>
<build>
<plugins>

Back to the top