svn commit: r1907257 - in /cocoon/branches/cocoon-2.2.1: blocks/ core/ core/cocoon-core/ core/cocoon-servlet-service/cocoon-servlet-service-components-sample/ core/cocoon-servlet-service/cocoon-servlet-service-components/ core/cocoon-sitemap/cocoon-sit...

[email protected] Sat, 04 Feb 2023 11:30:17 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: javier
Date: Sat Feb  4 11:30:16 2023
New Revision: 1907257

URL: http://svn.apache.org/viewvc?rev=1907257&view=rev
Log:
Update SCM configuration to work with the branch cocoon-2.2.1.

Modified:
    cocoon/branches/cocoon-2.2.1/blocks/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-core/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components/pom.xml
    cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
    cocoon/branches/cocoon-2.2.1/core/pom.xml
    cocoon/branches/cocoon-2.2.1/parent/pom.xml
    cocoon/branches/cocoon-2.2.1/site/cocoon-main-site/pom.xml
    cocoon/branches/cocoon-2.2.1/tools/pom.xml

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=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/blocks/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/blocks/pom.xml Sat Feb  4 11:30:16 2023
@@ -256,9 +256,9 @@
   </profiles>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/blocks</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-blocks-modules</developerConnection>
-    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-blocks-modules</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/blocks</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/blocks</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/blocks</url>
   </scm>
 
 </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=1907257&r1=1907256&r2=1907257&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 Sat Feb  4 11:30:16 2023
@@ -103,9 +103,9 @@
   </distributionManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-core/</developerConnection>
-    <url>http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-core/</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core</url>
   </scm>
 
   <dependencies>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample/pom.xml Sat Feb  4 11:30:16 2023
@@ -97,9 +97,9 @@
   </dependencies>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/</developerConnection>
-    <url>http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-sample/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-sample</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-sample</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components-sample</url>
   </scm>
 
 </project>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components/pom.xml Sat Feb  4 11:30:16 2023
@@ -32,26 +32,26 @@
   <version>1.1.0-SNAPSHOT</version>
   <name>Cocoon Servlet Service Components</name>
   <description>Components for the servlet service framework that depends on pipeline and sitemap APIs.</description>
-  <url>http://cocoon.apache.org/${docs.m.servlet-service-components.relPath}</url>    
-  
+  <url>http://cocoon.apache.org/${docs.m.servlet-service-components.relPath}</url>
+
   <properties>
-    <docs.name>${project.name}</docs.name>    
+    <docs.name>${project.name}</docs.name>
     <docs.version>${docs.m.servlet-service-components.version}</docs.version>
     <docs.urlRelativizer>../../../../../</docs.urlRelativizer>
-  </properties>  
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.servlet-service-components.relPath}</url>
     </site>
-  </distributionManagement>  
-  
+  </distributionManagement>
+
   <dependencies>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-jnet</artifactId>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.apache.cocoon</groupId>
       <artifactId>cocoon-sitemap-impl</artifactId>
@@ -92,7 +92,7 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
-  
+
   <build>
     <plugins>
       <plugin>
@@ -109,13 +109,13 @@
       </resource>
     </resources>
   </build>
-  
+
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components/</developerConnection>
-    <url>http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-servlet-service/cocoon-servlet-service-components/</url>    
-  </scm>     
-  
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/cocoon-servlet-service/cocoon-servlet-service-components</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/cocoon-servlet-service/cocoon-servlet-service-components</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-servlet-service/cocoon-servlet-service-components</url>
+  </scm>
+
   <reporting>
     <plugins>
       <plugin>
@@ -131,7 +131,7 @@
             </reports>
           </reportSet>
         </reportSets>
-      </plugin>    
+      </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
@@ -144,8 +144,8 @@
         </reportSets>
       </plugin>
     </plugins>
-  </reporting> 
-  
+  </reporting>
+
   <profiles>
     <profile>
       <id>daisy</id>
@@ -158,11 +158,11 @@
               <navDocId>1411</navDocId>
               <collection>cdocs-servlet-service-components</collection>
               <skipFirstNavigationDocumentLevel>false</skipFirstNavigationDocumentLevel>
-            </configuration>            
-          </plugin> 
+            </configuration>
+          </plugin>
         </plugins>
