Skip to content

Commit

Permalink
Release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Jun 5, 2017
1 parent 11a6aa6 commit e5b3365
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Various documentation is available:


### Releases
Release 1.1 is the current release.
Release 1.2 is the current release.
This release is considered stable and worthy of the 1.x tag.

ThreeTen-Extra requires Java SE 8 or later and has no dependencies.

Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|1.1|jar)
Available in the [Maven Central repository](http://search.maven.org/#artifactdetails|org.threeten|threeten-extra|1.2|jar)


### Support
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<artifactId>threeten-extra</artifactId>
<packaging>jar</packaging>
<name>ThreeTen-Extra</name>
<version>1.2-SNAPSHOT</version>
<version>1.2</version>
<description>Additional functionality that enhances JSR-310 dates and times in JDK 8</description>
<url>http://www.threeten.org/threeten-extra</url>

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<body>
<!-- types are add, fix, remove, update -->
<release version="1.2" date="SNAPSHOT" description="v1.2">
<release version="1.2" date="2017-06-05" description="v1.2">
<action dev="jodastephen" type="add" >
Add plusYears/minusYears to YearWeek.
See #78.
Expand Down
6 changes: 3 additions & 3 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@ Various documentation is available:

## <i></i> Releases

Release 1.1 is the current release.
Release 1.2 is the current release.
This release is considered stable and worthy of the 1.x tag.

ThreeTen-Extra requires Java SE 8 or later and has no [dependencies](dependencies.html).

Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C1.1%7Cjar).
Available in [Maven Central](http://search.maven.org/#artifactdetails%7Corg.threeten%7Cthreeten-extra%7C1.2%7Cjar).

```xml
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.1</version>
<version>1.2</version>
</dependency>
```

Expand Down

0 comments on commit e5b3365

Please sign in to comment.