You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/12/24 10:51:33 UTC

svn commit: r1721608 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: hboutemy
Date: Thu Dec 24 09:51:33 2015
New Revision: 1721608

URL: http://svn.apache.org/viewvc?rev=1721608&view=rev
Log:
use same Jetty version as maven-site-plugin (for tests)

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1721608&r1=1721607&r2=1721608&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Thu Dec 24 09:51:33 2015
@@ -377,7 +377,7 @@ under the License.
     <dependency>
       <groupId>org.mortbay.jetty</groupId>
       <artifactId>jetty</artifactId>
-      <version>6.1.5</version>
+      <version>6.1.25</version>
       <scope>test</scope>
     </dependency>