-      </build>      
-    </profile>   
-  </profiles>   
-  
+      </build>
+    </profile>
+  </profiles>
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api/pom.xml Sat Feb  4 11:30:16 2023
@@ -21,10 +21,10 @@
     | @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>
-  
+
   <parent>
     <artifactId>cocoon-core-modules</artifactId>
     <groupId>org.apache.cocoon</groupId>
@@ -39,20 +39,20 @@
     selection and some support interfaces for classloading, notification,
     processing and various support interfaces.
   </description>
-  <url>http://cocoon.apache.org/${docs.m.sitemap-api.relPath}</url>    
-  
+  <url>http://cocoon.apache.org/${docs.m.sitemap-api.relPath}</url>
+
   <properties>
-    <docs.name>${project.name}</docs.name>    
+    <docs.name>${project.name}</docs.name>
     <docs.version>${docs.m.sitemap-api.version}</docs.version>
-  </properties>  
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.sitemap-api.relPath}</url>
     </site>
-  </distributionManagement>    
-  
+  </distributionManagement>
+
   <dependencies>
     <!-- Cocoon -->
     <dependency>
@@ -86,11 +86,11 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-  
+
 
   <scm>
-    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2</developerConnection>
-    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-sitemap-api/cocoon-sitemap-api-1.0.0-RC2</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-sitemap/cocoon-sitemap-api</url>
   </scm>
 </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=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/pom.xml Sat Feb  4 11:30:16 2023
@@ -76,9 +76,9 @@
   </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>
-    <url>https://svn.apache.org/repos/asf/cocoon/trunk/core</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/core</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core</url>
   </scm>
 
   <!--  Only uncomment this section when doing the release -->

Modified: cocoon/branches/cocoon-2.2.1/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/parent/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/parent/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/parent/pom.xml Sat Feb  4 11:30:16 2023
@@ -1138,9 +1138,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/parent</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/cocoon/trunk/parent</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/parent</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/parent</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/parent</url>
   </scm>
 
   <distributionManagement>

Modified: cocoon/branches/cocoon-2.2.1/site/cocoon-main-site/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/site/cocoon-main-site/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/site/cocoon-main-site/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/site/cocoon-main-site/pom.xml Sat Feb  4 11:30:16 2023
@@ -20,26 +20,26 @@
 <!-- $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>
-  
+
   <parent>
     <groupId>org.apache.cocoon</groupId>
     <artifactId>cocoon</artifactId>
     <version>10-SNAPSHOT</version>
     <relativePath/>
   </parent>
-  
+
   <artifactId>cocoon-main-site</artifactId>
   <version>1.0.0-SNAPSHOT</version>
-  
+
   <name>Cocoon Main Site</name>
   <url>http://cocoon.apache.org</url>
   <inceptionYear>1999</inceptionYear>
-  
+
   <properties>
-    <docs.name>Apache Cocoon</docs.name>    
+    <docs.name>Apache Cocoon</docs.name>
     <docs.urlRelativizer>./</docs.urlRelativizer>
-  </properties>  
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
@@ -49,11 +49,11 @@
 
   <scm>
     <!-- repeated here so that maven-site is not appended -->
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk</developerConnection>
-    <url>http://svn.apache.org/viewcvs/cocoon/trunk</url>
-  </scm>  
-  
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/site/cocoon-main-site</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/site/cocoon-main-site</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/site/cocoon-main-site</url>
+  </scm>
+
   <build>
     <plugins>
       <plugin>
@@ -74,7 +74,7 @@
               <reportSets>
                 <reportSet>
                   <reports>
-                    <report>summary</report>                    
+                    <report>summary</report>
                     <report>project-team</report>
                     <report>mailing-list</report>
                     <report>issue-tracking</report>
@@ -96,5 +96,5 @@
       </plugin>
     </plugins>
   </build>
-  
+
 </project>

Modified: cocoon/branches/cocoon-2.2.1/tools/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/tools/pom.xml?rev=1907257&r1=1907256&r2=1907257&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/tools/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/tools/pom.xml Sat Feb  4 11:30:16 2023
@@ -45,9 +45,9 @@
   </modules>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/trunk/tools</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-tools-modules</developerConnection>
-    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2/cocoon-tools-modules</url>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/tools</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/branches/cocoon-2.2.1/tools</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/tools</url>
   </scm>
 
   <profiles>