Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2016-04-07 14:49:50 +0000
committerMatthias Sohn2016-04-07 15:41:25 +0000
commit12c83c088c2a656a0f2f39cecb8e43f6c91ed742 (patch)
tree0d65bf16b4a566dae194817880397c00e7a02611 /pom.xml
parenteb7d03baed9647087a988f37ffb6e8b01ac7bde9 (diff)
downloadegit-12c83c088c2a656a0f2f39cecb8e43f6c91ed742.tar.gz
egit-12c83c088c2a656a0f2f39cecb8e43f6c91ed742.tar.xz
egit-12c83c088c2a656a0f2f39cecb8e43f6c91ed742.zip
EGit v4.3.0.201604071045-r
Change-Id: I26ca17f5ce5c83bea828ee642fdfcdf4708c25d7 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 c970ddcc0e..63f6b1f903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.3.0.201604071045-r</version>
<packaging>pom</packaging>
<name>EGit Parent</name>
@@ -62,7 +62,7 @@
</licenses>
<properties>
- <egit-version>4.3.0-SNAPSHOT</egit-version>
+ <egit-version>4.3.0.201604071045-r</egit-version>
<tycho-version>0.23.0</tycho-version>
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>0.22.0</jboss-tycho-plugins-version>

Back to the top