Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-05-29 00:30:14 +0000
committerMatthias Sohn2013-05-29 00:30:14 +0000
commit6e36353b5f7b099ec3adc49a68adc4a1020ddd48 (patch)
tree91c2fe2a5e6085a1ea19b033a24b38f57ecab7be /pom.xml
parent3daaae8ba94f0ee6bfbbbc30fbab9e267b6ba71e (diff)
downloadegit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.tar.gz
egit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.tar.xz
egit-github-6e36353b5f7b099ec3adc49a68adc4a1020ddd48.zip
EGit Github Mylyn Connector v3.0.0.201305282000-rc2
Change-Id: Ifb4f60449637db939acd6d95a463b57bb1a54447 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 c900fe82..6ecabc5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0.201305282000-rc2</version>
<prerequisites>
<maven>3.0</maven>
</prerequisites>
@@ -40,7 +40,7 @@
</licenses>
<properties>
- <tycho-version>0.16.0</tycho-version>
+ <tycho-version>0.17.0</tycho-version>
<egit-site>file:/${basedir}/../../egit/org.eclipse.egit.repository/target/repository</egit-site>
<platform-version-name>indigo</platform-version-name>
<mylyn-site>http://download.eclipse.org/mylyn/releases/3.7</mylyn-site>

Back to the top