Reformat only
authorJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 00:10:59 +0000 (01:10 +0100)
committerJakub Skoczen <jakub@indexdata.dk>
Wed, 14 Mar 2012 00:10:59 +0000 (01:10 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index e0ce43e..c716438 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>1.0-beta-6</version>
       </extension>
     </extensions>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-compiler-plugin</artifactId>
-                <version>2.0.2</version>
-                <configuration>
-                    <source>1.6</source>
-                    <target>1.6</target>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
-    <dependencies>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.0.2</version>
+        <configuration>
+          <source>1.6</source>
+          <target>1.6</target>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
+  <dependencies>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>