Author: simonetripodi
Date: Mon Sep 10 14:56:17 2012
New Revision: 1382917

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

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

Modified: incubator/any23/trunk/nquads/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/any23/trunk/nquads/pom.xml?rev=1382917&r1=1382916&r2=1382917&view=diff
==============================================================================
--- incubator/any23/trunk/nquads/pom.xml (original)
+++ incubator/any23/trunk/nquads/pom.xml Mon Sep 10 14:56:17 2012
@@ -19,14 +19,18 @@
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";
   xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <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-nquads</artifactId>
+
   <name>Apache Any23 :: NQuads Parser and Writer</name>
+
   <dependencies>
     <dependency>
       <groupId>${project.groupId}</groupId>
@@ -59,5 +63,5 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-</project>
 
+</project>


Reply via email to