Author: simonetripodi
Date: Mon Sep 10 14:48:39 2012
New Revision: 1382907

URL: http://svn.apache.org/viewvc?rev=1382907&view=rev
Log:
code format, no functional modifications

Modified:
    incubator/any23/trunk/encoding/pom.xml

Modified: incubator/any23/trunk/encoding/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/encoding/pom.xml?rev=1382907&r1=1382906&r2=1382907&view=diff
==============================================================================
--- incubator/any23/trunk/encoding/pom.xml (original)
+++ incubator/any23/trunk/encoding/pom.xml Mon Sep 10 14:48:39 2012
@@ -18,14 +18,18 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
   <modelVersion>4.0.0</modelVersion>
+
   <parent>
     <artifactId>apache-any23</artifactId>
     <groupId>org.apache.any23</groupId>
     <version>0.7.1-incubating-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
+
   <artifactId>apache-any23-encoding</artifactId>
+
   <name>Apache Any23 :: Encoding Detection</name>
+
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -54,4 +58,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
 </project>


Reply via email to