You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by si...@apache.org on 2011/04/01 17:31:36 UTC

svn commit: r1087759 - /cocoon/cocoon3/trunk/cocoon-all/pom.xml

Author: simonetripodi
Date: Fri Apr  1 15:31:36 2011
New Revision: 1087759

URL: http://svn.apache.org/viewvc?rev=1087759&view=rev
Log:
removed trailing spaces

Modified:
    cocoon/cocoon3/trunk/cocoon-all/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-all/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-all/pom.xml?rev=1087759&r1=1087758&r2=1087759&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-all/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-all/pom.xml Fri Apr  1 15:31:36 2011
@@ -29,11 +29,11 @@
     <version>3.0.0-alpha-3-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
-  
+
   <groupId>org.apache.cocoon.all</groupId>
   <artifactId>cocoon-all</artifactId>
   <version>3.0.0-alpha-3-SNAPSHOT</version>
-  
+
   <name>Apache Cocoon 3: All dependencies</name>
   <description>This module can be used to get all Cocoon 3 dependencies in one go.</description>
 
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.cocoon.optional</groupId>
       <artifactId>cocoon-optional</artifactId>
-    </dependency>    
+    </dependency>
     <dependency>
       <groupId>org.apache.cocoon.pipeline</groupId>
       <artifactId>cocoon-pipeline</artifactId>
@@ -90,7 +90,7 @@
       <groupId>javax.servlet</groupId>
       <artifactId>servlet-api</artifactId>
       <scope>provided</scope>
-    </dependency>    
+    </dependency>
   </dependencies>
 
   <build>
@@ -106,7 +106,7 @@
       </plugin>
     </plugins>
   </build>
-  
+
   <profiles>
     <profile>
       <id>apache-release</id>
@@ -146,6 +146,6 @@
           </plugin>
         </plugins>
       </build>
-    </profile>     
+    </profile>
   </profiles>
 </project>