You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2011/07/18 09:28:46 UTC

svn commit: r1147768 - in /maven/jxr/trunk: maven-jxr-plugin/pom.xml maven-jxr/pom.xml pom.xml

Author: ltheussl
Date: Mon Jul 18 07:28:45 2011
New Revision: 1147768

URL: http://svn.apache.org/viewvc?rev=1147768&view=rev
Log:
formatting, remove tabs

Modified:
    maven/jxr/trunk/maven-jxr-plugin/pom.xml
    maven/jxr/trunk/maven-jxr/pom.xml
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/maven-jxr-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr-plugin/pom.xml?rev=1147768&r1=1147767&r2=1147768&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr-plugin/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr-plugin/pom.xml Mon Jul 18 07:28:45 2011
@@ -65,22 +65,22 @@ under the License.
   </distributionManagement>
 
   <build>
- <pluginManagement>
-  <plugins>
-   <plugin>
-    <artifactId>maven-surefire-plugin</artifactId>
-    <configuration>
-     <forkMode>always</forkMode>
-    </configuration>
-   </plugin>
-  </plugins>
- </pluginManagement>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <configuration>
+            <forkMode>always</forkMode>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
 
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-	<version>2.8</version>
+        <version>2.8</version>
         <executions>
           <execution>
             <id>generated-helpmojo</id>
@@ -102,7 +102,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-jxr</artifactId>
-      <version>2.4-SNAPSHOT</version>
+      <version>${project.version}</version>
     </dependency>
 
     <!-- maven -->
@@ -146,7 +146,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-sink-api</artifactId>
-      <version>1.2</version>
+      <version>${doxiaVersion}</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -182,7 +182,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-	<version>2.8</version>
+        <version>2.8</version>
       </plugin>
     </plugins>
   </reporting>

Modified: maven/jxr/trunk/maven-jxr/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/maven-jxr/pom.xml?rev=1147768&r1=1147767&r2=1147768&view=diff
==============================================================================
--- maven/jxr/trunk/maven-jxr/pom.xml (original)
+++ maven/jxr/trunk/maven-jxr/pom.xml Mon Jul 18 07:28:45 2011
@@ -120,14 +120,14 @@ under the License.
       <version>1.5</version>
     </dependency>
     <dependency>
-    	<groupId>commons-io</groupId>
-    	<artifactId>commons-io</artifactId>
-    	<version>2.0.1</version>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>2.0.1</version>
     </dependency>
     <dependency>
-    	<groupId>commons-lang</groupId>
-    	<artifactId>commons-lang</artifactId>
-    	<version>2.6</version>
+      <groupId>commons-lang</groupId>
+      <artifactId>commons-lang</artifactId>
+      <version>2.6</version>
     </dependency>
   </dependencies>
 </project>

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=1147768&r1=1147767&r2=1147768&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Mon Jul 18 07:28:45 2011
@@ -41,10 +41,12 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/jxr/trunk/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/jxr/trunk/</url>
   </scm>
+
   <issueManagement>
     <system>jira</system>
     <url>http://jira.codehaus.org/browse/JXR</url>
   </issueManagement>
+
   <ciManagement>
     <system>Jenkins</system>
     <url>https://builds.apache.org/hudson/job/maven-jxr/</url>
@@ -58,10 +60,10 @@ under the License.
   <dependencyManagement>
     <dependencies>
       <dependency>
-	<groupId>junit</groupId>
-	<artifactId>junit</artifactId>
-	<scope>test</scope>
-	<version>4.8.2</version>
+        <groupId>junit</groupId>
+        <artifactId>junit</artifactId>
+        <scope>test</scope>
+        <version>4.8.2</version>
       </dependency>
     </dependencies>
   </dependencyManagement>
@@ -71,7 +73,7 @@ under the License.
       <plugins>
         <plugin>
           <artifactId>maven-site-plugin</artifactId>
-	  <version>2.3</version>
+          <version>2.3</version>
           <configuration>
             <stagingSiteURL>scp://people.apache.org/www/maven.apache.org/jxr/${project.artifactId}-${project.version}</stagingSiteURL>
           </configuration>