Skip to content

Commit 560bd80

Browse files
committed
Change master to be 2.6.0-SNAPSHOT, after creating 2.5 branch; remove an obsolete groovy-bean test
1 parent 3b041e3 commit 560bd80

File tree

2 files changed

+2
-84
lines changed

2 files changed

+2
-84
lines changed

pom.xml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.fasterxml.jackson.core</groupId>
1212
<artifactId>jackson-databind</artifactId>
13-
<version>2.5.1-SNAPSHOT</version>
13+
<version>2.6.0-SNAPSHOT</version>
1414
<name>jackson-databind</name>
1515
<packaging>bundle</packaging>
1616
<description>General data-binding functionality for Jackson: works on core streaming API</description>
@@ -74,7 +74,7 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
7474
<dependency>
7575
<groupId>com.fasterxml.jackson.core</groupId>
7676
<artifactId>jackson-core</artifactId>
77-
<version>2.5.0</version>
77+
<version>2.5.1-SNAPSHOT</version>
7878
</dependency>
7979

8080
<!-- and for testing we need a few libraries
@@ -86,12 +86,6 @@ javax.xml.datatype, javax.xml.namespace, javax.xml.parsers
8686
<version>2.2.2</version>
8787
<scope>test</scope>
8888
</dependency>
89-
<dependency>
90-
<groupId>org.codehaus.groovy</groupId>
91-
<artifactId>groovy</artifactId>
92-
<version>1.7.9</version>
93-
<scope>test</scope>
94-
</dependency>
9589
<!-- For testing TestNoClassDefFoundDeserializer -->
9690
<dependency>
9791
<groupId>javax.measure</groupId>

src/test/java/com/fasterxml/jackson/databind/interop/TestGroovyBeans.java

Lines changed: 0 additions & 76 deletions
This file was deleted.

0 commit comments

Comments
 (0)