Skip to content

Commit 70bc226

Browse files
committed
Snapshot
1 parent beef818 commit 70bc226

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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, 2018, Werner Keil, Anatole Tresch and others.
4+
Copyright (c) 2012, 2019, Werner Keil, Anatole Tresch 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.0</version>
22+
<version>1.1-SNAPSHOT</version>
2323
<groupId>org.javamoney</groupId>
2424
<artifactId>javamoney-parent</artifactId>
2525
</parent>
@@ -31,8 +31,8 @@
3131
<jdkVersion>1.8</jdkVersion>
3232
<maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel>
3333
<maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel>
34-
<jsr.version>1.0.3</jsr.version>
35-
<ri.version>1.2.1</ri.version>
34+
<jsr.version>1.1-SNAPSHOT</jsr.version>
35+
<ri.version>1.4-SNAPSHOT</ri.version>
3636
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3737
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
3838
<slf4j.version>1.7.10</slf4j.version>

0 commit comments

Comments
 (0)