File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
<artifactId >threetenbp</artifactId >
10
10
<packaging >jar</packaging >
11
11
<name >ThreeTen backport</name >
12
- <version >1.3.6-SNAPSHOT </version >
12
+ <version >1.3.6</version >
13
13
<description >Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.</description >
14
14
<url >https://www.threeten.org/threetenbp</url >
15
15
Original file line number Diff line number Diff line change 8
8
<body >
9
9
10
10
<!-- types are add, fix, remove, update -->
11
- <release version =" 1.3.6" date =" SNAPSHOT " description =" v1.3.6" >
11
+ <release version =" 1.3.6" date =" 2017-07-10 " description =" v1.3.6" >
12
12
<action dev =" pamalyshev" type =" fix" >
13
13
Remove time-zone jar files from release.
14
14
See #71.
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Various documentation is available:
42
42
43
43
## <i ></i > Releases
44
44
45
- Release 1.3.5 is the latest release.
45
+ Release 1.3.6 is the latest release.
46
46
It is considered to be stable and usable in production.
47
47
48
48
The project runs on Java SE 6 (or later) and has no [ dependencies] ( dependencies.html ) .
@@ -52,13 +52,13 @@ The Hijrah calendar system does not work.
52
52
Formatting and parsing often depends on data only available in Java SE 8.
53
53
Zone id and text parsing is significantly less powerful.
54
54
55
- Available in [ Maven Central] ( http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.5 %7Cjar ) .
55
+ Available in [ Maven Central] ( http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreetenbp%7C1.3.6 %7Cjar ) .
56
56
57
57
``` xml
58
58
<dependency >
59
59
<groupId >org.threeten</groupId >
60
60
<artifactId >threetenbp</artifactId >
61
- <version >1.3.5 </version >
61
+ <version >1.3.6 </version >
62
62
</dependency >
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments