Skip to content

Commit 307feaf

Browse files
committed
Updated examples
1 parent 0c2bb45 commit 307feaf

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

pom.xml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.javamoney</groupId>
66
<artifactId>javamoney-parent</artifactId>
7-
<version>1.1</version>
7+
<version>1.2</version>
88
</parent>
99
<groupId>org.javamoney.examples</groupId>
1010
<artifactId>javamoney-examples</artifactId>
@@ -21,12 +21,12 @@
2121
<basedir>.</basedir>
2222
<!-- Dependency versions -->
2323
<junit.version>4.11</junit.version>
24-
<slf4j.version>1.6.1</slf4j.version>
24+
<slf4j.version>1.7.30</slf4j.version>
2525
<!-- JSR versions -->
26-
<api.version>1.1-SNAPSHOT</api.version>
27-
<impl.version>1.4-SNAPSHOT</impl.version>
26+
<api.version>1.1</api.version>
27+
<impl.version>1.4</impl.version>
2828
<impl.type>pom</impl.type>
29-
<lib.version>1.0</lib.version>
29+
<lib.version>1.1</lib.version>
3030
</properties>
3131
<licenses>
3232
<license>
@@ -58,13 +58,12 @@
5858
<!-- Additional repositories -->
5959
<!-- Helps to resolve Parent POM -->
6060
<repositories>
61-
<!--
61+
6262
<repository>
6363
<id>jcenter</id>
6464
<name>JCenter</name>
65-
<url>http://jcenter.bintray.com</url>
66-
</repository>
67-
-->
65+
<url>https://jcenter.bintray.com</url>
66+
</repository>
6867
<repository>
6968
<snapshots>
7069
<enabled>true</enabled>

0 commit comments

Comments
 (0)