svn commit: r1906906 - /cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml

[email protected] Sat, 21 Jan 2023 19:44:06 -0000
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: javier
Date: Sat Jan 21 19:44:06 2023
New Revision: 1906906

URL: http://svn.apache.org/viewvc?rev=1906906&view=rev
Log:
[maven-release-plugin] prepare release cocoon-pipeline-api-1.1.0

Modified:
    cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml

Modified: cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?rev=1906906&r1=1906905&r2=1906906&view=diff
==============================================================================
--- cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original)
+++ cocoon/trunk/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Sat Jan 21 19:44:06 2023
@@ -24,7 +24,7 @@
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-pipeline-api</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
   <packaging>jar</packaging>
   <name>Cocoon Pipeline API</name>
   <description>
@@ -102,4 +102,10 @@
       <scope>test</scope>
     </dependency>
   </dependencies>
+
+  <scm>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-api/cocoon-pipeline-api-1.1.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-api/cocoon-pipeline-api-1.1.0</developerConnection>
+    <url>https://svn.apache.org/repos/asf/cocoon/tags/cocoon-2.2/cocoon-pipeline-api/cocoon-pipeline-api-1.1.0</url>
+  </scm>
 </project>