File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ Joda (http://joda-time.sourceforge.net/) data types.
21
21
<tag >HEAD</tag >
22
22
</scm >
23
23
<properties >
24
- <version .jackson>2.2.1 </version .jackson>
24
+ <version .jackson>2.2.2 </version .jackson>
25
25
<!-- Generate PackageVersion.java into this directory. -->
26
26
<packageVersion .dir>com/fasterxml/jackson/datatype/joda</packageVersion .dir>
27
- <packageVersion .package>com.fasterxml.jackson.datatype .joda</packageVersion .package>
27
+ <packageVersion .package>${project.groupId} .joda</packageVersion .package>
28
28
29
29
<!-- Configuration properties for the OSGi maven-bundle-plugin -->
30
30
<osgi .import>com.fasterxml.jackson.core
@@ -38,7 +38,7 @@ Joda (http://joda-time.sourceforge.net/) data types.
38
38
,org.joda.time
39
39
,org.joda.time.format
40
40
</osgi .import>
41
- <osgi .export>com.fasterxml.jackson.datatype .joda.*;version=${project.version}
41
+ <osgi .export>${project.groupId} .joda.*;version=${project.version}
42
42
</osgi .export>
43
43
</properties >
44
44
Original file line number Diff line number Diff line change 1
1
Project: jackson-datatype-joda
2
- Version: 2.2.1 (04 -May-2013)
2
+ Version: 2.2.2 (27 -May-2013)
3
3
4
4
No functional changes.
5
5
6
6
------------------------------------------------------------------------
7
7
=== History: ===
8
8
------------------------------------------------------------------------
9
9
10
+ 2.2.1 (04-May-2013)
11
+
12
+ No functional changes.
13
+
10
14
2.2.0 (23-Apr-2013)
11
15
12
16
#8: Make DateTimeDeserializer abide by configured TimeZone
You can’t perform that action at this time.
0 commit comments