[jboss-cvs] Picketlink SVN: r1281 - integration-tests/trunk/parent.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 4 07:14:39 EDT 2011


Author: pskopek at redhat.com
Date: 2011-10-04 07:14:39 -0400 (Tue, 04 Oct 2011)
New Revision: 1281

Modified:
   integration-tests/trunk/parent/pom.xml
Log:
changing default version of picketlink to align with trunk version of picketlink 

Modified: integration-tests/trunk/parent/pom.xml
===================================================================
--- integration-tests/trunk/parent/pom.xml	2011-10-04 11:02:09 UTC (rev 1280)
+++ integration-tests/trunk/parent/pom.xml	2011-10-04 11:14:39 UTC (rev 1281)
@@ -29,7 +29,7 @@
 
    <properties>
      <!-- default setting in order to have project imported to IDE without problems -->
-     <pl-version>2.0.1-SNAPSHOT</pl-version>
+     <pl-version>2.0.2-SNAPSHOT</pl-version>
      <!-- as picketlink-trust-jbossws has different version and is separate project we have to create new property to reflect this fact -->
      <pl-trust-version>2.0.1.final</pl-trust-version>
    </properties>
@@ -48,7 +48,7 @@
        <plugins>
           <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
-             <version>2.9</version>
+             <version>2.10</version>
              <configuration>
                <printSummary>true</printSummary>
                <disableXmlReport>false</disableXmlReport>



More information about the jboss-cvs-commits mailing list