You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2013/04/25 23:50:34 UTC

svn commit: r1475981 - /openwebbeans/trunk/pom.xml

Author: struberg
Date: Thu Apr 25 21:50:33 2013
New Revision: 1475981

URL: http://svn.apache.org/r1475981
Log:
OWB-846 add profile for cdi-1.1

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1475981&r1=1475980&r2=1475981&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Thu Apr 25 21:50:33 2013
@@ -793,7 +793,6 @@
 
         </profile>
 
-
         <profile>
             <id>jsr330-tck</id>
             <modules>
@@ -808,5 +807,12 @@
             </modules>
         </profile>
 
+        <profile>
+            <id>cdi-1.1</id>
+            <modules>
+                <module>webbeans-cdi11</module>
+            </modules>
+        </profile>
+
     </profiles>
 </project>