Author: psharples
Date: Thu Oct 20 19:53:38 2011
New Revision: 1187020

URL: http://svn.apache.org/viewvc?rev=1187020&view=rev
Log:
updated the packaging type - should be jar, not pom

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=1187020&r1=1187019&r2=1187020&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 
19:53:38 2011
@@ -21,7 +21,7 @@
   
   <groupId>${ivy.pom.groupId}</groupId>
   <artifactId>${ivy.pom.artifactId}</artifactId>
-  <packaging>${ivy.pom.packaging}</packaging>
+  <packaging>jar</packaging>
   <version>${ivy.pom.version}</version>
   <name>Apache Wookie java connector</name>
   <description>Apache Wookie remote java connector</description>

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=1187020&r1=1187019&r2=1187020&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 
19:53:38 2011
@@ -15,7 +15,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>${ivy.pom.groupId}</groupId> 
   <artifactId>${ivy.pom.artifactId}</artifactId>
-  <packaging>${ivy.pom.packaging}</packaging>
+  <packaging>jar</packaging>
   <version>${ivy.pom.version}</version>
   <name>Apache Wookie parser</name>
   <description>Apache Wookie W3C widget parser</description>


Reply via email to