Skip to content

Commit

Permalink
Change master to be 2.6.0-SNAPSHOT, after creating 2.5 branch; remove…
Browse files Browse the repository at this point in the history
… an obsolete groovy-bean test
  • Loading branch information
cowtowncoder committed Jan 5, 2015
1 parent 3b041e3 commit 560bd80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 84 deletions.
10 changes: 2 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.6.0-SNAPSHOT</version>
<name>jackson-databind</name>
<packaging>bundle</packaging>
<description>General data-binding functionality for Jackson: works on core streaming API</description>
Expand Down Expand Up @@ -74,7 +74,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.5.0</version>
<version>2.5.1-SNAPSHOT</version>
</dependency>

<!-- and for testing we need a few libraries
Expand All @@ -86,12 +86,6 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>1.7.9</version>
<scope>test</scope>
</dependency>
<!-- For testing TestNoClassDefFoundDeserializer -->
<dependency>
<groupId>javax.measure</groupId>
Expand Down

This file was deleted.

0 comments on commit 560bd80

Please sign in to comment.