You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2009/12/15 09:56:58 UTC

svn commit: r890698 - /cocoon/trunk/subprojects/cocoon-xml/pom.xml

Author: cziegeler
Date: Tue Dec 15 08:56:58 2009
New Revision: 890698

URL: http://svn.apache.org/viewvc?rev=890698&view=rev
Log:
Correct export version info and use released parent pom.

Modified:
    cocoon/trunk/subprojects/cocoon-xml/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-xml/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-xml/pom.xml?rev=890698&r1=890697&r2=890698&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-xml/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-xml/pom.xml Tue Dec 15 08:56:58 2009
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>5</version>
     <relativePath>../../parent/pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -78,7 +78,7 @@
         <configuration>
           <instructions>
             <Export-Package>
-              org.apache.cocoon.xml.sax,
+              org.apache.cocoon.xml.sax;version=2.0,
               org.apache.cocoon.xml.dom;version=2.0
             </Export-Package>
           </instructions>