You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by st...@apache.org on 2010/03/30 15:16:12 UTC

svn commit: r929127 - /myfaces/extensions/cdi/trunk/pom.xml

Author: struberg
Date: Tue Mar 30 13:16:11 2010
New Revision: 929127

URL: http://svn.apache.org/viewvc?rev=929127&view=rev
Log:
EXTCDI-7 add central versions for OWB and MyFaces

Modified:
    myfaces/extensions/cdi/trunk/pom.xml

Modified: myfaces/extensions/cdi/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/pom.xml?rev=929127&r1=929126&r2=929127&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/pom.xml (original)
+++ myfaces/extensions/cdi/trunk/pom.xml Tue Mar 30 13:16:11 2010
@@ -63,6 +63,15 @@
     module and then on each module listed below. 
      -->
 
+    <properties>
+        <owb.version>1.0.0-SNAPSHOT</owb.version>
+        <myfaces.version>2.0.0-SNAPSHOT</myfaces.version>
+    </properties>
+
+    <dependencyManagement>
+        
+    </dependencyManagement>
+
     <modules>
         <module>parent</module>
         <module>core</module>