Skip to content

Commit

Permalink
Prepare for v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Mar 12, 2013
1 parent f1ef830 commit a8c21ff
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
@@ -1,4 +1,4 @@
ThreeTen backport project release notes
=======================================

The backport project has not yet released any code.
This release corresponds to the OpenJDK M7 milestone
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -8,6 +8,11 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="0.8.1" date="2013-03-12" description="v0.8.1">
<action dev="jodastephen" type="fix">
Fix Period.minus(Period)
</action>
</release>
<release version="0.8" date="2013-03-08" description="v0.8">
<action dev="jodastephen" type="update">
Update to JDK 1.8 milestone 7
Expand Down
4 changes: 2 additions & 2 deletions src/conf/MANIFEST.MF
Expand Up @@ -5,13 +5,13 @@ Specification-Vendor: ThreeTen.org
Specification-Version: 0.8
Implementation-Vendor: Joda.org
Implementation-Title: org.threeten.bp
Implementation-Version: 0.8
Implementation-Version: 0.8.1
Implementation-Vendor-Id: org.threeten
Bundle-ManifestVersion: 2
Bundle-Vendor: ThreeTen.org
Bundle-Name: ThreeTen-backport
Bundle-SymbolicName: org.threeten.bp
Bundle-Version: 0.8
Bundle-Version: 0.8.1
Export-Package: org.threeten.bp,
org.threeten.bp.chrono,
org.threeten.bp.format,
Expand Down

0 comments on commit a8c21ff

Please sign in to comment.