Skip to content

Commit 4148bc0

Browse files
committed
Release v1.3.6
1 parent 2397167 commit 4148bc0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<artifactId>threetenbp</artifactId>
1010
<packaging>jar</packaging>
1111
<name>ThreeTen backport</name>
12-
<version>1.3.6-SNAPSHOT</version>
12+
<version>1.3.6</version>
1313
<description>Backport of JSR-310 from JDK 8 to JDK 7 and JDK 6. NOT an implementation of the JSR.</description>
1414
<url>https://www.threeten.org/threetenbp</url>
1515

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99

1010
<!-- 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">
1212
<action dev="pamalyshev" type="fix" >
1313
Remove time-zone jar files from release.
1414
See #71.

src/site/markdown/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Various documentation is available:
4242

4343
## <i></i> Releases
4444

45-
Release 1.3.5 is the latest release.
45+
Release 1.3.6 is the latest release.
4646
It is considered to be stable and usable in production.
4747

4848
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.
5252
Formatting and parsing often depends on data only available in Java SE 8.
5353
Zone id and text parsing is significantly less powerful.
5454

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).
5656

5757
```xml
5858
<dependency>
5959
<groupId>org.threeten</groupId>
6060
<artifactId>threetenbp</artifactId>
61-
<version>1.3.5</version>
61+
<version>1.3.6</version>
6262
</dependency>
6363
```
6464

0 commit comments

Comments
 (0)