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 11:12:43 UTC

svn commit: r1457413 - /openwebbeans/branches/owb_1.1.x/pom.xml

Author: struberg
Date: Sun Mar 17 10:12:43 2013
New Revision: 1457413

URL: http://svn.apache.org/r1457413
Log:
next try to get release profiles working ^^ ...

Modified:
    openwebbeans/branches/owb_1.1.x/pom.xml

Modified: openwebbeans/branches/owb_1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/branches/owb_1.1.x/pom.xml?rev=1457413&r1=1457412&r2=1457413&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.1.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.1.x/pom.xml Sun Mar 17 10:12:43 2013
@@ -269,7 +269,7 @@
                 <artifactId>maven-release-plugin</artifactId>
                 <version>2.4</version>
                 <configuration>
-                    <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
+                    <releaseProfiles>apache-release,tck,jsr330-tck</releaseProfiles>
                 </configuration>
             </plugin>