|
15 | 15 | <artifactId>money-api</artifactId> |
16 | 16 | <packaging>jar</packaging> |
17 | 17 |
|
18 | | - <version>1.0-SNAPSHOT</version> |
| 18 | + <version>1.0-RC2</version> |
19 | 19 |
|
20 | 20 | <name>JSR 354 (Money and Currency API)</name> |
21 | 21 | <url>http://java.net/projects/javamoney</url> |
|
260 | 260 | </property> |
261 | 261 | </activation> |
262 | 262 | <build> |
263 | | - <pluginManagement> |
| 263 | + <pluginManagement> |
264 | 264 | <plugins> |
265 | 265 | <plugin> |
266 | 266 | <groupId>org.apache.maven.plugins</groupId> |
|
328 | 328 | </property> |
329 | 329 | </activation> |
330 | 330 | <build> |
331 | | - <pluginManagement> |
| 331 | + <pluginManagement> |
332 | 332 | <plugins> |
333 | 333 | <!-- ======================================================= --> |
334 | 334 | <!-- License --> |
|
570 | 570 | </plugin> |
571 | 571 | <!--This plugin's configuration is used to store Eclipse m2e settings only. It has no influence on the Maven build itself.--> |
572 | 572 | <plugin> |
573 | | - <groupId>org.eclipse.m2e</groupId> |
574 | | - <artifactId>lifecycle-mapping</artifactId> |
575 | | - <version>1.0.0</version> |
576 | | - <configuration> |
577 | | - <lifecycleMappingMetadata> |
578 | | - <pluginExecutions> |
579 | | - <pluginExecution> |
580 | | - <pluginExecutionFilter> |
581 | | - <groupId>org.jacoco</groupId> |
582 | | - <artifactId> |
583 | | - jacoco-maven-plugin |
584 | | - </artifactId> |
585 | | - <versionRange> |
586 | | - [0.7.2.201409121644,) |
587 | | - </versionRange> |
588 | | - <goals> |
589 | | - <goal>prepare-agent</goal> |
590 | | - </goals> |
591 | | - </pluginExecutionFilter> |
592 | | - <action> |
593 | | - <ignore></ignore> |
594 | | - </action> |
595 | | - </pluginExecution> |
596 | | - </pluginExecutions> |
597 | | - </lifecycleMappingMetadata> |
598 | | - </configuration> |
| 573 | + <groupId>org.eclipse.m2e</groupId> |
| 574 | + <artifactId>lifecycle-mapping</artifactId> |
| 575 | + <version>1.0.0</version> |
| 576 | + <configuration> |
| 577 | + <lifecycleMappingMetadata> |
| 578 | + <pluginExecutions> |
| 579 | + <pluginExecution> |
| 580 | + <pluginExecutionFilter> |
| 581 | + <groupId>org.jacoco</groupId> |
| 582 | + <artifactId> |
| 583 | + jacoco-maven-plugin |
| 584 | + </artifactId> |
| 585 | + <versionRange> |
| 586 | + [0.7.2.201409121644,) |
| 587 | + </versionRange> |
| 588 | + <goals> |
| 589 | + <goal>prepare-agent</goal> |
| 590 | + </goals> |
| 591 | + </pluginExecutionFilter> |
| 592 | + <action> |
| 593 | + <ignore></ignore> |
| 594 | + </action> |
| 595 | + </pluginExecution> |
| 596 | + </pluginExecutions> |
| 597 | + </lifecycleMappingMetadata> |
| 598 | + </configuration> |
599 | 599 | </plugin> |
600 | 600 | </plugins> |
601 | 601 | </pluginManagement> |
|
613 | 613 | </executions> |
614 | 614 | </plugin> |
615 | 615 | <plugin> |
616 | | - <groupId>org.apache.maven.plugins</groupId> |
| 616 | + <groupId>org.apache.maven.plugins</groupId> |
617 | 617 | <artifactId>maven-javadoc-plugin</artifactId> |
618 | 618 | <version>2.9.1</version> |
619 | 619 | </plugin> |
|
0 commit comments