You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2013/09/20 21:03:00 UTC

svn commit: r1525102 - in /jspwiki/trunk: LICENSE pom.xml

Author: juanpablo
Date: Fri Sep 20 19:03:00 2013
New Revision: 1525102

URL: http://svn.apache.org/r1525102
Log:
updated jetty version used on LICENSE

updated apache-rat plugin to latest

Modified:
    jspwiki/trunk/LICENSE
    jspwiki/trunk/pom.xml

Modified: jspwiki/trunk/LICENSE
URL: http://svn.apache.org/viewvc/jspwiki/trunk/LICENSE?rev=1525102&r1=1525101&r2=1525102&view=diff
==============================================================================
--- jspwiki/trunk/LICENSE (original)
+++ jspwiki/trunk/LICENSE Fri Sep 20 19:03:00 2013
@@ -241,7 +241,7 @@ commons-el-1.0.jar                      
 custom_rhino-0.4.3.jar                      doc/LICENSE.mpl
 hsqldb-2.3.0.jar                            doc/LICENSE.hsqldb
 sqltool-2.3.0.jar                           doc/LICENSE.hsqldb
-jetty-all-7.6.7.v20120910.jar               LICENSE
+jetty-all-8.1.12.v20130726.jar              LICENSE
 junit-4.11.jar                              doc/LICENSE.cpl
 selenium-chrome-driver-2.33.0.jar           LICENSE
 selenium-firefox-driver-2.33.0.jar          LICENSE

Modified: jspwiki/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jspwiki/trunk/pom.xml?rev=1525102&r1=1525101&r2=1525102&view=diff
==============================================================================
--- jspwiki/trunk/pom.xml (original)
+++ jspwiki/trunk/pom.xml Fri Sep 20 19:03:00 2013
@@ -490,7 +490,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.8</version>
+          <version>0.10</version>
           <configuration>
             <excludes>
               <exclude>mvn_cheat-sheet.txt</exclude> <!-- handy list of maven commands; will be moved to site once we've switched to Maven -->