You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ve...@apache.org on 2013/02/09 16:48:21 UTC

svn commit: r1444381 - /abdera/java/trunk/extensions/opensearch/pom.xml

Author: veithen
Date: Sat Feb  9 15:48:20 2013
New Revision: 1444381

URL: http://svn.apache.org/r1444381
Log:
Fixed formatting.

Modified:
    abdera/java/trunk/extensions/opensearch/pom.xml

Modified: abdera/java/trunk/extensions/opensearch/pom.xml
URL: http://svn.apache.org/viewvc/abdera/java/trunk/extensions/opensearch/pom.xml?rev=1444381&r1=1444380&r2=1444381&view=diff
==============================================================================
--- abdera/java/trunk/extensions/opensearch/pom.xml (original)
+++ abdera/java/trunk/extensions/opensearch/pom.xml Sat Feb  9 15:48:20 2013
@@ -69,10 +69,10 @@
             <artifactId>junit</artifactId>
         </dependency>
         <dependency>
-      <groupId>org.apache.abdera</groupId>
-      <artifactId>abdera-extensions-json</artifactId>
-      <version>1.2-SNAPSHOT</version>  
-      <scope>test</scope>
-    </dependency> 
+            <groupId>org.apache.abdera</groupId>
+            <artifactId>abdera-extensions-json</artifactId>
+            <version>1.2-SNAPSHOT</version>  
+            <scope>test</scope>
+        </dependency> 
     </dependencies>
 </project>