svn commit: r1382788 - /cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml
| Newsgroups | gmane.text.xml.cocoon.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ilgrosso
Date: Mon Sep 10 12:15:37 2012
New Revision: 1382788
URL: http://svn.apache.org/viewvc?rev=1382788&view=rev
Log:
Upgrading some deps
Modified:
cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml
Modified: cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml?rev=1382788&r1=1382787&r2=1382788&view=diff
==============================================================================
--- cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml (original)
+++ cocoon/subprojects/cocoon-maven-plugin/trunk/pom.xml Mon Sep 10 12:15:37 2012
@@ -51,8 +51,8 @@
<docs.name>${project.name}</docs.name>
<docs.version>1.0.2</docs.version>
- <slf4j.version>1.6.5</slf4j.version>
- <logback.version>1.0.5</logback.version>
+ <slf4j.version>1.7.0</slf4j.version>
+ <logback.version>1.0.7</logback.version>
</properties>
<dependencies>
@@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.12</version>
+ <version>2.12.2</version>
<configuration>
<redirectTestOutputToFile>true</redirectTestOutputToFile>
</configuration>
@@ -193,7 +193,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.4</version>
+ <version>2.5</version>
<executions>
<execution>
<id>save-plugin-dependency-list</id>
@@ -221,14 +221,14 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
- <version>3.0</version>
+ <version>3.1</version>
<configuration>
<locales>en</locales>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
- <version>2.4</version>
+ <version>2.5.1</version>
<configuration>
<dependencyDetailsEnabled>false</dependencyDetailsEnabled>
<dependencyLocationsEnabled>false</dependencyLocationsEnabled>