Skip to content

Commit

Permalink
Update POM, Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
keilw committed Apr 20, 2024
1 parent 8e8fb52 commit 2682f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Release Notes
-------------

* **1.0** First release of the libraries.

* **1.1** Update release of the libraries.

javamoney-shelter
-----------------
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!--
Copyright (c) 2012, 2020, Werner Keil, Anatole Tresch and others.
Copyright (c) 2012, 2024, Werner Keil and others.
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
Expand All @@ -19,7 +19,7 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<groupId>org.javamoney</groupId>
<artifactId>javamoney-parent</artifactId>
</parent>
Expand All @@ -33,7 +33,7 @@
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
<jsr.version>1.1</jsr.version>
<ri.version>1.4.2</ri.version>
<ri.version>1.4.4</ri.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<slf4j.version>1.7.30</slf4j.version>
Expand Down

0 comments on commit 2682f47

Please sign in to comment.