diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-02 18:14:31 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-02 18:14:31 +0000 |
commit | d97d0f40e1b7e4390dc6c637e1ae63f3ce533369 (patch) | |
tree | e392c1e834c5a9a56f9f8b420c5f8cab9a90afaf /sonar-maven3-plugin | |
parent | a5c8a5524aa6aceb9b8e80136640b5c465b30761 (diff) | |
download | sonarqube-d97d0f40e1b7e4390dc6c637e1ae63f3ce533369.tar.gz sonarqube-d97d0f40e1b7e4390dc6c637e1ae63f3ce533369.zip |
remove useless commented xml in the pom of sonar-maven3-plugin
Diffstat (limited to 'sonar-maven3-plugin')
-rw-r--r-- | sonar-maven3-plugin/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml index 317f450c0ee..732715ca475 100644 --- a/sonar-maven3-plugin/pom.xml +++ b/sonar-maven3-plugin/pom.xml @@ -10,12 +10,6 @@ <packaging>maven-plugin</packaging> <name>Sonar :: Maven3 Plugin</name> - <!-- - Building this module does not require Maven 3. - <prerequisites> - <maven>3.0</maven> - </prerequisites>--> - <properties> <maven.version>3.0</maven.version> </properties> |