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/03/17 10:58:20 UTC

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

Author: struberg
Date: Sun Mar 17 09:58:20 2013
New Revision: 1457409

URL: http://svn.apache.org/r1457409
Log:
upgrade apache parent and enable TCKs for a release

Modified:
    openwebbeans/trunk/pom.xml

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1457409&r1=1457408&r2=1457409&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Sun Mar 17 09:58:20 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>10</version>
+        <version>13</version>
     </parent>
 
     <groupId>org.apache.openwebbeans</groupId>
@@ -282,6 +282,14 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-release-plugin</artifactId>
+                <configuration>
+                    <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+                </configuration>
+            </plugin>
+
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <version>2.3.2</version>
                 <configuration>