You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2013/03/27 14:14:48 UTC

svn commit: r1461564 - /syncope/trunk/pom.xml

Author: ilgrosso
Date: Wed Mar 27 13:14:47 2013
New Revision: 1461564

URL: http://svn.apache.org/r1461564
Log:
Upgrading various dependencies and plugins

Modified:
    syncope/trunk/pom.xml

Modified: syncope/trunk/pom.xml
URL: http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1461564&r1=1461563&r2=1461564&view=diff
==============================================================================
--- syncope/trunk/pom.xml (original)
+++ syncope/trunk/pom.xml Wed Mar 27 13:14:47 2013
@@ -306,12 +306,12 @@ under the License.
 
     <wicket.version>6.6.0</wicket.version>
 
-    <groovy.version>2.1.1</groovy.version>
+    <groovy.version>2.1.2</groovy.version>
 
     <h2.version>1.3.170</h2.version>
 
-    <logback.version>1.0.9</logback.version>
-    <slf4j.version>1.7.2</slf4j.version>
+    <logback.version>1.0.10</logback.version>
+    <slf4j.version>1.7.4</slf4j.version>
 
     <junit.version>4.11</junit.version>
     <selenium-java-client-driver.version>1.0.2</selenium-java-client-driver.version>
@@ -697,7 +697,7 @@ under the License.
       <dependency>
         <groupId>xerces</groupId>
         <artifactId>xercesImpl</artifactId>
-        <version>2.10.0</version>
+        <version>2.11.0</version>
       </dependency>
     
       <!-- Wicket -->
@@ -891,7 +891,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.13</version>
+          <version>2.14</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -943,7 +943,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-failsafe-plugin</artifactId>
-          <version>2.13</version>
+          <version>2.14</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
             <encoding>utf-8</encoding>
@@ -966,7 +966,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
-          <version>2.6</version>
+          <version>2.7</version>
           <configuration>
             <artifactItems>
               <artifactItem>
@@ -1049,7 +1049,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.0</version>
+          <version>3.0.1</version>
           <dependencies>    
             <dependency>
               <groupId>org.apache.syncope</groupId>



Re: svn commit: r1461564 - /syncope/trunk/pom.xml

Posted by Francesco Chicchiriccò <il...@apache.org>.
On 27/03/2013 15:20, Colm O hEigeartaigh wrote:
>> +    <slf4j.version>1.7.4</slf4j.version>
> Any reason this can't go up to 1.7.5? There is a big performance
> improvement in 1.7.5:
>
> http://www.slf4j.org/news.html

Not at all: just overlooked.
I'll commit this straight away (alongside with logback 1.0.11).

Thanks for noticing!

Regards.

-- 
Francesco Chicchiriccò

ASF Member, Apache Syncope PMC chair, Apache Cocoon PMC Member
http://people.apache.org/~ilgrosso/


Re: svn commit: r1461564 - /syncope/trunk/pom.xml

Posted by Colm O hEigeartaigh <co...@apache.org>.
>
> +    <slf4j.version>1.7.4</slf4j.version>
>

Any reason this can't go up to 1.7.5? There is a big performance
improvement in 1.7.5:

http://www.slf4j.org/news.html

Colm.


On Wed, Mar 27, 2013 at 1:14 PM, <il...@apache.org> wrote:

> Author: ilgrosso
> Date: Wed Mar 27 13:14:47 2013
> New Revision: 1461564
>
> URL: http://svn.apache.org/r1461564
> Log:
> Upgrading various dependencies and plugins
>
> Modified:
>     syncope/trunk/pom.xml
>
> Modified: syncope/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/syncope/trunk/pom.xml?rev=1461564&r1=1461563&r2=1461564&view=diff
>
> ==============================================================================
> --- syncope/trunk/pom.xml (original)
> +++ syncope/trunk/pom.xml Wed Mar 27 13:14:47 2013
> @@ -306,12 +306,12 @@ under the License.
>
>      <wicket.version>6.6.0</wicket.version>
>
> -    <groovy.version>2.1.1</groovy.version>
> +    <groovy.version>2.1.2</groovy.version>
>
>      <h2.version>1.3.170</h2.version>
>
> -    <logback.version>1.0.9</logback.version>
> -    <slf4j.version>1.7.2</slf4j.version>
> +    <logback.version>1.0.10</logback.version>
> +    <slf4j.version>1.7.4</slf4j.version>
>
>      <junit.version>4.11</junit.version>
>
>  <selenium-java-client-driver.version>1.0.2</selenium-java-client-driver.version>
> @@ -697,7 +697,7 @@ under the License.
>        <dependency>
>          <groupId>xerces</groupId>
>          <artifactId>xercesImpl</artifactId>
> -        <version>2.10.0</version>
> +        <version>2.11.0</version>
>        </dependency>
>
>        <!-- Wicket -->
> @@ -891,7 +891,7 @@ under the License.
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-surefire-plugin</artifactId>
> -          <version>2.13</version>
> +          <version>2.14</version>
>            <configuration>
>              <redirectTestOutputToFile>true</redirectTestOutputToFile>
>              <encoding>utf-8</encoding>
> @@ -943,7 +943,7 @@ under the License.
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-failsafe-plugin</artifactId>
> -          <version>2.13</version>
> +          <version>2.14</version>
>            <configuration>
>              <redirectTestOutputToFile>true</redirectTestOutputToFile>
>              <encoding>utf-8</encoding>
> @@ -966,7 +966,7 @@ under the License.
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-dependency-plugin</artifactId>
> -          <version>2.6</version>
> +          <version>2.7</version>
>            <configuration>
>              <artifactItems>
>                <artifactItem>
> @@ -1049,7 +1049,7 @@ under the License.
>          <plugin>
>            <groupId>org.apache.maven.plugins</groupId>
>            <artifactId>maven-pmd-plugin</artifactId>
> -          <version>3.0</version>
> +          <version>3.0.1</version>
>            <dependencies>
>              <dependency>
>                <groupId>org.apache.syncope</groupId>
>
>
>


-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com