Author: jlmonteiro
Date: Fri Nov 8 09:34:45 2013
New Revision: 1539960
URL: http://svn.apache.org/r1539960
Log:
Adding the CDI 1.1 module and renaming the artifact with preview
Modified:
openwebbeans/trunk/pom.xml
openwebbeans/trunk/webbeans-cdi11/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1539960&r1=1539959&r2=1539960&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Fri Nov 8 09:34:45 2013
@@ -493,6 +493,7 @@
<module>webbeans-porting</module>
<module>webbeans-test</module>
<module>webbeans-arquillian</module>
+ <module>webbeans-cdi11</module>
<module>samples</module>
<module>webbeans-tck</module>
<module>distribution</module>
Modified: openwebbeans/trunk/webbeans-cdi11/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-cdi11/pom.xml?rev=1539960&r1=1539959&r2=1539960&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-cdi11/pom.xml (original)
+++ openwebbeans/trunk/webbeans-cdi11/pom.xml Fri Nov 8 09:34:45 2013
@@ -26,10 +26,10 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>openwebbeans-cdi11</artifactId>
- <name>OpenWebBeans Core for CDI 1.1</name>
+ <artifactId>openwebbeans-cdi11-preview</artifactId>
+ <name>OpenWebBeans Core for CDI 1.1 (preview)</name>
<description>
- Apache OpenWebBeans Implementation core module implementing cdi 1.1
+ Apache OpenWebBeans Implementation core module implementing cdi 1.1
(preview)
</description>