Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorAlexander Kurtakov2013-11-06 19:31:30 +0000
committerAlexander Kurtakov2013-11-06 20:17:29 +0000
commitdaf161f61ea83cc44dafaab8d0f0c69fe31a2db8 (patch)
treef788c9397502973a02dbdcfeb255f53732591d8d /man
parent904450377466605709d323d2f5f5d4b6c6a62c06 (diff)
downloadorg.eclipse.linuxtools-daf161f61ea83cc44dafaab8d0f0c69fe31a2db8.tar.gz
org.eclipse.linuxtools-daf161f61ea83cc44dafaab8d0f0c69fe31a2db8.tar.xz
org.eclipse.linuxtools-daf161f61ea83cc44dafaab8d0f0c69fe31a2db8.zip
Remove useless prerequisite from child poms.
The parent pom already sets that we require at least maven 3 so there is no need to duplicate it. The change_ver.sh scripts are remnant from the past when using tycho for changing versions was not well known. Change-Id: Ia3d26a3c7975a0b877dcb04e4b016992ca125c18 Reviewed-on: https://git.eclipse.org/r/18153 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/man/pom.xml b/man/pom.xml
index ec197a38b3..e505ce4f8d 100644
--- a/man/pom.xml
+++ b/man/pom.xml
@@ -16,10 +16,6 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <prerequisites>
- <maven>3.0</maven>
- </prerequisites>
-
<parent>
<groupId>org.eclipse.linuxtools</groupId>
<artifactId>linuxtools-parent</artifactId>

Back to the top