Nasty! Did you file a bug report?

Gary

<div>-------- Original message --------</div><div>From: brit...@apache.org 
</div><div>Date:08/10/2014  05:56  (GMT-05:00) </div><div>To: 
comm...@commons.apache.org </div><div>Subject: svn commit: r1617081 - 
/commons/proper/csv/trunk/pom.xml </div><div>
</div>Author: britter
Date: Sun Aug 10 09:56:49 2014
New Revision: 1617081

URL: http://svn.apache.org/r1617081
Log:
project tag has to be on a single line for maven release plugin to work

Modified:
    commons/proper/csv/trunk/pom.xml

Modified: commons/proper/csv/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/csv/trunk/pom.xml?rev=1617081&r1=1617080&r2=1617081&view=diff
==============================================================================
--- commons/proper/csv/trunk/pom.xml (original)
+++ commons/proper/csv/trunk/pom.xml Sun Aug 10 09:56:49 2014
@@ -15,8 +15,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY 
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
+<project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/maven-v4_0_0.xsd";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>


Reply via email to