Skip to content
This repository was archived by the owner on Nov 7, 2019. It is now read-only.

Commit 3adf8d6

Browse files
committed
create 2.3 branch
1 parent da41d40 commit 3adf8d6

File tree

2 files changed

+7
-15
lines changed

2 files changed

+7
-15
lines changed

pom.xml

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<parent>
6-
<groupId>com.fasterxml</groupId>
7-
<artifactId>oss-parent</artifactId>
8-
<version>12</version>
6+
<groupId>com.fasterxml.jackson</groupId>
7+
<artifactId>jackson-parent</artifactId>
8+
<version>2.4</version>
99
</parent>
1010

1111
<groupId>com.fasterxml.jackson.module</groupId>
@@ -17,7 +17,6 @@
1717
dynamically ("bean materialization"), integrated with Jackson (although usable externally as well)
1818
</description>
1919
<url>http://wiki.fasterxml.com/JacksonHome</url>
20-
2120
<issueManagement>
2221
<url>https://github.com/FasterXML/jackson-module-mrbean/issues</url>
2322
</issueManagement>
@@ -29,7 +28,7 @@ dynamically ("bean materialization"), integrated with Jackson (although usable e
2928
</scm>
3029

3130
<properties>
32-
<version.jackson.core>2.3.2</version.jackson.core>
31+
<version.jackson.core>${project.version}</version.jackson.core>
3332
<!-- Generate PackageVersion.java into this directory. -->
3433
<packageVersion.dir>com/fasterxml/jackson/module/mrbean</packageVersion.dir>
3534
<packageVersion.package>${project.groupId}.mrbean</packageVersion.package>
@@ -63,16 +62,9 @@ com.fasterxml.jackson.core
6362
<dependency>
6463
<groupId>org.ow2.asm</groupId>
6564
<artifactId>asm</artifactId>
66-
<version>4.0</version>
65+
<version>4.2</version>
6766
<scope>compile</scope>
6867
</dependency>
69-
<!-- and for testing, JUnit (or TestNG?) is needed -->
70-
<dependency>
71-
<groupId>junit</groupId>
72-
<artifactId>junit</artifactId>
73-
<version>4.10</version>
74-
<scope>test</scope>
75-
</dependency>
7668
</dependencies>
7769

7870
<build>

release-notes/VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Project: jackson-module-mrbean
2-
Version: 2.3.2 (01-Mar-2014)
2+
Version: 2.4.0 (xx-xxx-2014)
33

4-
No functional changes.
54

65
------------------------------------------------------------------------
76
=== History: ===
87
------------------------------------------------------------------------
98

9+
2.3.2 (01-Mar-2014)
1010
2.3.1 (28-Dec-2013)
1111
2.3.0 (14-Nov-2013)
1212

0 commit comments

Comments
 (0)