Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShawn O. Pearce2010-06-02 22:09:17 +0000
committerShawn O. Pearce2010-06-02 22:09:17 +0000
commit72cb6663bd7b0ad800db30d266e67108fc6bd3cd (patch)
tree147bb010c52f63cef4e66ec3bf414f0aee03908c /org.eclipse.egit-updatesite
parent22f062a97525fb226df53a89f084455590ecbc68 (diff)
downloadegit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.tar.gz
egit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.tar.xz
egit-72cb6663bd7b0ad800db30d266e67108fc6bd3cd.zip
EGit 0.8.1v0.8.1
Change-Id: I3901b45d428dbf09427cb6c4abb1ad848474905e Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
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 782b888f38..a700fac407 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.8.0-SNAPSHOT</version>
+ <version>0.8.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.8.0</version>
+ <version>0.8.1</version>
<build>
<plugins>

Back to the top