Skip to content

Commit

Permalink
Prepare for v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Dec 6, 2022
1 parent 9901365 commit 084a4a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ Various documentation is available:


### Releases
[Release 1.0.2](https://www.joda.org/joda-money/download.html) is the current release.
[Release 1.0.3](https://www.joda.org/joda-money/download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.
It depends on Java SE 8 or later.

Expand Down
7 changes: 6 additions & 1 deletion src/changes/changes.xml
Expand Up @@ -8,7 +8,12 @@
<body>

<!-- types are add, fix, remove, update -->
<release version="1.0.3" date="SNAPSHOT" description="v1.0.3">
<release version="1.0.3" date="2022-12-06" description="v1.0.3">
<action dev="janjaali" type="update">
Change currency HRK to EUR.
Note that the official switch from HRK to EUR occurs on 2023-01-01.
You may want to delay updating this dependency until then.
</action>
<action dev="jodastephen" type="update">
Switch master to main.
</action>
Expand Down
4 changes: 2 additions & 2 deletions src/site/markdown/index.md
Expand Up @@ -70,7 +70,7 @@ As a flavour of Joda-Money, here is some example code:

## <i></i> Releases

[Release 1.0.2](download.html) is the current release.
[Release 1.0.3](download.html) is the current release.
This release is considered stable and worthy of the 1.x tag.

Joda-Money requires Java SE 8 or later and has [no dependencies](dependencies.html).
Expand All @@ -83,7 +83,7 @@ Available in [Maven Central](https://search.maven.org/search?q=g:org.joda%20AND%
<dependency>
<groupId>org.joda</groupId>
<artifactId>joda-money</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```

Expand Down

0 comments on commit 084a4a3

Please sign in to comment.