On 13/11/2009, hen...@apache.org <hen...@apache.org> wrote: > Author: henrib > Date: Fri Nov 13 16:32:01 2009 > New Revision: 835904 > > URL: http://svn.apache.org/viewvc?rev=835904&view=rev > Log: > [maven-release-plugin] prepare release JEXL_2_0_RC1 > > Modified: > commons/proper/jexl/trunk/pom.xml > > Modified: commons/proper/jexl/trunk/pom.xml > URL: > http://svn.apache.org/viewvc/commons/proper/jexl/trunk/pom.xml?rev=835904&r1=835903&r2=835904&view=diff > > ============================================================================== > --- commons/proper/jexl/trunk/pom.xml (original) > +++ commons/proper/jexl/trunk/pom.xml Fri Nov 13 16:32:01 2009 > @@ -1,24 +1,4 @@ > -<?xml version="1.0"?> > -<!-- > - Licensed to the Apache Software Foundation (ASF) under one or more > - contributor license agreements. See the NOTICE file distributed with > - this work for additional information regarding copyright ownership. > - The ASF licenses this file to You under the Apache License, Version 2.0 > - (the "License"); you may not use this file except in compliance with > - the License. You may obtain a copy of the License at > - > - http://www.apache.org/licenses/LICENSE-2.0 > - > - Unless required by applicable law or agreed to in writing, software > - distributed under the License is distributed on an "AS IS" BASIS, > - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. > - See the License for the specific language governing permissions and > - limitations under the License. > --->
The AL header has been dropped; this is a bug in Maven which can be avoided (IIRC) by ensuring that the <project> tag is all on one line. > -<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"> > <parent> > <groupId>org.apache.commons</groupId> > <artifactId>commons-parent</artifactId> > @@ -27,7 +7,7 @@ > <modelVersion>4.0.0</modelVersion> > <groupId>org.apache.commons</groupId> > <artifactId>commons-jexl</artifactId> > - <version>2.0-SNAPSHOT</version> > + <version>2.0-RC1</version> > <name>Commons JEXL</name> > <inceptionYear>2003</inceptionYear> > <description>Jexl is an implementation of the JSTL Expression Language > with extensions.</description> > @@ -116,7 +96,7 @@ > <commons.release.version>2.0</commons.release.version> > <!-- The RC version used in the staging repository URL. --> > <commons.rc.version>RC1</commons.rc.version> > - <commons.binary.suffix></commons.binary.suffix> > + <commons.binary.suffix /> > <commons.jira.id>JEXL</commons.jira.id> > <commons.jira.pid>12310479</commons.jira.pid> > <!-- Temp fix until parent POM is updated --> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org