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 2015/03/04 08:56:20 UTC

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

Author: struberg
Date: Wed Mar  4 07:56:20 2015
New Revision: 1663876

URL: http://svn.apache.org/r1663876
Log:
always build with TCK. Also upgrade the tck version to the latest released one

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1663876&r1=1663875&r2=1663876&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Wed Mar  4 07:56:20 2015
@@ -83,7 +83,7 @@
         <myfaces.version>2.0.7</myfaces.version>
         <xbean.version>4.1</xbean.version>
         <arquillian.version>1.1.2.Final</arquillian.version>
-        <cdi.tck.version>1.2.2.Final</cdi.tck.version>
+        <cdi.tck.version>1.2.4.Final</cdi.tck.version>
     </properties>
     
     <mailingLists>
@@ -289,7 +289,7 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
                 <configuration>
-                    <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+                    <arguments>-Papache-release -Ptck</arguments>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
                 </configuration>
             </plugin>
@@ -499,6 +499,7 @@
         <module>webbeans-porting</module>
         <module>webbeans-arquillian</module>
         <module>samples</module>
+        <module>atinject-tck</module>
         <module>webbeans-tck</module>
         <module>distribution</module>
         <module>webbeans-doc</module>
@@ -804,13 +805,6 @@
         </profile>
 
         <profile>
-            <id>jsr330-tck</id>
-            <modules>
-                <module>atinject-tck</module>
-            </modules>
-        </profile>
-
-        <profile>
             <id>doc</id>
             <modules>
                 <module>webbeans-doc</module>