Re: svn commit: r1054263 - in /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin: announcement/AnnouncementMojo.java jira/JiraMojo.java jira/JiraXML.java

2011-01-01 Thread Dennis Lundberg
On 2011-01-01 19:52, Hervé BOUTEMY wrote: > Hi Dennis, > > Like Benjamin wrote in the issue, a new parameter should not be necessary > since XML is declaring encoding: you just have tu use > ReaderFactory.newXmlReader() to avoid relying on the parser to detect > encoding. Yes, I read Benjamin'

Re: svn commit: r1054263 - in /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin: announcement/AnnouncementMojo.java jira/JiraMojo.java jira/JiraXML.java

2011-01-01 Thread Hervé BOUTEMY
Hi Dennis, Like Benjamin wrote in the issue, a new parameter should not be necessary since XML is declaring encoding: you just have tu use ReaderFactory.newXmlReader() to avoid relying on the parser to detect encoding. Such an argument is usefull only if Jira generates wrong XML, with content

Re: Moving scm to java 1.5

2011-01-01 Thread Olivier Lamy
I don't see any objections in this thread. So I will do the necessary code change (probably next year). -- Olivier 2010/12/28 Olivier Lamy : > Hi, > As we will start a new year, I'd like to move scm to java 1.5. > Let me know if you have any trouble regarding this . (jira entry > http://jira.code

Re: Cleanup to SNAPSHOT version handling

2011-01-01 Thread Olivier Lamy
+1 for me to accept only : *-SNAPSHOT. Included 1-SNAPSHOT (our parent poms use this forms), 1.0-SNAPSHOT (a lot of people/company use the a.b qualifier). IMHO we must emit a warning/deprecation in 3.0.x for version with only SNAPSHOT (and fail in 3.1.x). 2010/12/28 Benjamin Bentmann : > Brett