You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by il...@apache.org on 2014/09/01 09:44:44 UTC

git commit: Updating RAT and Jackson

Repository: olingo-odata4
Updated Branches:
  refs/heads/master a30d2f821 -> 412a9901f


Updating RAT and Jackson


Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo
Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/412a9901
Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/412a9901
Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/412a9901

Branch: refs/heads/master
Commit: 412a9901f76dd8144d827c63f9bb19778f479cfc
Parents: a30d2f8
Author: Francesco Chicchiriccò <--global>
Authored: Mon Sep 1 09:44:12 2014 +0200
Committer: Francesco Chicchiriccò <--global>
Committed: Mon Sep 1 09:44:12 2014 +0200

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/412a9901/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 168acfc..8ee072d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@
     <maven.plugin.tools.version>3.3</maven.plugin.tools.version>
 
     <hc.client.version>4.2.6</hc.client.version>
-    <jackson.version>2.4.1</jackson.version>
+    <jackson.version>2.4.2</jackson.version>
     <aalto-xml.version>0.9.9</aalto-xml.version>
 
     <antlr.version>4.1</antlr.version>
@@ -141,7 +141,7 @@
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
         <artifactId>jackson-databind</artifactId>
-        <version>${jackson.version}.1</version>
+        <version>${jackson.version}</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
@@ -318,7 +318,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.10</version>
+          <version>0.11</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>