Author: tchemit Date: 2012-03-20 23:35:30 +0100 (Tue, 20 Mar 2012) New Revision: 239 Url: http://nuiton.org/repositories/revision/jredmine/239 Log: fixes #2018 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-20 21:10:19 UTC (rev 238) +++ trunk/pom.xml 2012-03-20 22:35:30 UTC (rev 239) @@ -180,7 +180,7 @@ <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-i18n</artifactId> - <version>1.0-beta-7</version> + <version>1.0-beta-10</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -198,7 +198,7 @@ <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> - <version>1.4</version> + <version>1.6</version> </dependency> <dependency> @@ -239,14 +239,14 @@ <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> - <version>${mavenVersion}</version> + <version>3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.0.5</version> + <version>2.2</version> </dependency> <dependency> @@ -365,7 +365,7 @@ <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.4</version> + <version>2.6</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -525,7 +525,7 @@ <projectId>jredmine</projectId> <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.2.1</jredminePluginVersion> + <jredminePluginVersion>1.2.2</jredminePluginVersion> <doxiaVersion>1.2</doxiaVersion> @@ -586,7 +586,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>jredmine-maven-plugin</artifactId> + <artifactId>maven-jredmine-plugin</artifactId> <version>${jredminePluginVersion}</version> <!-- TC-20100106 Due to cyclic dependency problem between modules, we do not propagate jredmine-maven-plugin to child modules --> @@ -618,7 +618,7 @@ <!-- generate the changes.xml from redmine --> <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>jredmine-maven-plugin</artifactId> + <artifactId>maven-jredmine-plugin</artifactId> <!-- TC-20100106 Due to cyclic dependency problem between modules, we do not propagate jredmine-maven-plugin to child modules --> <inherited>false</inherited> @@ -640,7 +640,8 @@ </activation> <properties> <!-- always use this version to perform the profile (to use last improvements) --> - <jredminePluginVersion>${project.version}</jredminePluginVersion> + <!-- TODO Uncomment this after release 1.3 --> + <!--jredminePluginVersion>${project.version}</jredminePluginVersion--> </properties> @@ -658,7 +659,8 @@ <properties> <!-- always use this version to perform the profile (to use last improvements) --> - <jredminePluginVersion>${project.version}</jredminePluginVersion> + <!-- TODO Uncomment this after release 1.3 --> + <!--jredminePluginVersion>${project.version}</jredminePluginVersion--> </properties> </profile>