You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/04/19 16:18:18 UTC

svn commit: r1327958 - in /cocoon/subprojects/trunk/cocoon-serializers-charsets: ./ pom.xml

Author: ilgrosso
Date: Thu Apr 19 14:18:17 2012
New Revision: 1327958

URL: http://svn.apache.org/viewvc?rev=1327958&view=rev
Log:
Moving cocoon-serializers-charsets to /subprojects.

Added:
    cocoon/subprojects/trunk/cocoon-serializers-charsets/
      - copied from r1327937, cocoon/trunk/blocks/cocoon-serializers/cocoon-serializers-charsets/
Modified:
    cocoon/subprojects/trunk/cocoon-serializers-charsets/pom.xml

Modified: cocoon/subprojects/trunk/cocoon-serializers-charsets/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/trunk/cocoon-serializers-charsets/pom.xml?rev=1327958&r1=1327937&r2=1327958&view=diff
==============================================================================
--- cocoon/subprojects/trunk/cocoon-serializers-charsets/pom.xml (original)
+++ cocoon/subprojects/trunk/cocoon-serializers-charsets/pom.xml Thu Apr 19 14:18:17 2012
@@ -28,11 +28,10 @@
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>8</version>
-    <relativePath>../../../parent/pom.xml</relativePath>
+    <version>9-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-serializers-charsets</artifactId>
-  <version>1.0.1-SNAPSHOT</version>
+  <version>1.0.2-SNAPSHOT</version>
   <name>Apache Cocoon Serializers Charsets</name>
   
   <distributionManagement>
@@ -59,37 +58,18 @@
       <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.0.1</version>
+        <version>2.3.7</version>
         <extensions>true</extensions>
         <configuration>
           <instructions>
             <Bundle-DocURL>http://cocoon.apache.org/blocks/serializers/${docs.version}/</Bundle-DocURL>
             <Export-Package>
-              org.apache.cocoon.components.serializers.encoding;version=${pom.version},
-              org.apache.cocoon.components.serializers.util;version=${pom.version}
+              org.apache.cocoon.components.serializers.encoding;version=${project.version},
+              org.apache.cocoon.components.serializers.util;version=${project.version}
             </Export-Package>
           </instructions>
         </configuration>
       </plugin>
     </plugins>
-  </build>  
-  
-  <profiles>
-    <profile>
-      <id>daisy</id>
-      <build>
-        <plugins>
-          <plugin>
-            <groupId>org.daisycms</groupId>
-            <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
-              <navDocId>1235</navDocId>
-              <collection>cdocs-serializers</collection>          
-              <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
-            </configuration>
-          </plugin>    
-        </plugins>
-      </build>      
-    </profile>
-  </profiles>
+  </build>
 </project>