Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2015-05-05 07:42:01 +0000
committerMatthias Sohn2015-05-05 09:07:08 +0000
commit6945ce516cf1eaa2aeb356b0493db3a04db7650b (patch)
tree264cdee53bbbbcf341f0fecdcd61718ff31bb6e5 /org.eclipse.egit.repository
parenta58ec8aa9d83450cc1e4435955aa28cabcedd1e3 (diff)
downloadegit-6945ce516cf1eaa2aeb356b0493db3a04db7650b.tar.gz
egit-6945ce516cf1eaa2aeb356b0493db3a04db7650b.tar.xz
egit-6945ce516cf1eaa2aeb356b0493db3a04db7650b.zip
Also move up version definition for jboss Tycho plugins to parent pom.xml Change-Id: Iafa66f101659354d753457e4f4b53e854c002748 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.repository')
-rw-r--r--org.eclipse.egit.repository/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.egit.repository/pom.xml b/org.eclipse.egit.repository/pom.xml
index 74ff1f4087..ec9b99c44d 100644
--- a/org.eclipse.egit.repository/pom.xml
+++ b/org.eclipse.egit.repository/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.egit</groupId>
<artifactId>egit-parent</artifactId>
- <version>4.0.0-SNAPSHOT</version>
+ <version>4.0.0.201505050340-m2</version>
</parent>
<artifactId>org.eclipse.egit.repository</artifactId>
@@ -76,7 +76,6 @@
<plugin>
<groupId>org.jboss.tools.tycho-plugins</groupId>
<artifactId>repository-utils</artifactId>
- <version>0.22.0</version>
<executions>
<execution>
<id>generate-facade</id>

Back to the top