[Plexus-svn] SF.net SVN: plexus:[868] trunk/plexus-graph/pom.xml
Status: Alpha
Brought to you by:
rconner
From: <rc...@us...> - 2010-09-08 14:48:28
|
Revision: 868 http://plexus.svn.sourceforge.net/plexus/?rev=868&view=rev Author: rconner Date: 2010-09-08 14:48:22 +0000 (Wed, 08 Sep 2010) Log Message: ----------- Regressing to version 2.2 of the maven changes plugin, because 2.3 doesn't support formatted content. There is an issue open on the topic, but it's unclear whether it will ever be changed because a fair number of people who think the previous behavior (allowing CDATA) was a bug. Modified Paths: -------------- trunk/plexus-graph/pom.xml Modified: trunk/plexus-graph/pom.xml =================================================================== --- trunk/plexus-graph/pom.xml 2010-09-08 00:30:11 UTC (rev 867) +++ trunk/plexus-graph/pom.xml 2010-09-08 14:48:22 UTC (rev 868) @@ -117,9 +117,12 @@ </plugin> <plugin> + <!-- Version 2.3 no longer allows CDATA sections in the text + content, and so doesn't allow formatting of any kind. + Therefore, I'm sticking with version 2.2 --> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-changes-plugin</artifactId> - <version>2.3</version> + <version>2.2</version> <reportSets> <reportSet> <reports> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |