svn commit: r1907085 [2/3] - in /cocoon/branches/cocoon-2.2.1: blocks/ blocks/cocoon-ajax/cocoon-ajax-impl/ blocks/cocoon-ajax/cocoon-ajax-sample/ blocks/cocoon-apples/cocoon-apples-impl/ blocks/cocoon-apples/cocoon-apples-sample/ blocks/cocoon-asciiar...

[email protected] Sun, 29 Jan 2023 21:38:10 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-itext/cocoon-itext-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-itext/cocoon-itext-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-itext/cocoon-itext-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-itext/cocoon-itext-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -45,12 +45,12 @@
       <url>${docs.deploymentBaseUrl}/blocks/javaflow/${docs.version}/</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
-    <docs.name>Cocoon JavaFlow</docs.name>    
+    <docs.name>Cocoon JavaFlow</docs.name>
     <docs.version>1.0</docs.version>
   </properties>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -91,7 +91,7 @@
       <version>2.2.1</version>
     </dependency>
   </dependencies>
-  
+
   <repositories>
     <!-- Repository for the commons-jci -->
     <repository>
@@ -104,9 +104,9 @@
       <snapshots>
         <enabled>false</enabled>
       </snapshots>
-    </repository>  
+    </repository>
   </repositories>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -115,15 +115,15 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1231</navDocId>
-              <collection>cdocs-javaflow</collection>          
+              <collection>cdocs-javaflow</collection>
               <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
             </configuration>
           </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
-  </profiles>  
-   
+  </profiles>
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-javaflow/cocoon-javaflow-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -29,7 +29,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -38,7 +38,7 @@
   <version>1.0.0-SNAPSHOT</version>
   <name>Javaflow Block Samples</name>
   <packaging>jar</packaging>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/cocoon-jcr-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/cocoon-jcr-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/cocoon-jcr-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/cocoon-jcr-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -42,4 +42,23 @@
       <artifactId>cocoon-samples-style-default</artifactId>
     </dependency>
   </dependencies>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/COB-INF/repotest/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jcr/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -43,8 +43,8 @@
       <name>Apache Maven 1 Repository</name>
       <url>http://people.apache.org/repo/m1-snapshot-repository</url>
       <layout>legacy</layout>
-    </repository>  
-  </repositories>  
+    </repository>
+  </repositories>
 
   <dependencies>
     <dependency>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jfor/cocoon-jfor-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -26,26 +26,26 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <artifactId>cocoon-jms-impl</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon JMS Block Implementation</name>
-  <url>http://cocoon.apache.org/${docs.m.jms.relPath}</url>      
-  
+  <url>http://cocoon.apache.org/${docs.m.jms.relPath}</url>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.jms.relPath}</url>
     </site>
-  </distributionManagement>  
-  
+  </distributionManagement>
+
   <properties>
-    <docs.name>Cocoon JMS</docs.name>    
+    <docs.name>Cocoon JMS</docs.name>
     <docs.version>1.0</docs.version>
-  </properties>      
+  </properties>
 
   <dependencies>
     <dependency>
@@ -59,13 +59,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jms</artifactId>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jms_1.1_spec</artifactId>
     </dependency>
   </dependencies>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -81,7 +81,7 @@
             </configuration>
           </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
-  </profiles>    
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jms/cocoon-jms-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -7,9 +7,9 @@
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
-  
+
   http://www.apache.org/licenses/LICENSE-2.0
-  
+
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-mocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-mocks/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-mocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-mocks/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-jsp/cocoon-jsp-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -19,39 +19,39 @@
 -->
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
+
   <modelVersion>4.0.0</modelVersion>
   <packaging>jar</packaging>
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>    
+    <version>7-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-linkrewriter-impl</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <name>Cocoon Linkrewriter Block Implementation</name>
-  <url>http://cocoon.apache.org/${docs.m.linkrewriter.relPath}</url>  
-  
+  <url>http://cocoon.apache.org/${docs.m.linkrewriter.relPath}</url>
+
   <properties>
-    <docs.name>Cocoon Linkrewriter Block</docs.name>    
+    <docs.name>Cocoon Linkrewriter Block</docs.name>
     <docs.version>${docs.m.linkrewriter.version}</docs.version>
-  </properties>  
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.linkrewriter.relPath}</url>
     </site>
   </distributionManagement>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
     </dependency>
   </dependencies>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -60,13 +60,13 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1355</navDocId>
-              <collection>cdocs-linkrewriter</collection>             
+              <collection>cdocs-linkrewriter</collection>
             </configuration>
           </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
   </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-linkrewriter/cocoon-linkrewriter-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -24,12 +24,12 @@
 
   <modelVersion>4.0.0</modelVersion>
   <packaging>jar</packaging>
-    
+
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>    
+    <version>7-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-linkrewriter-sample</artifactId>
   <version>1.0.0-SNAPSHOT</version>
@@ -45,5 +45,5 @@
       <artifactId>cocoon-samples-style-default</artifactId>
     </dependency>
   </dependencies>
-  
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -42,12 +42,12 @@
       <url>${docs.deploymentBaseUrl}/blocks/lucene/${docs.version}/</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
-    <docs.name>Cocoon Lucene</docs.name>    
+    <docs.name>Cocoon Lucene</docs.name>
     <docs.version>1.0</docs.version>
   </properties>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
@@ -63,7 +63,7 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -72,14 +72,14 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1232</navDocId>
-              <collection>cdocs-lucene</collection>          
+              <collection>cdocs-lucene</collection>
               <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
             </configuration>
-          </plugin>  
+          </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
-  </profiles>  
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-lucene/cocoon-lucene-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -19,21 +19,21 @@
 -->
 <!-- $Id$ -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
-  <modelVersion>4.0.0</modelVersion>  
-  <packaging>jar</packaging>  
-  
+
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>jar</packaging>
+
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <groupId>org.apache.cocoon</groupId>
   <artifactId>cocoon-mail-impl</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <name>Cocoon Mail Block Implementation</name>
-  <url>http://cocoon.apache.org/${docs.m.forms.relPath}</url>  
+  <url>http://cocoon.apache.org/${docs.m.forms.relPath}</url>
 
   <distributionManagement>
     <site>
@@ -43,7 +43,7 @@
   </distributionManagement>
 
   <properties>
-    <docs.name>Cocoon Mail</docs.name>    
+    <docs.name>Cocoon Mail</docs.name>
     <docs.version>${docs.m.mail.version}</docs.version>
   </properties>
 
@@ -62,7 +62,7 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -71,14 +71,14 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1233</navDocId>
-              <collection>cdocs-mail</collection>          
+              <collection>cdocs-mail</collection>
               <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
             </configuration>
           </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
   </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-mail/cocoon-mail-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -22,13 +22,13 @@
     |
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
+
   <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>  
+  <packaging>jar</packaging>
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-mail-sample</artifactId>
@@ -46,4 +46,22 @@
     </dependency>
   </dependencies>
 
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/COB-INF/mail/resources/asciiart/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -91,4 +91,23 @@
       <type>test-jar</type>
     </dependency>
   </dependencies>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/test/resources/org/apache/cocoon/generation/XMidi.dtd</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-midi/cocoon-midi-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-naming/cocoon-naming-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -42,4 +42,22 @@
       <artifactId>cocoon-naming-impl</artifactId>
     </dependency>
   </dependencies>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/COB-INF/notyet.txt</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-mocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-mocks/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-mocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-mocks/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-ojb/cocoon-ojb-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-petstore/cocoon-petstore-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -46,4 +46,22 @@
       <artifactId>poi</artifactId>
     </dependency>
   </dependencies>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/Anchors.java.rep</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-poi/cocoon-poi-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/cocoon-portal-portlet-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/cocoon-portal-portlet-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/cocoon-portal-portlet-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/cocoon-portal-portlet-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -36,28 +36,28 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      
+
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-portal-impl</artifactId>
-      
+
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-portal-bridges-impl</artifactId>
-      
+
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-serializers-impl</artifactId>
-      
+
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-portal-sitemap</artifactId>
-      
+
     </dependency>
     <dependency>
       <groupId>org.codehaus.castor</groupId>
@@ -66,20 +66,38 @@
     <dependency>
       <groupId>org.apache.pluto</groupId>
       <artifactId>pluto</artifactId>
-      
+
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.portlet</groupId>
       <artifactId>portlet-api</artifactId>
-      
+
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
-      
+
       <scope>provided</scope>
     </dependency>
   </dependencies>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/org/apache/cocoon/portal/pluto/deployment/web-app_2_3.dtd</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-portal/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>
@@ -38,7 +38,7 @@
     <module>cocoon-portal-auth-impl</module>
     <module>cocoon-portal-impl</module>
     <module>cocoon-portal-portlet-impl</module>
-    <!-- 
+    <!--
     <module>cocoon-portal-portlet-newimpl</module>
     <module>cocoon-portal-wsrp-impl</module>
      -->

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -60,10 +60,10 @@
   </distributionManagement>
 
   <properties>
-    <docs.name>Cocoon Profiler</docs.name>    
+    <docs.name>Cocoon Profiler</docs.name>
     <docs.version>${docs.m.profiler.version}</docs.version>
   </properties>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -79,8 +79,8 @@
             </configuration>
           </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
-  </profiles>     
-  
+  </profiles>
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-profiler/cocoon-profiler-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-proxy/cocoon-proxy-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-mocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-mocks/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-mocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-python/cocoon-python-mocks/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-qdox/cocoon-qdox-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-querybean/cocoon-querybean-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-repository/cocoon-repository-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-repository/cocoon-repository-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-repository/cocoon-repository-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-repository/cocoon-repository-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -47,7 +47,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.excalibur.components</groupId>
-      <artifactId>excalibur-datasource</artifactId>    
+      <artifactId>excalibur-datasource</artifactId>
     </dependency>
     <!-- test -->
     <dependency>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-samples-style/cocoon-samples-style-default/pom.xml Sun Jan 29 21:38:09 2023
@@ -21,20 +21,20 @@
     | @version $Id$
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
-  
+
   <modelVersion>4.0.0</modelVersion>
-  <packaging>jar</packaging>  
-  
+  <packaging>jar</packaging>
+
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
-    <relativePath>../../pom.xml</relativePath>    
+    <version>7-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   <name>Cocoon Samples Style Default Block</name>
   <artifactId>cocoon-samples-style-default</artifactId>
   <version>1.0.0-SNAPSHOT</version>
-  
+
   <build>
     <finalName>cocoon-samples-style-default</finalName>
     <plugins>
@@ -55,18 +55,18 @@
       </plugin>
     </plugins>
   </build>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-core</artifactId>
-      
+
     </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-template-impl</artifactId>
-      
+
     </dependency>
   </dependencies>
-  
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-scratchpad/cocoon-scratchpad-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-serializers/cocoon-serializers-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -22,31 +22,31 @@
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
-  <modelVersion>4.0.0</modelVersion>  
-  <packaging>jar</packaging>  
-  
+  <modelVersion>4.0.0</modelVersion>
+  <packaging>jar</packaging>
+
   <parent>
     <artifactId>cocoon</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>8</version>
+    <version>10-SNAPSHOT</version>
     <relativePath>../../../parent/pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-serializers-impl</artifactId>
   <version>1.0.1-SNAPSHOT</version>
   <name>Cocoon Serializers Block Implementation</name>
-  
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/blocks/serializers/${docs.version}/</url>
     </site>
   </distributionManagement>
-  
+
   <properties>
-    <docs.name>Cocoon Serializers</docs.name>    
+    <docs.name>Cocoon Serializers</docs.name>
     <docs.version>1.0</docs.version>
   </properties>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -81,7 +81,7 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -90,14 +90,14 @@
           <plugin>
             <groupId>org.daisycms</groupId>
             <artifactId>daisy-maven-plugin</artifactId>
