Author: cumminsh
Date: Wed Jul 25 21:24:24 2012
New Revision: 1365766
URL: http://svn.apache.org/viewvc?rev=1365766&view=rev
Log:
[ARIES-862][maven-release-plugin]prepare for next development iteration
Modified:
aries/trunk/blueprint/blueprint-jexl-evaluator/pom.xml
Modified: aries/trunk/blueprint/blueprint-jexl-evaluator/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-jexl-evaluator/pom.xml?rev=1365766&r1=1365765&r2=1365766&view=diff
==============================================================================
--- aries/trunk/blueprint/blueprint-jexl-evaluator/pom.xml (original)
+++ aries/trunk/blueprint/blueprint-jexl-evaluator/pom.xml Wed Jul 25 21:24:24
2012
@@ -29,15 +29,15 @@
<artifactId>org.apache.aries.blueprint.jexl.evaluator</artifactId>
<packaging>bundle</packaging>
<name>Apache Aries Blueprint JEXL evaluator</name>
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
<description>
This bundle contains a plugin to the "ext" namespace handler for
evaluating expressions using JEXL
</description>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.jexl.evaluator-1.0.0</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/org.apache.aries.blueprint.jexl.evaluator-1.0.0</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/org.apache.aries.blueprint.jexl.evaluator-1.0.0</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-jexl-evaluator</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/blueprint/blueprint-jexl-evaluator</developerConnection>
+
<url>http://svn.apache.org/viewvc/aries/trunk/blueprint/blueprint-jexl-evaluator</url>
</scm>
<properties>