You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2018/03/13 15:18:25 UTC

[2/2] bval git commit: join lines

join lines


Project: http://git-wip-us.apache.org/repos/asf/bval/repo
Commit: http://git-wip-us.apache.org/repos/asf/bval/commit/b7b7a103
Tree: http://git-wip-us.apache.org/repos/asf/bval/tree/b7b7a103
Diff: http://git-wip-us.apache.org/repos/asf/bval/diff/b7b7a103

Branch: refs/heads/bv2
Commit: b7b7a1032ef924e0dc8ef98a2f2d754ccb20b05d
Parents: dda3f94
Author: Matt Benson <mb...@apache.org>
Authored: Tue Mar 13 10:18:18 2018 -0500
Committer: Matt Benson <mb...@apache.org>
Committed: Tue Mar 13 10:18:18 2018 -0500

----------------------------------------------------------------------
 bval-tck/pom.xml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bval/blob/b7b7a103/bval-tck/pom.xml
----------------------------------------------------------------------
diff --git a/bval-tck/pom.xml b/bval-tck/pom.xml
index 2449f76..b13d1f0 100644
--- a/bval-tck/pom.xml
+++ b/bval-tck/pom.xml
@@ -197,8 +197,7 @@ under the License.
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <suiteXmlFiles>
-                                <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml
-                                </suiteXmlFile>
+                                <suiteXmlFile>${project.build.directory}/dependency/beanvalidation-tck-tests-suite.xml</suiteXmlFile>
                             </suiteXmlFiles>
                             <systemProperties>
                                 <property>
@@ -208,7 +207,6 @@ under the License.
                             </systemProperties>
                             <parallel>methods</parallel>
                             <threadCount>4</threadCount>
-
                         </configuration>
                     </plugin>