This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-mapping.git
commit 5463d4f4d4bf125da8579bdab980a1ad47484b97 Author: Herve Boutemy <[email protected]> AuthorDate: Mon Mar 31 20:57:52 2014 +0000 updated parent pom git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1583459 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 182c863..48d71bc 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven.shared</groupId> <artifactId>maven-shared-components</artifactId> - <version>19</version> + <version>20</version> <relativePath>../maven-shared-components/pom.xml</relativePath> </parent> @@ -57,7 +57,6 @@ <properties> <mavenVersion>2.0.6</mavenVersion> - <maven.site.path>shared-archives/${project.artifactId}-LATEST</maven.site.path> </properties> <dependencies> @@ -86,18 +85,6 @@ </dependency> </dependencies> - <build> - <pluginManagement> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> - </plugin> - </plugins> - </pluginManagement> - </build> - <profiles> <profile> <id>reporting</id> @@ -122,11 +109,6 @@ </reportSet> </reportSets> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <version>2.9.1</version> - </plugin> </plugins> </reporting> </profile> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
