Skip to content

Commit 0efe6dd

Browse files
committed
Create 2.6 branch; update master to be 2.7.0-SNAPSHOT
1 parent 4ac249c commit 0efe6dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<parent>
44
<groupId>com.fasterxml.jackson</groupId>
55
<artifactId>jackson-parent</artifactId>
6-
<version>2.6.1</version>
6+
<version>2.6.2</version>
77
</parent>
88
<groupId>com.fasterxml.jackson.module</groupId>
99
<artifactId>jackson-module-jsonSchema</artifactId>
1010
<name>jackson-module-jsonSchema</name>
11-
<version>2.6.3-SNAPSHOT</version>
11+
<version>2.7.0-SNAPSHOT</version>
1212
<packaging>bundle</packaging>
1313
<description>Add-on module for Jackson (http://jackson.codehaus.org) to support
1414
JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 generation.
@@ -34,7 +34,7 @@ JSON Schema (http://tools.ietf.org/html/draft-zyp-json-schema-03) version 3 gene
3434
</developers>
3535
<properties>
3636
<version.jackson.annotations>2.6.0</version.jackson.annotations>
37-
<version.jackson.core>2.6.2</version.jackson.core>
37+
<version.jackson.core>2.7.0-SNAPSHOT</version.jackson.core>
3838
<osgi.export>${project.groupId}.jsonSchema.*</osgi.export>
3939
</properties>
4040

0 commit comments

Comments
 (0)