Skip to content

Commit

Permalink
Update jackson to 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondfeng committed Jun 2, 2010
1 parent ff16ae9 commit 96d16c2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions distribution/all/src/main/release/bin/LICENSE
Expand Up @@ -278,9 +278,9 @@ The following components come under Apache Software License 2.0
httpcore-4.0.1.jar
httpcore-nio-4.0.1.jar
jabsorb-1.3.1.jar
jackson-core-asl-1.5.0.jar
jackson-mapper-asl-1.5.0.jar
jackson-xc-1.5.0.jar
jackson-core-asl-1.5.3.jar
jackson-mapper-asl-1.5.3.jar
jackson-xc-1.5.3.jar
jettison-1.2.jar
jetty-6.1.19.jar
jetty-util-6.1.19.jar
Expand Down
4 changes: 2 additions & 2 deletions modules/binding-jsonp-runtime/pom.xml
Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/databinding-json/pom.xml
Expand Up @@ -50,17 +50,17 @@
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
<version>1.5.0</version>
<version>1.5.3</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 96d16c2

Please sign in to comment.