[java-parent-project-v3] 01/02: Formatting.

Tom Zeller tzeller at dragonacea.biz
Tue May 31 19:00:05 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-parent-project-v3.

commit 13bb0aa000e5ad9a8c33c283d083fa701c146d31
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 31 17:18:10 2016 -0500

    Formatting.
---
 pom.xml | 38 +++++++++++++++++++-------------------
 1 file changed, 19 insertions(+), 19 deletions(-)

diff --git a/pom.xml b/pom.xml
index d76f944..badbdc0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -940,25 +940,25 @@
                 </repository>
             </repositories>
         </profile>
-    <profile>
-        <id>jdk7-use-split-verifier</id>
-        <activation>
-            <jdk>1.7</jdk>
-        </activation>
-        <build>
-            <plugins>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <configuration>
-                        <redirectTestOutputToFile>true</redirectTestOutputToFile>
-                        <!-- Change the bytecode verifier so that Cobertura will work. -->
-                        <argLine>-XX:-UseSplitVerifier</argLine>
-                    </configuration>
-                </plugin>
-            </plugins>
-        </build>
-    </profile>
+        <profile>
+            <id>jdk7-use-split-verifier</id>
+            <activation>
+                <jdk>1.7</jdk>
+            </activation>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.apache.maven.plugins</groupId>
+                        <artifactId>maven-surefire-plugin</artifactId>
+                        <configuration>
+                            <redirectTestOutputToFile>true</redirectTestOutputToFile>
+                            <!-- Change the bytecode verifier so that Cobertura will work. -->
+                            <argLine>-XX:-UseSplitVerifier</argLine>
+                        </configuration>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
     </profiles>
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list