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:07:36 UTC

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

Author: struberg
Date: Sun Mar 17 10:07:36 2013
New Revision: 1457412

URL: http://svn.apache.org/r1457412
Log:
the -P trick only got fixed in 2.4

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=1457412&r1=1457411&r2=1457412&view=diff
==============================================================================
--- openwebbeans/branches/owb_1.1.x/pom.xml (original)
+++ openwebbeans/branches/owb_1.1.x/pom.xml Sun Mar 17 10:07:36 2013
@@ -267,6 +267,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-release-plugin</artifactId>
+                <version>2.4</version>
                 <configuration>
                     <arguments>-Papache-release -Ptck -Pjsr330-tck</arguments>
                 </configuration>