Skip to content

Commit 2682f47

Browse files
committed
Update POM, Readme
1 parent 8e8fb52 commit 2682f47

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Release Notes
3434
-------------
3535

3636
* **1.0** First release of the libraries.
37-
37+
* **1.1** Update release of the libraries.
3838

3939
javamoney-shelter
4040
-----------------

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
4-
Copyright (c) 2012, 2020, Werner Keil, Anatole Tresch and others.
4+
Copyright (c) 2012, 2024, Werner Keil and others.
55
66
Licensed under the Apache License, Version 2.0 (the "License"); you may not
77
use this file except in compliance with the License. You may obtain a copy of
@@ -19,7 +19,7 @@
1919
-->
2020
<modelVersion>4.0.0</modelVersion>
2121
<parent>
22-
<version>1.4-SNAPSHOT</version>
22+
<version>1.4</version>
2323
<groupId>org.javamoney</groupId>
2424
<artifactId>javamoney-parent</artifactId>
2525
</parent>
@@ -33,7 +33,7 @@
3333
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
3434
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
3535
<jsr.version>1.1</jsr.version>
36-
<ri.version>1.4.2</ri.version>
36+
<ri.version>1.4.4</ri.version>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3939
<slf4j.version>1.7.30</slf4j.version>

0 commit comments

Comments
 (0)