You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/12/01 22:07:34 UTC

svn commit: r722231 - /myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml

Author: lu4242
Date: Mon Dec  1 13:07:33 2008
New Revision: 722231

URL: http://svn.apache.org/viewvc?rev=722231&view=rev
Log:
fix version number (build.version not work well with release plugin)

Modified:
    myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml

Modified: myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml?rev=722231&r1=722230&r2=722231&view=diff
==============================================================================
--- myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml (original)
+++ myfaces/extensions/validator/branches/1_2_1prepare1/validation-modules/pom.xml Mon Dec  1 13:07:33 2008
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.myfaces.extensions.validator</groupId>
             <artifactId>myfaces-extval-core</artifactId>
-            <version>${build.version}</version>
+            <version>1.2.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
     </dependencies>