Author: tchemit Date: 2010-01-18 02:33:19 +0100 (Mon, 18 Jan 2010) New Revision: 784 Modified: trunk/mavenpom4redmine/pom.xml trunk/pom.xml Log: - Evolution #232: Utilisation de maven-helper-plugin 1.2.2 - Evolution #233: Utilisation de jredmine 1.1.2 - Evolution #234: Include site attachments in release announcements Modified: trunk/mavenpom4redmine/pom.xml =================================================================== --- trunk/mavenpom4redmine/pom.xml 2010-01-17 20:46:49 UTC (rev 783) +++ trunk/mavenpom4redmine/pom.xml 2010-01-18 01:33:19 UTC (rev 784) @@ -236,6 +236,7 @@ <configuration> <descriptionFile>${redmine.collectedArtifacts}</descriptionFile> <includeAttached>true</includeAttached> + <includeSiteAttached>true</includeSiteAttached> </configuration> </execution> <execution> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-01-17 20:46:49 UTC (rev 783) +++ trunk/pom.xml 2010-01-18 01:33:19 UTC (rev 784) @@ -300,8 +300,8 @@ <maven-plugin-tools-javadoc.version>2.5.1</maven-plugin-tools-javadoc.version> <plexus-component-javadoc.version>1.3.0</plexus-component-javadoc.version> - <helper.version>1.2.1</helper.version> - <jredmine.version>1.1.1</jredmine.version> + <helper.version>1.2.2-SNAPSHOT</helper.version> + <jredmine.version>1.1.2-SNAPSHOT</jredmine.version> <license.version>2.0.0</license.version> <jrst.version>1.0.0</jrst.version> <skin.version>1.0.1</skin.version> @@ -1588,6 +1588,7 @@ <configuration> <descriptionFile>${redmine.collectedArtifacts}</descriptionFile> <includeAttached>true</includeAttached> + <includeSiteAttached>true</includeSiteAttached> <copyFiles>true</copyFiles> </configuration> </execution>
participants (1)
-
tchemit@users.nuiton.org