svn commit: r1913275 - /cocoon/trunk/parent/pom.xml

[email protected] Tue, 24 Oct 2023 17:51:18 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: cdutz
Date: Tue Oct 24 17:51:18 2023
New Revision: 1913275

URL: http://svn.apache.org/viewvc?rev=1913275&view=rev
Log:
chore: Added some missing metadata needed to initiate the release process

Modified:
    cocoon/trunk/parent/pom.xml

Modified: cocoon/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/parent/pom.xml?rev=1913275&r1=1913274&r2=1913275&view=diff
==============================================================================
--- cocoon/trunk/parent/pom.xml (original)
+++ cocoon/trunk/parent/pom.xml Tue Oct 24 17:51:18 2023
@@ -41,6 +41,12 @@
     <url>http://www.apache.org/</url>
   </organization>
 
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/trunk</developerConnection>
+    <url>https://svn.apache.org/viewvc/cocoon/trunk</url>
+  </scm>
+
   <developers>
     <developer>
       <id>zvia</id>
@@ -2591,7 +2597,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>
-          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/${project.artifactId}</tagBase>
+          <tagBase>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.3/${project.artifactId}</tagBase>
         </configuration>
       </plugin>
       <plugin>