You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by de...@apache.org on 2017/04/20 20:30:30 UTC

svn commit: r1792149 - in /myfaces/trinidad/trunk: pom.xml trinidad-api/pom.xml

Author: deki
Date: Thu Apr 20 20:30:30 2017
New Revision: 1792149

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

Modified:
    myfaces/trinidad/trunk/pom.xml
    myfaces/trinidad/trunk/trinidad-api/pom.xml

Modified: myfaces/trinidad/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/pom.xml?rev=1792149&r1=1792148&r2=1792149&view=diff
==============================================================================
--- myfaces/trinidad/trunk/pom.xml (original)
+++ myfaces/trinidad/trunk/pom.xml Thu Apr 20 20:30:30 2017
@@ -73,7 +73,7 @@ Create A Branch (http://maven.apache.org
     <portlet-bridge.version>2.0.0</portlet-bridge.version>
     <commons-lang.version>2.4</commons-lang.version>
     <commons-io.version>2.0</commons-io.version>
-	<commons-codec.version>1.3</commons-codec.version>
+    <commons-codec.version>1.3</commons-codec.version>
 
     <pluto-embedded.version>1.0.1</pluto-embedded.version>
     
@@ -321,12 +321,12 @@ Create A Branch (http://maven.apache.org
         <artifactId>commons-io</artifactId>
         <version>${commons-io.version}</version>
       </dependency>
-	  
+
       <dependency>
-		<groupId>commons-codec</groupId>
-		<artifactId>commons-codec</artifactId>
-		<version>${commons-codec.version}</version>
-	  </dependency>	  
+        <groupId>commons-codec</groupId>
+        <artifactId>commons-codec</artifactId>
+        <version>${commons-codec.version}</version>
+      </dependency>
 
       <dependency>
         <groupId>org.apache.myfaces.buildtools</groupId>
@@ -621,24 +621,24 @@ Create A Branch (http://maven.apache.org
           <version>2.8</version>
         </plugin>
 
-		<!-- Begin dependency fix for .md5 and .sha1 -->
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
-		  <artifactId>maven-release-plugin</artifactId>
-		  <version>2.5.3</version>
-		</plugin>
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
-		  <artifactId>maven-gpg-plugin</artifactId>
-		  <version>1.6</version>
-		</plugin>
-		<plugin>
-		  <groupId>org.apache.maven.plugins</groupId>
-		  <artifactId>maven-deploy-plugin</artifactId>
-		  <version>2.8.2</version>
-		</plugin>
-		<!-- End -->		
-		
+        <!-- Begin dependency fix for .md5 and .sha1 -->
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-release-plugin</artifactId>
+          <version>2.5.3</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>1.6</version>
+        </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-deploy-plugin</artifactId>
+          <version>2.8.2</version>
+        </plugin>
+        <!-- End -->
+
       </plugins>
     </pluginManagement>
     

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=1792149&r1=1792148&r2=1792149&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Thu Apr 20 20:30:30 2017
@@ -78,9 +78,9 @@
     <!--dependency>
       <groupId>org.apache.myfaces.core</groupId>
       <artifactId>myfaces-api</artifactId>
-      <scope>provided</scope> 
+      <scope>provided</scope>
     </dependency-->
-    
+
     <dependency>
       <groupId>com.sun.faces</groupId>
       <artifactId>jsf-api</artifactId>
@@ -113,15 +113,15 @@
       <artifactId>jmock-cglib</artifactId>
     </dependency>
      <dependency>
-       <groupId>commons-lang</groupId> 	 
-       <artifactId>commons-lang</artifactId> 	 
-       <scope>test</scope> 	 
-     </dependency> 	 
-
-     <dependency> 	 
-       <groupId>commons-io</groupId> 	 
-       <artifactId>commons-io</artifactId> 	 
-       <scope>test</scope> 	 
+       <groupId>commons-lang</groupId>
+       <artifactId>commons-lang</artifactId>
+       <scope>test</scope>
+     </dependency>
+
+     <dependency>
+       <groupId>commons-io</groupId>
+       <artifactId>commons-io</artifactId>
+       <scope>test</scope>
      </dependency> 
 
   </dependencies>
@@ -129,29 +129,29 @@
   <build>
     <plugins>
       <plugin>
-         <groupId>org.codehaus.mojo</groupId> 	 
-         <artifactId>clirr-maven-plugin</artifactId> 	 
-         <version>2.8</version> 	 
+         <groupId>org.codehaus.mojo</groupId>
+         <artifactId>clirr-maven-plugin</artifactId>
+         <version>2.8</version>
          <configuration>
-           <minSeverity>error</minSeverity> 	 
-           <textOutputFile>${project.basedir}/target/clirr-runner.txt</textOutputFile> 	 
-           <failOnError>false</failOnError> 	 
-           <comparisonArtifacts> 	 
-             <comparisonArtifact> 	 
-               <groupId>org.apache.myfaces.trinidad</groupId> 	 
-               <artifactId>trinidad-api</artifactId> 	 
-               <version>2.0.0</version> 	 
-             </comparisonArtifact> 	 
-           </comparisonArtifacts> 	 
-         </configuration> 	 
-         <executions> 	 
-           <execution> 	 
-             <goals> 	 
-               <goal>check</goal> 	 
-             </goals> 	 
-             <phase>test-compile</phase> 	 
-           </execution> 	 
-         </executions> 	 
+           <minSeverity>error</minSeverity>
+           <textOutputFile>${project.basedir}/target/clirr-runner.txt</textOutputFile>
+           <failOnError>false</failOnError>
+           <comparisonArtifacts>
+             <comparisonArtifact>
+               <groupId>org.apache.myfaces.trinidad</groupId>
+               <artifactId>trinidad-api</artifactId>
+               <version>2.0.0</version>
+             </comparisonArtifact>
+           </comparisonArtifacts>
+         </configuration>
+         <executions>
+           <execution>
+             <goals>
+               <goal>check</goal>
+             </goals>
+             <phase>test-compile</phase>
+           </execution>
+         </executions>
        </plugin>
 
       <plugin>
@@ -233,15 +233,15 @@
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
-          <systemProperties> 	 
-            <property> 	 
-              <name>trinidad.clirr.golden</name> 	 
-              <value>${project.basedir}/src/test/clirr/clirr-runner.txt</value> 	 
-            </property> 	 
-            <property> 	 
-              <name>trinidad.clirr.compare</name> 	 
-              <value>${project.basedir}/target/clirr-runner.txt</value> 	 
-            </property> 	 
+          <systemProperties>
+            <property>
+              <name>trinidad.clirr.golden</name>
+              <value>${project.basedir}/src/test/clirr/clirr-runner.txt</value>
+            </property>
+            <property>
+              <name>trinidad.clirr.compare</name>
+              <value>${project.basedir}/target/clirr-runner.txt</value>
+            </property>
           </systemProperties>
           <includes implementation="java.util.ArrayList">
             <include implementation="java.lang.String">**/*Test.java</include>