You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by li...@apache.org on 2010/08/18 22:44:43 UTC

svn commit: r986927 - /incubator/aries/trunk/parent/default-parent/pom.xml

Author: linsun
Date: Wed Aug 18 20:44:43 2010
New Revision: 986927

URL: http://svn.apache.org/viewvc?rev=986927&view=rev
Log:
ARIES-382 use 1.2.1 of maven-paxexam-plugin - patch from Bartosz Kowalewski

Modified:
    incubator/aries/trunk/parent/default-parent/pom.xml

Modified: incubator/aries/trunk/parent/default-parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/aries/trunk/parent/default-parent/pom.xml?rev=986927&r1=986926&r2=986927&view=diff
==============================================================================
--- incubator/aries/trunk/parent/default-parent/pom.xml (original)
+++ incubator/aries/trunk/parent/default-parent/pom.xml Wed Aug 18 20:44:43 2010
@@ -247,7 +247,7 @@
                 <plugin>
                     <groupId>org.ops4j.pax.exam</groupId>
                     <artifactId>maven-paxexam-plugin</artifactId>
-                    <version>1.2.0</version>
+                    <version>1.2.1</version>
                 </plugin>
                 
             </plugins>