You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by jw...@apache.org on 2016/06/22 18:50:56 UTC

svn commit: r1749754 - /aries/branches/java6support/blueprint/blueprint-itests/pom.xml

Author: jwross
Date: Wed Jun 22 18:50:56 2016
New Revision: 1749754

URL: http://svn.apache.org/viewvc?rev=1749754&view=rev
Log:
Use Pax Exam version 3.5, the last release supporting Java 6, for Blueprint tests.

Modified:
    aries/branches/java6support/blueprint/blueprint-itests/pom.xml

Modified: aries/branches/java6support/blueprint/blueprint-itests/pom.xml
URL: http://svn.apache.org/viewvc/aries/branches/java6support/blueprint/blueprint-itests/pom.xml?rev=1749754&r1=1749753&r2=1749754&view=diff
==============================================================================
--- aries/branches/java6support/blueprint/blueprint-itests/pom.xml (original)
+++ aries/branches/java6support/blueprint/blueprint-itests/pom.xml Wed Jun 22 18:50:56 2016
@@ -44,7 +44,7 @@
     </scm>
     
     <properties>
-        <exam.version>4.5.0</exam.version>
+        <exam.version>3.5.0</exam.version>
         <url.version>2.2.0</url.version>
     </properties>