Author: tchemit Date: 2012-03-21 00:06:55 +0100 (Wed, 21 Mar 2012) New Revision: 247 Url: http://nuiton.org/repositories/revision/jredmine/247 Log: prepare for next release Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-20 22:53:27 UTC (rev 246) +++ trunk/pom.xml 2012-03-20 23:06:55 UTC (rev 247) @@ -525,7 +525,7 @@ <projectId>jredmine</projectId> <!-- must be on a fixed version, not on the snapshot to make possible release --> - <jredminePluginVersion>1.2.2</jredminePluginVersion> + <jredminePluginVersion>1.3</jredminePluginVersion> <doxiaVersion>1.2</doxiaVersion> @@ -586,7 +586,7 @@ <plugin> <groupId>org.nuiton.jredmine</groupId> - <artifactId>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-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>maven-jredmine-plugin</artifactId> + <artifactId>jredmine-maven-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,8 +640,7 @@ </activation> <properties> <!-- always use this version to perform the profile (to use last improvements) --> - <!-- TODO Uncomment this after release 1.3 --> - <!--jredminePluginVersion>${project.version}</jredminePluginVersion--> + <jredminePluginVersion>${project.version}</jredminePluginVersion> </properties> @@ -659,8 +658,7 @@ <properties> <!-- always use this version to perform the profile (to use last improvements) --> - <!-- TODO Uncomment this after release 1.3 --> - <!--jredminePluginVersion>${project.version}</jredminePluginVersion--> + <jredminePluginVersion>${project.version}</jredminePluginVersion> </properties> </profile>
participants (1)
-
tchemit@users.nuiton.org