You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by ja...@apache.org on 2023/02/04 13:50:41 UTC

svn commit: r1907306 - /cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml

Author: javier
Date: Sat Feb  4 13:50:41 2023
New Revision: 1907306

URL: http://svn.apache.org/viewvc?rev=1907306&view=rev
Log:
Revert release.

Modified:
    cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml

Modified: cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml?rev=1907306&r1=1907305&r2=1907306&view=diff
==============================================================================
--- cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml (original)
+++ cocoon/branches/cocoon-2.2.1/core/cocoon-pipeline/cocoon-pipeline-api/pom.xml Sat Feb  4 13:50:41 2023
@@ -24,7 +24,7 @@
     <relativePath>../../pom.xml</relativePath>
   </parent>
   <artifactId>cocoon-pipeline-api</artifactId>
-  <version>1.1.1-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Cocoon Pipeline API</name>
   <description>
@@ -32,19 +32,19 @@
     and basic XML interfaces, the environment abstraction, caching interfaces
     and needed exceptions.
   </description>
-  <url>http://cocoon.apache.org/${docs.m.pipeline-api.relPath}</url>  
-  
+  <url>http://cocoon.apache.org/${docs.m.pipeline-api.relPath}</url>
+
   <properties>
-    <docs.name>${project.name}</docs.name>    
+    <docs.name>${project.name}</docs.name>
     <docs.version>${docs.m.pipeline-api.version}</docs.version>
-  </properties>  
-  
+  </properties>
+
   <distributionManagement>
     <site>
       <id>website</id>
       <url>${docs.deploymentBaseUrl}/${docs.m.pipeline-api.relPath}</url>
     </site>
-  </distributionManagement>       
+  </distributionManagement>
 
   <dependencies>
     <!-- Excalibur -->