You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2008/06/09 21:25:48 UTC

svn commit: r665839 - /servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Author: bsnyder
Date: Mon Jun  9 12:25:48 2008
New Revision: 665839

URL: http://svn.apache.org/viewvc?rev=665839&view=rev
Log:
Removed tabs

Modified:
    servicemix/maven-plugins/servicemix-build/trunk/pom.xml

Modified: servicemix/maven-plugins/servicemix-build/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/servicemix-build/trunk/pom.xml?rev=665839&r1=665838&r2=665839&view=diff
==============================================================================
--- servicemix/maven-plugins/servicemix-build/trunk/pom.xml (original)
+++ servicemix/maven-plugins/servicemix-build/trunk/pom.xml Mon Jun  9 12:25:48 2008
@@ -34,8 +34,8 @@
     <description>
       This build plugin has 3 purposes:
         * legal stuff (notice/lic)
-		* some resources for checkstyle / pmd 
-		* spring.schemas mojo
+        * some resources for checkstyle / pmd 
+        * spring.schemas mojo
     </description>
 
     <scm>
@@ -77,12 +77,12 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
-				<version>2.0.2</version>
+                <version>2.0.2</version>
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
                 </configuration>
-            </plugin>	
+            </plugin>   
             <plugin>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <version>1.1</version>
@@ -114,18 +114,18 @@
       <id>release</id>
       <build>
         <plugins>
-	
-	      <plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-	        <artifactId>maven-release-plugin</artifactId>
-	        <version>2.0-beta-7</version>
-	        <configuration>
-	          <preparationGoals>clean,verify,install</preparationGoals>
-	          <autoVersionSubmodules>true</autoVersionSubmodules>
-	        </configuration>
-	      </plugin>
+    
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-release-plugin</artifactId>
+            <version>2.0-beta-7</version>
+            <configuration>
+              <preparationGoals>clean,verify,install</preparationGoals>
+              <autoVersionSubmodules>true</autoVersionSubmodules>
+            </configuration>
+          </plugin>
 
-<!-- If we want to disable tests during a release 	
+<!-- If we want to disable tests during a release   
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-surefire-plugin</artifactId>
@@ -138,7 +138,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-source-plugin</artifactId>
-			<version>2.0.4</version>
+            <version>2.0.4</version>
             <executions>
               <execution>
                 <goals>
@@ -152,7 +152,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
-  		    <version>2.4</version>
+            <version>2.4</version>
             <inherited>true</inherited>
             <configuration>
               <source>1.5</source>
@@ -171,7 +171,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-gpg-plugin</artifactId>
-            <version>1.0-alpha-4</version>			
+            <version>1.0-alpha-4</version>          
             <inherited>true</inherited>
             <executions>
               <execution>
@@ -187,7 +187,7 @@
             <inherited>true</inherited>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-deploy-plugin</artifactId>
-			<version>2.3</version>
+            <version>2.3</version>
             <configuration>
               <altDeploymentRepository>${deploy.altRepository}</altDeploymentRepository>
               <updateReleaseInfo>true</updateReleaseInfo>