File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 >
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>
You can’t perform that action at this time.
0 commit comments