Author: mostarda
Date: Wed Sep 12 16:32:51 2012
New Revision: 1384025

URL: http://svn.apache.org/viewvc?rev=1384025&view=rev
Log:
Added missing module descriptions.

Modified:
    any23/trunk/api/pom.xml
    any23/trunk/core/pom.xml
    any23/trunk/csvutils/pom.xml
    any23/trunk/encoding/pom.xml
    any23/trunk/mime/pom.xml
    any23/trunk/nquads/pom.xml
    any23/trunk/service/pom.xml

Modified: any23/trunk/api/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/api/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/api/pom.xml (original)
+++ any23/trunk/api/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <artifactId>apache-any23-api</artifactId>
  
   <name>Apache Any23 :: Base API</name>
+  <description>Any23 library external API.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/core/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/core/pom.xml (original)
+++ any23/trunk/core/pom.xml Wed Sep 12 16:32:51 2012
@@ -28,6 +28,7 @@
   <artifactId>apache-any23-core</artifactId>
 
   <name>Apache Any23 :: Core</name>
+  <description>Core Any23 library implementation.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/csvutils/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/csvutils/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/csvutils/pom.xml (original)
+++ any23/trunk/csvutils/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <artifactId>apache-any23-csvutils</artifactId>
 
   <name>Apache Any23 :: CSV Utilities</name>
+  <description>CSV specific library.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/encoding/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/encoding/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/encoding/pom.xml (original)
+++ any23/trunk/encoding/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <artifactId>apache-any23-encoding</artifactId>
 
   <name>Apache Any23 :: Encoding Detection</name>
+  <description>Encoding detection library.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/mime/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/mime/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/mime/pom.xml (original)
+++ any23/trunk/mime/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <artifactId>apache-any23-mime</artifactId>
 
   <name>Apache Any23 :: Mime Type Detection</name>
+  <description>MIME Type detection library.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/nquads/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/nquads/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/nquads/pom.xml (original)
+++ any23/trunk/nquads/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <artifactId>apache-any23-nquads</artifactId>
 
   <name>Apache Any23 :: NQuads Parser and Writer</name>
+  <description>NQuads parsing and serialization library.</description>
 
   <dependencies>
     <dependency>

Modified: any23/trunk/service/pom.xml
URL: 
http://svn.apache.org/viewvc/any23/trunk/service/pom.xml?rev=1384025&r1=1384024&r2=1384025&view=diff
==============================================================================
--- any23/trunk/service/pom.xml (original)
+++ any23/trunk/service/pom.xml Wed Sep 12 16:32:51 2012
@@ -29,6 +29,7 @@
   <packaging>war</packaging>
 
   <name>Apache Any23 :: Service</name>
+  <description>Any23 Frontend and REST Service implementation.</description>
 
   <properties>
     <!-- the following property is used in the bash script as well, don't 
remove it! -->


Reply via email to