|
2 | 2 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <parent> |
5 | | - <version>1.0-RC3</version> |
| 5 | + <version>1.0-SNAPSHOT</version> |
6 | 6 | <groupId>org.javamoney</groupId> |
7 | 7 | <artifactId>javamoney-parent</artifactId> |
8 | 8 | </parent> |
9 | 9 | <artifactId>javamoney-lib</artifactId> |
10 | 10 | <groupId>org.javamoney.lib</groupId> |
11 | 11 | <name>Money and Currency - JavaMoney Libraries (parent)</name> |
12 | 12 | <packaging>pom</packaging> |
13 | | - <version>0.6</version> |
| 13 | + <version>0.7-SNAPSHOT</version> |
14 | 14 | <properties> |
15 | | - <jsr.version>1.0-RC3</jsr.version> |
| 15 | + <jsr.version>1.0-SNAPSHOT</jsr.version> |
16 | 16 | <jdkVersion>1.8</jdkVersion> |
17 | 17 | <maven.compile.targetLevel>${jdkVersion}</maven.compile.targetLevel> |
18 | 18 | <maven.compile.sourceLevel>${jdkVersion}</maven.compile.sourceLevel> |
|
51 | 51 | </instructions> |
52 | 52 | </configuration> |
53 | 53 | </plugin> |
54 | | - <plugin> |
55 | | - <groupId>org.jacoco</groupId> |
56 | | - <artifactId>jacoco-maven-plugin</artifactId> |
57 | | - <version>0.7.2.201409121644</version> |
58 | | - </plugin> |
59 | | - <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
60 | | - <plugin> |
61 | | - <groupId>org.eclipse.m2e</groupId> |
62 | | - <artifactId>lifecycle-mapping</artifactId> |
63 | | - <version>1.0.0</version> |
64 | | - <configuration> |
65 | | - <lifecycleMappingMetadata> |
66 | | - <pluginExecutions> |
67 | | - <pluginExecution> |
68 | | - <pluginExecutionFilter> |
69 | | - <groupId>org.jacoco</groupId> |
70 | | - <artifactId> |
71 | | - jacoco-maven-plugin |
72 | | - </artifactId> |
73 | | - <versionRange> |
74 | | - [0.7.2.201409121644,) |
75 | | - </versionRange> |
76 | | - <goals> |
77 | | - <goal>prepare-agent</goal> |
78 | | - </goals> |
79 | | - </pluginExecutionFilter> |
80 | | - <action> |
81 | | - <ignore></ignore> |
82 | | - </action> |
83 | | - </pluginExecution> |
84 | | - </pluginExecutions> |
85 | | - </lifecycleMappingMetadata> |
86 | | - </configuration> |
87 | | - </plugin> |
88 | 54 | </plugins> |
89 | 55 | </pluginManagement> |
90 | 56 | <plugins> |
|
0 commit comments