Author: henrib
Date: Sat Nov 14 13:35:47 2009
New Revision: 836173
URL: http://svn.apache.org/viewvc?rev=836173&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=836173&r1=836172&r2=836173&view=diff
==============================================================================
--- commons/proper/jexl/trunk/pom.xml (original)
+++ commons/proper/jexl/trunk/pom.xml Sat Nov 14 13:35:47 2009
@@ -15,10 +15,7 @@
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">
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
@@ -27,7 +24,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 +113,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 -->