Author: tchemit Date: 2013-08-08 12:24:25 +0200 (Thu, 08 Aug 2013) New Revision: 409 Url: http://nuiton.org/projects/jredmine/repository/revisions/409 Log: fixes #2820: Updates xml-apis to 2.0.2 fixes #2821: Updates plexus-util to 3.0.14 fixes #2822: Updates doxia to 1.4 fixes #2823: Updates m-changes-p to 2.9 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 10:08:05 UTC (rev 408) +++ trunk/pom.xml 2013-08-08 10:24:25 UTC (rev 409) @@ -66,7 +66,7 @@ <jredminePluginVersion>1.5.1</jredminePluginVersion> <helperPluginVersion>2.1-SNAPSHOT</helperPluginVersion> - <doxiaVersion>1.3</doxiaVersion> + <doxiaVersion>1.4</doxiaVersion> <!-- documentation is in apt --> <siteSourcesType>apt</siteSourcesType> @@ -186,7 +186,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.0.8</version> + <version>3.0.14</version> <scope>compile</scope> </dependency> @@ -402,7 +402,7 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.8</version> + <version>2.9</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -446,7 +446,7 @@ <dependency> <groupId>xml-apis</groupId> <artifactId>xml-apis</artifactId> - <version>1.3.04</version> + <version>2.0.2</version> </dependency> <dependency>