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

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

Author: bommel
Date: Sat Apr  8 03:05:22 2017
New Revision: 1790647

URL: http://svn.apache.org/viewvc?rev=1790647&view=rev
Log:
update clirr plugin

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

Modified: myfaces/trinidad/trunk/trinidad-api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/pom.xml?rev=1790647&r1=1790646&r2=1790647&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/pom.xml (original)
+++ myfaces/trinidad/trunk/trinidad-api/pom.xml Sat Apr  8 03:05:22 2017
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>com.sun.faces</groupId>
       <artifactId>jsf-api</artifactId>
-      <scope>provided</scope> 
+      <scope>provided</scope>
     </dependency>
 
     <!-- "test" scope dependencies -->
@@ -122,7 +122,7 @@
       <plugin>
          <groupId>org.codehaus.mojo</groupId> 	 
          <artifactId>clirr-maven-plugin</artifactId> 	 
-         <version>2.3</version> 	 
+         <version>2.8</version> 	 
          <configuration>
            <minSeverity>error</minSeverity> 	 
            <textOutputFile>${project.basedir}/target/clirr-runner.txt</textOutputFile>