Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Apr 16, 2024
1 parent 8dbbfab commit eebb5cb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Various documentation is available:


### Releases
Release 1.7.2 is the current release.
Release 1.8.0 is the current release.
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).

ThreeTen-Extra requires Java SE 8 or later and has no dependencies.
Expand All @@ -28,7 +28,7 @@ Available in the [Maven Central repository](https://search.maven.org/search?q=g:
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.2</version>
<version>1.8.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<artifactId>threeten-extra</artifactId>
<packaging>jar</packaging>
<name>ThreeTen-Extra</name>
<version>1.7.3-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
<description>Additional functionality that enhances JSR-310 dates and times in Java SE 8 and later</description>
<url>https://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.8.0" date="SNAPSHOT" description="v1.8.0">
<release version="1.8.0" date="2024-04-16" description="v1.8.0">
<action dev="jodastephen" type="add">
Add HourMinute. New class representing time but constrained to hours and minutes only.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Various documentation is available:

## <i></i> Releases

Release 1.7.2 is the current release.
Release 1.8.0 is the current release.
This release is considered stable and worthy of the 1.x tag as per [SemVer](https://semver.org/spec/v2.0.0.html).

ThreeTen-Extra requires Java SE 8 or later and has no [dependencies](dependencies.html).
Expand All @@ -65,7 +65,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.threeten%20
<dependency>
<groupId>org.threeten</groupId>
<artifactId>threeten-extra</artifactId>
<version>1.7.2</version>
<version>1.8.0</version>
</dependency>
```

Expand Down

0 comments on commit eebb5cb

Please sign in to comment.