File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Release Notes
34
34
-------------
35
35
36
36
* ** 1.0** First release of the libraries.
37
-
37
+ * ** 1.1 ** Update release of the libraries.
38
38
39
39
javamoney-shelter
40
40
-----------------
Original file line number Diff line number Diff line change 1
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
2
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<!--
4
- Copyright (c) 2012, 2020 , Werner Keil, Anatole Tresch and others.
4
+ Copyright (c) 2012, 2024 , Werner Keil and others.
5
5
6
6
Licensed under the Apache License, Version 2.0 (the "License"); you may not
7
7
use this file except in compliance with the License. You may obtain a copy of
19
19
-->
20
20
<modelVersion >4.0.0</modelVersion >
21
21
<parent >
22
- <version >1.4-SNAPSHOT </version >
22
+ <version >1.4</version >
23
23
<groupId >org.javamoney</groupId >
24
24
<artifactId >javamoney-parent</artifactId >
25
25
</parent >
33
33
<maven .compile.targetLevel>${jdkVersion} </maven .compile.targetLevel>
34
34
<maven .compile.sourceLevel>${jdkVersion} </maven .compile.sourceLevel>
35
35
<jsr .version>1.1</jsr .version>
36
- <ri .version>1.4.2 </ri .version>
36
+ <ri .version>1.4.4 </ri .version>
37
37
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
38
38
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
39
39
<slf4j .version>1.7.30</slf4j .version>
You can’t perform that action at this time.
0 commit comments