Author: ltheussl Date: Mon Feb 27 08:27:51 2012 New Revision: 1294059 URL: http://svn.apache.org/viewvc?rev=1294059&view=rev Log: upgrade parent and use current doxia
Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1294059&r1=1294058&r2=1294059&view=diff ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Mon Feb 27 08:27:51 2012 @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>21</version> + <version>22</version> <relativePath>../maven-plugins/pom.xml</relativePath> </parent> @@ -83,7 +83,7 @@ under the License. </issueManagement> <properties> - <doxiaVersion>1.2</doxiaVersion> + <doxiaVersion>1.3-SNAPSHOT</doxiaVersion> <mavenVersion>2.0.9</mavenVersion> </properties> @@ -525,6 +525,6 @@ under the License. </plugins> </pluginManagement> </build> - </profile> + </profile> </profiles> </project>