[jboss-cvs] Picketlink SVN: r1204 - in integration-tests/branches/product: picketlink-pdp-tests and 7 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 7 15:02:21 EDT 2011


Author: pskopek at redhat.com
Date: 2011-09-07 15:02:21 -0400 (Wed, 07 Sep 2011)
New Revision: 1204

Modified:
   integration-tests/branches/product/parent/pom.xml
   integration-tests/branches/product/picketlink-pdp-tests/pom.xml
   integration-tests/branches/product/picketlink-saml-eap5/pom.xml
   integration-tests/branches/product/picketlink-saml-tests/pom.xml
   integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
   integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml
   integration-tests/branches/product/picketlink-sts-tests/pom.xml
   integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml
   integration-tests/branches/product/picketlink-trust-tests/pom.xml
Log:
cleanup surefire-plugin versions and set all modules to use 2.9

Modified: integration-tests/branches/product/parent/pom.xml
===================================================================
--- integration-tests/branches/product/parent/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/parent/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -48,6 +48,7 @@
        <plugins>
           <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
+             <version>2.9</version>
              <configuration>
                <printSummary>true</printSummary>
                <disableXmlReport>false</disableXmlReport>

Modified: integration-tests/branches/product/picketlink-pdp-tests/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-pdp-tests/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-pdp-tests/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -25,7 +25,6 @@
      <plugins>
        <plugin>
          <artifactId>maven-surefire-plugin</artifactId>
-         <version>2.4.3</version>
          <configuration>
            <phase>test</phase>
            <includes>

Modified: integration-tests/branches/product/picketlink-saml-eap5/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-saml-eap5/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-saml-eap5/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -32,7 +32,6 @@
      <plugins>
        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <phase>test</phase>
            <!--  <skipTests>true</skipTests> -->

Modified: integration-tests/branches/product/picketlink-saml-tests/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-saml-tests/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-saml-tests/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -32,7 +32,6 @@
      <plugins>
        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <phase>test</phase>
             <skipTests>true</skipTests>

Modified: integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-sts-eap5-cxf/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -25,7 +25,6 @@
      <plugins>
        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <phase>test</phase>
            <!--  <skipTests>true</skipTests> -->

Modified: integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-sts-eap5-native/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -25,7 +25,6 @@
      <plugins>
        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <phase>test</phase>
            <!--  <skipTests>true</skipTests> -->

Modified: integration-tests/branches/product/picketlink-sts-tests/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-sts-tests/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-sts-tests/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -26,7 +26,6 @@
 
       <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.4.3</version>
           <configuration>
             <phase>test</phase>
             <skipTests>true</skipTests>

Modified: integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-trust-eap5-native/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -25,7 +25,6 @@
      <plugins>
        <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
           <configuration>
             <phase>test</phase>
            <!--  <skipTests>true</skipTests> -->

Modified: integration-tests/branches/product/picketlink-trust-tests/pom.xml
===================================================================
--- integration-tests/branches/product/picketlink-trust-tests/pom.xml	2011-09-07 18:36:15 UTC (rev 1203)
+++ integration-tests/branches/product/picketlink-trust-tests/pom.xml	2011-09-07 19:02:21 UTC (rev 1204)
@@ -125,7 +125,6 @@
 
       <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
           <configuration>
             <phase>test</phase>
             <skipTests>true</skipTests>



More information about the jboss-cvs-commits mailing list