You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by cc...@apache.org on 2009/11/02 17:01:15 UTC

svn commit: r831933 - /servicemix/smx4/nmr/trunk/assembly/pom.xml

Author: ccustine
Date: Mon Nov  2 16:01:14 2009
New Revision: 831933

URL: http://svn.apache.org/viewvc?rev=831933&view=rev
Log:
SMX4NMR-170 - NMR distribution exports jaas with wrong version

Modified:
    servicemix/smx4/nmr/trunk/assembly/pom.xml

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=831933&r1=831932&r2=831933&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Mon Nov  2 16:01:14 2009
@@ -211,7 +211,7 @@
                             <tasks>
                                 <taskdef resource="net/sf/antcontrib/antcontrib.properties" classpathref="maven.plugin.classpath"/>
                                 <property name="ant.regexp.regexpimpl" value="org.apache.tools.ant.util.regexp.Jdk14RegexpRegexp"/>
-                                <property name="mv" value="${project.version}"/>
+                                <property name="mv" value="${felix.karaf.version}"/>
                                 <echo message="Maven version:   ${mv}" />
                                 <propertyregex property="ov.p1" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace="\1" defaultValue="0"/>
                                 <propertyregex property="ov.p2" input="${mv}" regexp="(\d+)(?:\.(\d+)(?:\.(\d+))?)?(?:[^a-zA-Z0-9](.*))?" replace=".\2" defaultValue=".0"/>