Author: psharples
Date: Thu Oct 20 10:15:34 2011
New Revision: 1186710

URL: http://svn.apache.org/viewvc?rev=1186710&view=rev
Log:
Updated name & description, as they were not being populated in the pom instance

Modified:
    incubator/wookie/branches/0.9.1/connector/java/pom-template.xml
    incubator/wookie/branches/0.9.1/parser/java/pom-template.xml

Modified: incubator/wookie/branches/0.9.1/connector/java/pom-template.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/connector/java/pom-template.xml?rev=1186710&r1=1186709&r2=1186710&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/connector/java/pom-template.xml (original)
+++ incubator/wookie/branches/0.9.1/connector/java/pom-template.xml Thu Oct 20 
10:15:34 2011
@@ -23,8 +23,8 @@
   <artifactId>${ivy.pom.artifactId}</artifactId>
   <packaging>${ivy.pom.packaging}</packaging>
   <version>${ivy.pom.version}</version>
-  <name>${ivy.pom.name}</name>
-  <description>${ivy.pom.description}</description>
+  <name>Apache Wookie java connector</name>
+  <description>Apache Wookie remote java connector</description>
   <licenses>
        <license>
       <name>The Apache Software License, Version 2.0</name>

Modified: incubator/wookie/branches/0.9.1/parser/java/pom-template.xml
URL: 
http://svn.apache.org/viewvc/incubator/wookie/branches/0.9.1/parser/java/pom-template.xml?rev=1186710&r1=1186709&r2=1186710&view=diff
==============================================================================
--- incubator/wookie/branches/0.9.1/parser/java/pom-template.xml (original)
+++ incubator/wookie/branches/0.9.1/parser/java/pom-template.xml Thu Oct 20 
10:15:34 2011
@@ -17,8 +17,8 @@
   <artifactId>${ivy.pom.artifactId}</artifactId>
   <packaging>${ivy.pom.packaging}</packaging>
   <version>${ivy.pom.version}</version>
-  <name>${ivy.pom.name}</name>
-  <description>${ivy.pom.description}</description>
+  <name>Apache Wookie parser</name>
+  <description>Apache Wookie W3C widget parser</description>
   <licenses>
        <license>
       <name>The Apache Software License, Version 2.0</name>


Reply via email to