Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-08 20:52:02 +0000
committerMatthias Sohn2011-06-08 20:52:02 +0000
commit956a17db8d40694b7028fc8d6697932c4f5ac43a (patch)
tree4f6cac7465058570c3e617d7a4626b0b49f1e74c /pom.xml
parent6b9fb60e3eaa9e085061c8bcf56c273c3a0c593a (diff)
downloadegit-956a17db8d40694b7028fc8d6697932c4f5ac43a.tar.gz
egit-956a17db8d40694b7028fc8d6697932c4f5ac43a.tar.xz
egit-956a17db8d40694b7028fc8d6697932c4f5ac43a.zip
Change-Id: Ia7901e4b29e9e55f1b3ed2dd656a46e6ccaf4fd0 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 6785a41893..da4b20d9f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.201106081625-r</version>
<packaging>pom</packaging>
<name>EGit Parent</name>
@@ -62,7 +62,7 @@
</licenses>
<properties>
- <egit-version>1.0.0-SNAPSHOT</egit-version>
+ <egit-version>1.0.0.201106081625-r</egit-version>
<tycho-version>0.12.0</tycho-version>
<mockito-version>1.8.4</mockito-version>
<junit-version>4.8.1</junit-version>

Back to the top