-            <configuration>        
+            <configuration>
               <navDocId>1235</navDocId>
-              <collection>cdocs-serializers</collection>          
+              <collection>cdocs-serializers</collection>
               <skipFirstNavigationDocumentLevel>true</skipFirstNavigationDocumentLevel>
             </configuration>
-          </plugin>    
+          </plugin>
         </plugins>
-      </build>      
+      </build>
     </profile>
   </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-session-fw/cocoon-session-fw-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-slide/cocoon-slide-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-slop/cocoon-slop-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -46,4 +46,22 @@
       <artifactId>cocoon-samples-style-default</artifactId>
     </dependency>
   </dependencies>
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/COB-INF/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-stx/cocoon-stx-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-taglib/cocoon-taglib-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -127,6 +127,22 @@
             </configuration>
           </plugin>
         </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/Manifest.mf</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
       </build>
     </profile>
   </profiles>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-template/cocoon-template-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-template-sample</artifactId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-tour/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-tour/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-tour/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-tour/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-validation/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-validation/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-validation/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-validation/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-velocity/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-velocity/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-velocity/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-velocity/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-web3/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-web3/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-web3/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-web3/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-webdav/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-webdav/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-webdav/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-webdav/pom.xml Sun Jan 29 21:38:09 2023
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-welcome/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-welcome/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-welcome/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-welcome/pom.xml Sun Jan 29 21:38:09 2023
@@ -24,16 +24,16 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <packaging>jar</packaging>
-  
+
   <parent>
     <artifactId>cocoon-blocks-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-welcome</artifactId>
-  <version>1.0.0-M1-SNAPSHOT</version>  
+  <version>1.0.0-M1-SNAPSHOT</version>
   <name>Cocoon Welcome (Samples)</name>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -52,7 +52,7 @@
       </plugin>
     </plugins>
   </build>
-  
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 
@@ -43,9 +43,9 @@
       <name>Apache Maven 1 Repository</name>
       <url>http://people.apache.org/repo/m1-snapshot-repository</url>
       <layout>legacy</layout>
-    </repository>  
-  </repositories>    
-  
+    </repository>
+  </repositories>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-xmldb/cocoon-xmldb-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-impl/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-sample/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/cocoon-xsp/cocoon-xsp-sample/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon-blocks-modules</artifactId>
-    <version>6-SNAPSHOT</version>
+    <version>7-SNAPSHOT</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

Modified: cocoon/branches/cocoon-2.2.1/blocks/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/pom.xml Sun Jan 29 21:38:09 2023
@@ -28,7 +28,7 @@
     <relativePath>../parent</relativePath>
   </parent>
   <artifactId>cocoon-blocks-modules</artifactId>
-  <version>6-SNAPSHOT</version>
+  <version>7-SNAPSHOT</version>
   <name>Cocoon Blocks [modules]</name>
   <packaging>pom</packaging>
 
