Author: struberg
Date: Sun Jun 1 07:04:59 2014
New Revision: 1598948
URL: http://svn.apache.org/r1598948
Log:
OWB-964 remove cdi-1.1 profile
the module itself has been removed already in the past
Modified:
openwebbeans/branches/owb_1.2.x/pom.xml
Modified: openwebbeans/branches/owb_1.2.x/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.2.x/pom.xml?rev=1598948&r1=1598947&r2=1598948&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.2.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.2.x/pom.xml Sun Jun 1 07:04:59 2014
@@ -834,13 +834,5 @@
<module>webbeans-doc</module>
</modules>
</profile>
-
- <profile>
- <id>cdi-1.1</id>
- <modules>
- <module>webbeans-cdi11</module>
- </modules>
- </profile>
-
</profiles>
</project>