@@ -225,6 +225,34 @@
         <module>cocoon-xsp/cocoon-xsp-sample</module>
       </modules>
     </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>cocoon-*/**/target/**</exclude>
+                <!-- Sample resources. -->
+                <exclude>cocoon-*/cocoon-*-sample/src/main/resources/**</exclude>
+                <!-- Test files. -->
+                <exclude>cocoon-chaperon/cocoon-chaperon-impl/src/test/resources/org/apache/cocoon/generation/*.txt</exclude>
+                <!-- XMidi is MIT license. -->
+                <exclude>cocoon-midi/cocoon-midi-impl/src/test/resources/org/apache/cocoon/generation/*.dtd</exclude>
+                <!-- Text resource for Cocoon POI element processor. -->
+                <exclude>cocoon-poi/cocoon-poi-impl/src/main/resources/org/apache/cocoon/components/elementprocessor/impl/poi/hssf/elements/**</exclude>
+                <!-- Generated properties. -->
+                <exclude>cocoon-html/cocoon-html-impl/src/main/resources/org/apache/cocoon/html/*.properties</exclude>
+                <!-- Sun Microsystem license. -->
+                <exclude>cocoon-portal/cocoon-portal-portlet-impl/src/main/resources/org/apache/cocoon/portal/pluto/deployment/web-app_2_3.dtd</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
   </profiles>
 
   <scm>

Modified: cocoon/branches/cocoon-2.2.1/commons/legal/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/commons/legal/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/commons/legal/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/commons/legal/pom.xml Sun Jan 29 21:38:09 2023
@@ -27,7 +27,7 @@
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>9</version>
+    <version>10-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <artifactId>cocoon-licenses</artifactId>
@@ -36,4 +36,23 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/commons/legal</connection>
   </scm>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/commons/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/commons/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/commons/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/commons/pom.xml Sun Jan 29 21:38:09 2023
@@ -40,4 +40,26 @@
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/commons</connection>
   </scm>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>TO-SYNC-FROM-BRANCH.txt</exclude>
+                <exclude>bylaws/bylaws.txt</exclude>
+                <exclude>CREDITS.txt</exclude>
+                <exclude>misc/graphics/*.ai</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml Sun Jan 29 21:38:09 2023
@@ -117,7 +117,7 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-configuration-api</artifactId>
-    </dependency>  
+    </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-block-deployment</artifactId>
@@ -289,6 +289,22 @@
             </configuration>
           </plugin>
         </plugins>
+      </build>
+    </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/test/resources/org/apache/cocoon/transformation/xinclude-incl.txt</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
       </build>
     </profile>
   </profiles>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-webapp/pom.xml Sun Jan 29 21:38:09 2023
@@ -32,7 +32,7 @@
     <version>6-SNAPSHOT</version>
   </parent>
   <artifactId>cocoon-webapp</artifactId>
-  <version>2.2.0-M2-SNAPSHOT</version>
+  <version>2.2.1-SNAPSHOT</version>
   <packaging>war</packaging>
   <name>Cocoon Webapp</name>
 

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-xml/cocoon-xml-resolver/pom.xml Sun Jan 29 21:38:09 2023
@@ -34,7 +34,7 @@
   <version>1.1.0-SNAPSHOT</version>
   <name>Cocoon XML Resolver</name>
   <description>
-    The Cocoon system resolver component together with default enteties.
+    The Cocoon system resolver component together with default entities.
   </description>
   <url>http://cocoon.apache.org/${docs.m.xml-resolver.relPath}</url>
 
@@ -58,11 +58,30 @@
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-block-deployment</artifactId>
-    </dependency>   
+    </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-xml-impl</artifactId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>
+
+  <profiles>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>src/main/resources/META-INF/cocoon/entities/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
 </project>

Modified: cocoon/branches/cocoon-2.2.1/core/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/pom.xml Sun Jan 29 21:38:09 2023
@@ -41,7 +41,7 @@
     <module>cocoon-pipeline/cocoon-pipeline-components</module>
     <module>cocoon-sitemap/cocoon-sitemap-api</module>
     <module>cocoon-sitemap/cocoon-sitemap-impl</module>
-    <module>cocoon-sitemap/cocoon-sitemap-components</module>   
+    <module>cocoon-sitemap/cocoon-sitemap-components</module>
     <module>cocoon-store/cocoon-store-impl</module>
     <module>cocoon-thread/cocoon-thread-api</module>
     <module>cocoon-thread/cocoon-thread-impl</module>
@@ -54,7 +54,7 @@
     <module>cocoon-expression-language/cocoon-expression-language-api</module>
     <module>cocoon-expression-language/cocoon-expression-language-impl</module>
   </modules>
-  
+
   <reporting>
     <plugins>
       <plugin>
@@ -73,8 +73,8 @@
         </reportSets>
       </plugin>
     </plugins>
-  </reporting>  
-  
+  </reporting>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core</developerConnection>
@@ -87,7 +87,7 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-configuration-api</artifactId>
-        <version>1.0.2</version>
+        <version>1.0.5-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
@@ -107,7 +107,7 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-core</artifactId>
-        <version>2.2.0</version>
+        <version>2.2.1-SNAPSHOT</version>
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
@@ -129,7 +129,7 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-pipeline-impl</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
         <type>test-jar</type>
         <scope>test</scope>
       </dependency>
@@ -151,14 +151,14 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-sitemap-impl</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0-SNAPSHOT</version>
         <scope>test</scope>
-        <type>test-jar</type>        
-      </dependency>      
+        <type>test-jar</type>
+      </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-spring-configurator</artifactId>
-        <version>1.0.2</version>
+        <version>2.2.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
@@ -184,7 +184,7 @@
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-xml-resolver</artifactId>
         <version>1.1.0-SNAPSHOT</version>
-      </dependency>      
+      </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-xml-api</artifactId>
@@ -200,9 +200,9 @@
         <artifactId>cocoon-xml-util</artifactId>
         <version>1.1.0-SNAPSHOT</version>
       </dependency>
-    </dependencies>        
+    </dependencies>
   </dependencyManagement-->
-    
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -214,10 +214,26 @@
             <configuration>
               <createSiteXmlOnly>true</createSiteXmlOnly>
             </configuration>
-          </plugin> 
+          </plugin>
         </plugins>
-      </build>      
-    </profile>   
-  </profiles>  
-  
+      </build>
+    </profile>
+    <profile>
+      <id>release</id>
+      <build>
+        <plugins>
+          <plugin>
+            <groupId>org.apache.rat</groupId>
+            <artifactId>apache-rat-plugin</artifactId>
+            <configuration>
+              <excludes>
+                <exclude>cocoon-servlet-service/**/target/**</exclude>
+              </excludes>
+            </configuration>
+          </plugin>
+        </plugins>
+      </build>
+    </profile>
+  </profiles>
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/site/cocoon-22-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/site/cocoon-22-site/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/site/cocoon-22-site/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/site/cocoon-22-site/pom.xml Sun Jan 29 21:38:09 2023
@@ -22,32 +22,32 @@
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  
+
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>9</version>
+    <version>10-SNAPSHOT</version>
     <relativePath/>
   </parent>
-  
+
   <artifactId>cocoon-22-site</artifactId>
   <version>1.0.0-SNAPSHOT</version>
-  
+
   <name>Cocoon 2.2 Site</name>
   <url>http://cocoon.apache.org/${docs.m.site-22.relPath}</url>
-  
+
   <properties>
     <docs.name>Cocoon 2.2</docs.name>
-    <docs.urlRelativizer>../</docs.urlRelativizer>    
-  </properties>      
-  
+    <docs.urlRelativizer>../</docs.urlRelativizer>
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.site-22.relPath}</url>
     </site>
   </distributionManagement>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -87,5 +87,5 @@
       </plugin>
     </plugins>
   </build>
-  
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/site/cocoon-blocks-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/site/cocoon-blocks-site/pom.xml?rev=1907085&r1=1907084&r2=1907085&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/site/cocoon-blocks-site/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/site/cocoon-blocks-site/pom.xml Sun Jan 29 21:38:09 2023
@@ -22,32 +22,32 @@
     +-->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
-  
+
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
-    <version>9</version>
+    <version>10-SNAPSHOT</version>
     <relativePath/>
   </parent>
-  
+
   <artifactId>cocoon-blocks-site</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Cocoon Blocks Site</name>
   <url>http://cocoon.apache.org/${docs.m.site-blocks.relPath}</url>
-  
+
   <properties>
-    <docs.name>Cocoon Blocks</docs.name>    
-    <docs.version>${docs.m.core.version}</docs.version>    
-    <docs.urlRelativizer>../../</docs.urlRelativizer>        
-  </properties>  
-  
+    <docs.name>Cocoon Blocks</docs.name>
+    <docs.version>${docs.m.core.version}</docs.version>
+    <docs.urlRelativizer>../../</docs.urlRelativizer>
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.site-blocks.relPath}</url>
     </site>
   </distributionManagement>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -87,5 +87,5 @@
       </plugin>
     </plugins>
   </build>
-  
+
 </project>